diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/exesheet')
-rw-r--r-- | Master/texmf-dist/source/latex/exesheet/exesheet.dtx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/exesheet/exesheet.dtx b/Master/texmf-dist/source/latex/exesheet/exesheet.dtx index 94b786c75e5..a90d6da6b74 100644 --- a/Master/texmf-dist/source/latex/exesheet/exesheet.dtx +++ b/Master/texmf-dist/source/latex/exesheet/exesheet.dtx @@ -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} |