texlive[61061] Master/texmf-dist: exesheet (15nov21)

commits+karl at tug.org commits+karl at tug.org
Mon Nov 15 22:09:49 CET 2021


Revision: 61061
          http://tug.org/svn/texlive?view=revision&revision=61061
Author:   karl
Date:     2021-11-15 22:09:49 +0100 (Mon, 15 Nov 2021)
Log Message:
-----------
exesheet (15nov21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/exesheet/exesheet.pdf
    trunk/Master/texmf-dist/source/latex/exesheet/exesheet.dtx
    trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.cls
    trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.sty

Modified: trunk/Master/texmf-dist/doc/latex/exesheet/exesheet.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/exesheet/exesheet.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/exesheet/exesheet.dtx	2021-11-15 00:48:48 UTC (rev 61060)
+++ trunk/Master/texmf-dist/source/latex/exesheet/exesheet.dtx	2021-11-15 21:09:49 UTC (rev 61061)
@@ -23,7 +23,7 @@
 %<class>\ProvidesClass{exesheet}
 %<package>\ProvidesPackage{exesheet}
 %<*class|package>
-[2021/09/18 v1.2 .dtx exesheet file]
+[2021/11/15 v1.3 .dtx exesheet file]
 %</class|package>
 %
 %<*driver>
@@ -90,7 +90,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{609}
+% \CheckSum{613}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -115,6 +115,7 @@
 % \changes{v1.1}{2021/08/30}{Macro tablenum replaced by tablenum1, small modifications due
 % to changes in tasks package}
 % \changes{v1.2}{2021/09/18}{Bug correction in macros tablenum1 and tablenuma, using the translations package for internationalization}
+%\changes{v1.3}{2021/11/15}{Bad spacing in the exe macro and bug correction in the starred version of this macro}
 %
 % \GetFileInfo{exesheet.dtx}
 %
@@ -195,7 +196,7 @@
 % The word \emph{\exercisename} has automatic translation 
 % in a few languages\footnote{Translation 
 % is currently integrated into the package for the following languages: French,
-% German, Spanish, Italian, Portuguese.}
+% German, Spanish, Italian, Portuges.}
 % according to the loaded language (by \textsf{babel} or \textsf{polyglossia}).
 % It can be redefined, with |\renewcommand|,
 % or else we can use macros from the \textsf{translations} 
@@ -1083,11 +1084,11 @@
 %    \begin{macrocode}
 \newcommand{\exlabel}{\exname.~\theexercise}
 \newcommand{\exsepmark}{---}
-\newcommand{\@exe}{\textbf{\exlabel~\exsepmark}~}
-\newcommand{\@@exe}{\textbf{\exlabel}~}
-\newcommand{\exe}{\bigskip\par\noindent\refstepcounter{exercise}
-    \@ifstar{\@@exe}{\@exe}
-}
+\newcommand{\@exe}{\bigskip\refstepcounter{exercise}
+    \par\noindent\textbf{\exlabel~\exsepmark}~}
+\newcommand{\@@exe}{\bigskip\refstepcounter{exercise}
+    \par\noindent\textbf{\exlabel}~}
+\newcommand{\exe}{\@ifstar{\@@exe}{\@exe}}
 
 %    \end{macrocode}
 % \end{macro}

Modified: trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.cls	2021-11-15 00:48:48 UTC (rev 61060)
+++ trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.cls	2021-11-15 21:09:49 UTC (rev 61061)
@@ -22,7 +22,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2005/12/01]
 \ProvidesClass{exesheet}
-[2021/09/18 v1.2 .dtx exesheet file]
+[2021/11/15 v1.3 .dtx exesheet file]
 
 \DeclareOption{notoc}{\PassOptionsToPackage{notoc}{exesheet}}
 \DeclareOption{nosetlist}{\PassOptionsToPackage{nosetlist}{exesheet}}

Modified: trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.sty	2021-11-15 00:48:48 UTC (rev 61060)
+++ trunk/Master/texmf-dist/tex/latex/exesheet/exesheet.sty	2021-11-15 21:09:49 UTC (rev 61061)
@@ -22,7 +22,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2005/12/01]
 \ProvidesPackage{exesheet}
-[2021/09/18 v1.2 .dtx exesheet file]
+[2021/11/15 v1.3 .dtx exesheet file]
 
 \RequirePackage{ifthen}
 \newboolean{notoc}
@@ -174,11 +174,11 @@
 
 \newcommand{\exlabel}{\exname.~\theexercise}
 \newcommand{\exsepmark}{---}
-\newcommand{\@exe}{\textbf{\exlabel~\exsepmark}~}
-\newcommand{\@@exe}{\textbf{\exlabel}~}
-\newcommand{\exe}{\bigskip\par\noindent\refstepcounter{exercise}
-    \@ifstar{\@@exe}{\@exe}
-}
+\newcommand{\@exe}{\bigskip\refstepcounter{exercise}
+    \par\noindent\textbf{\exlabel~\exsepmark}~}
+\newcommand{\@@exe}{\bigskip\refstepcounter{exercise}
+    \par\noindent\textbf{\exlabel}~}
+\newcommand{\exe}{\@ifstar{\@@exe}{\@exe}}
 
 \newcommand{\pointsstyle}{%
     \small\mdseries\sffamily\color{pointscolor}\fbox}



More information about the tex-live-commits mailing list.