summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/csassignments/csassignments.pdfbin134810 -> 142906 bytes
-rw-r--r--Master/texmf-dist/source/latex/csassignments/csassignments.dtx9
-rw-r--r--Master/texmf-dist/tex/latex/csassignments/csassignments.cls6
3 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf b/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf
index 43b113f3b8c..2f15269f66a 100644
--- a/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf
+++ b/Master/texmf-dist/doc/latex/csassignments/csassignments.pdf
Binary files 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 @@
%</driver>
% \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}}}