summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-01 22:38:04 +0000
committerKarl Berry <karl@freefriends.org>2021-03-01 22:38:04 +0000
commit329b84461d7088869ea05712d9d046c622fb05ac (patch)
treee98c45f081395c5d7d5c3e9805134644c6bec192 /Master/texmf-dist/doc/latex
parentba4abeeb42be0f1168d87795b0af0f97b1677423 (diff)
exam (1mar21)
git-svn-id: svn://tug.org/texlive/trunk@58023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/exam/README4
-rw-r--r--Master/texmf-dist/doc/latex/exam/exam.md56
-rw-r--r--Master/texmf-dist/doc/latex/exam/examdoc.pdfbin481243 -> 482795 bytes
-rw-r--r--Master/texmf-dist/doc/latex/exam/examdoc.tex38
4 files changed, 35 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/exam/README b/Master/texmf-dist/doc/latex/exam/README
index 01b54c4184c..c640150cd66 100644
--- a/Master/texmf-dist/doc/latex/exam/README
+++ b/Master/texmf-dist/doc/latex/exam/README
@@ -1,5 +1,5 @@
-This is version 2.603 of the exam document class, dated December 17,
-2017.
+This is version 2.7 of the exam document class, dated February 26,
+2021.
The exam document class, together with its user's guide examdoc.tex,
attempts to make it easy for even a LaTeX novice to prepare exams.
diff --git a/Master/texmf-dist/doc/latex/exam/exam.md5 b/Master/texmf-dist/doc/latex/exam/exam.md5
index 38fd1b65a1b..6dbd2d391e4 100644
--- a/Master/texmf-dist/doc/latex/exam/exam.md5
+++ b/Master/texmf-dist/doc/latex/exam/exam.md5
@@ -1,3 +1,3 @@
-08a9755a8f51d31edf6b4124c9b710f9 exam.cls
-a9273b3443c367000e4a71b572c58a62 examdoc.pdf
-a9a481f4f36ec3dbf90ffe63f57ce803 examdoc.tex
+b210b790c86d89aeccb508074bd001ae exam.cls
+c9c5a6648a0a34ff32595455124eec6c examdoc.tex
+6de4faf2e619d56b8516369800d8a04a examdoc.pdf
diff --git a/Master/texmf-dist/doc/latex/exam/examdoc.pdf b/Master/texmf-dist/doc/latex/exam/examdoc.pdf
index 9386d25eaca..fcf3b7f84bd 100644
--- a/Master/texmf-dist/doc/latex/exam/examdoc.pdf
+++ b/Master/texmf-dist/doc/latex/exam/examdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/exam/examdoc.tex b/Master/texmf-dist/doc/latex/exam/examdoc.tex
index cbcfb377a58..579d551ae62 100644
--- a/Master/texmf-dist/doc/latex/exam/examdoc.tex
+++ b/Master/texmf-dist/doc/latex/exam/examdoc.tex
@@ -8,7 +8,7 @@
% The exam documentclass itself is in the file exam.cls.
-%%% Copyright (c) 1997, 2000, 2004, 2008, 2011, 2015, 2017
+%%% Copyright (c) 1997, 2000, 2004, 2008, 2011, 2015, 2017, 2021
% Philip S. Hirschhorn
%
% This work may be distributed and/or modified under the
@@ -47,11 +47,13 @@
% In case we're not using hyperref.sty:
\providecommand{\texorpdfstring}[2]{#1}
% The following can be used in \section commands
-% without generating pdf warnings:
+% to print a backslash (which will be omitted from the
+% pdf string) without generating pdf warnings.
+% Usage: \texttt{\bs documentclass}
\newcommand{\bs}{\texorpdfstring{\char`\\}{}}
-\newcommand{\docversion}{2.6}
-\newcommand{\docdate}{November 5, 2017}
+\newcommand{\docversion}{2.7}
+\newcommand{\docdate}{February 26, 2021}
%\newcommand{\docdate}{Draft: \today}
%--------------------------------------------------------------------
@@ -129,7 +131,8 @@
Wellesley College\\
Wellesley, MA 02481\\
psh@math.mit.edu\\[\bigskipamount]
- Copyright \copyright~1994, 1997, 2000, 2004, 2008, 2011, 2015, 2017\\
+ Copyright \copyright~1994, 1997, 2000, 2004, 2008, 2011, 2015, 2017,
+ 2021\\
Philip Hirschhorn\\
All rights reserved}
@@ -4868,9 +4871,12 @@ The six environments for solutions are divided into two types.
\index{solution environment@\texttt{solution} environment!optional argument}
%
\begin{itemize}
- \item the \verb"solution" enviroment inserts that amount of blank
+ \item the \verb"solution" environment inserts that amount of blank
space, as if you had given a \verb"\vspace*"\indc{vspace*} command
- (see section~\ref{sec:BlankSpace}),
+ (or, if you've given the command
+ \verb"\unstarredvspace"\indc{unstarredvspace}, as if you had given
+ a \verb"\vspace"\indc{vspace} command) (see
+ section~\ref{sec:BlankSpace}),
\item the \verb"solutionorbox" environment inserts an empty box of
that height, as if you had given a
\verb"\makeemptybox"\indc{makeemptybox} command (see
@@ -4890,6 +4896,15 @@ The six environments for solutions are divided into two types.
\end{itemize}
\end{itemize}
+Note that there are two commands that affect the space inserted by the
+optional argument to a \verb"solution" environment: The command
+\verb"\unstarredvspace"\indc{unstarredvspace} causes any space
+inserted by an optional argument to the \verb"solution" environment to
+be inserted using a \verb"\vspace" command, instead of the
+\verb"\vspace*" command. You can return to having such space inserted
+using a \verb"\vspace*" command by giving the command
+\verb"\nounstarredvspace"\indc{nounstarredvspace}.
+
You can use a parts, subparts, or subsubparts environment inside any
of the solution environments without having their points (if any)
counted as actual points on the exam. If there are points assigned to
@@ -5295,7 +5310,9 @@ Each of the \texttt{solution}, \texttt{solutionorbox},
\index{solution environment@\texttt{solution} environment!optional argument}
%
environment this is an amount of blank space to be left (just as if
- you had used a \verb"\vspace*"\indc{vspace*} command; see
+ you had used a \verb"\vspace*"\indc{vspace*} command (or, if you've
+ given the command \verb"\unstarredvspace"\indc{unstarredvspace}, as
+ if you had given a \verb"\vspace"\indc{vspace} command); see
section~\ref{sec:BlankSpace}) when solutions are not being printed,
\item in a
%
@@ -8768,3 +8785,8 @@ correct.
%--------------------------------------------------------------------
%--------------------------------------------------------------------
%--------------------------------------------------------------------
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: