summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/exam/examdoc.tex
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/exam/examdoc.tex
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/exam/examdoc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/exam/examdoc.tex38
1 files changed, 30 insertions, 8 deletions
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: