From b813118283aa6905b1efa3fbe1ad3ba5095ea9d4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 Jul 2022 20:05:53 +0000 Subject: csassignments (28jul22) git-svn-id: svn://tug.org/texlive/trunk@63992 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/csassignments/csassignments.pdf | Bin 134810 -> 142906 bytes .../source/latex/csassignments/csassignments.dtx | 9 +++++---- .../tex/latex/csassignments/csassignments.cls | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf b/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf index 43b113f3b8c..2f15269f66a 100644 Binary files a/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf and b/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf differ diff --git a/Master/texmf-dist/source/latex/csassignments/csassignments.dtx b/Master/texmf-dist/source/latex/csassignments/csassignments.dtx index 1be6fcaf47c..7c52fd94d77 100644 --- a/Master/texmf-dist/source/latex/csassignments/csassignments.dtx +++ b/Master/texmf-dist/source/latex/csassignments/csassignments.dtx @@ -30,7 +30,7 @@ % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{csassignments}[2022/06/01 v1.0.0 Assignments Class for CS] +\ProvidesClass{csassignments}[2022/07/28 v1.0.2 Assignments Class for CS] % \end{macrocode} % %<*driver> @@ -73,6 +73,7 @@ % % \changes{v1.0.0}{2022/06/01}{Publish class with documentation} % \changes{v1.0.1}{2022/06/07}{Rename class to not collide with existing assignments class} +% \changes{v1.0.2}{2022/07/28}{Fix a bug where verb+\ClassWarning+ lacked the right number of arguments} % % \GetFileInfo{csassignments.cls} % @@ -82,7 +83,7 @@ % \maketitle % \tableofcontents % -% \StopEventually{} ^^A +% \StopEventually{} ^^A % % \section{Introduction} % @@ -279,8 +280,8 @@ \end{tabular} \renewcommand{\arraystretch}{1}% \end{table} - }{\texttt{Compile again}\ClassWarning{Compile again to properly - display grading table}} + }{\texttt{Compile again}\ClassWarning{csassignments}{Compile again to % + properly display grading table}} } % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/tex/latex/csassignments/csassignments.cls b/Master/texmf-dist/tex/latex/csassignments/csassignments.cls index 53b13a3139e..d5169b2253c 100644 --- a/Master/texmf-dist/tex/latex/csassignments/csassignments.cls +++ b/Master/texmf-dist/tex/latex/csassignments/csassignments.cls @@ -39,7 +39,7 @@ %% - csassignments.ins (installer) %% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{csassignments}[2022/06/01 v1.0.0 Assignments Class for CS] +\ProvidesClass{csassignments}[2022/07/28 v1.0.2 Assignments Class for CS] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} \ProcessOptions\relax \LoadClass[a4paper,11pt]{article} @@ -130,8 +130,8 @@ \end{tabular} \renewcommand{\arraystretch}{1}% \end{table} - }{\texttt{Compile again}\ClassWarning{Compile again to properly - display grading table}} + }{\texttt{Compile again}\ClassWarning{csassignments}{Compile again to % + properly display grading table}} } \newcommand{\@pointsPerExercise}[1]{ \ifstrempty{#1}{}{{\quad\large\bfseries/#1 \GetTranslation{points}}} -- cgit v1.2.3