summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-15 21:09:49 +0000
committerKarl Berry <karl@freefriends.org>2021-11-15 21:09:49 +0000
commit7a0a8eea360671fc0db75fb57cbc1b4adfe5cd5d (patch)
tree9e049b6f246ccc1ea46c5ce2fa967217e9c3fb06 /Master/texmf-dist/tex/latex
parentca84a97e389ca59b442acc50e66cc5a00ae99b7b (diff)
exesheet (15nov21)
git-svn-id: svn://tug.org/texlive/trunk@61061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/exesheet/exesheet.cls2
-rw-r--r--Master/texmf-dist/tex/latex/exesheet/exesheet.sty12
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/exesheet/exesheet.cls b/Master/texmf-dist/tex/latex/exesheet/exesheet.cls
index e9d4afb26f7..f0a1ae2d203 100644
--- a/Master/texmf-dist/tex/latex/exesheet/exesheet.cls
+++ b/Master/texmf-dist/tex/latex/exesheet/exesheet.cls
@@ -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}}
diff --git a/Master/texmf-dist/tex/latex/exesheet/exesheet.sty b/Master/texmf-dist/tex/latex/exesheet/exesheet.sty
index 09ad183f3af..c412666091b 100644
--- a/Master/texmf-dist/tex/latex/exesheet/exesheet.sty
+++ b/Master/texmf-dist/tex/latex/exesheet/exesheet.sty
@@ -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}