From e98d5dc25eeecb2f30d84b21c064e5fe4264ac52 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 25 Dec 2019 15:31:44 +0900 Subject: acrotex update --- texmf-dist/doc/latex/acrotex/README.md | 5 +- texmf-dist/doc/latex/acrotex/aeb_man.pdf | Bin 1362922 -> 1362881 bytes texmf-dist/doc/latex/acrotex/aeb_man.tex | 53 ++++++++++++++++----- texmf-dist/doc/latex/acrotex/eformman.pdf | Bin 995308 -> 989403 bytes texmf-dist/doc/latex/acrotex/eformman.tex | 4 +- texmf-dist/doc/latex/acrotex/examples/README.md | 2 +- texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf | Bin 355970 -> 250926 bytes texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf | Bin 319897 -> 320860 bytes texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf | Bin 489546 -> 491490 bytes texmf-dist/doc/latex/acrotex/install_jsfiles.pdf | Bin 236764 -> 237391 bytes 10 files changed, 47 insertions(+), 17 deletions(-) (limited to 'texmf-dist/doc/latex/acrotex') diff --git a/texmf-dist/doc/latex/acrotex/README.md b/texmf-dist/doc/latex/acrotex/README.md index 8e149839..2ea307d3 100644 --- a/texmf-dist/doc/latex/acrotex/README.md +++ b/texmf-dist/doc/latex/acrotex/README.md @@ -1,6 +1,6 @@ The AcroTeX eDucation Bundle Author: D. P. Story -Dated: 2019-08-13 +Dated: 2019-12-17 AeB contains the following: @@ -19,6 +19,9 @@ AeB contains the following: 6) Documentation for AeB (AcroTeX eDucatation Bundle) and eForms (including insdljs and dljslib). +What's New (2019-12-17) Defined \InputExrSolnsLevel and \InputQzSolnsLevel to +make it easy to change the section-type for the solution pages. + What's New (2019-08-13) Use \protect when formatting a enhanced preview value. Other minor changes and bug fixes. diff --git a/texmf-dist/doc/latex/acrotex/aeb_man.pdf b/texmf-dist/doc/latex/acrotex/aeb_man.pdf index 794013af..280a4bc0 100644 Binary files a/texmf-dist/doc/latex/acrotex/aeb_man.pdf and b/texmf-dist/doc/latex/acrotex/aeb_man.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/aeb_man.tex b/texmf-dist/doc/latex/acrotex/aeb_man.tex index 679358f2..032ec52e 100644 --- a/texmf-dist/doc/latex/acrotex/aeb_man.tex +++ b/texmf-dist/doc/latex/acrotex/aeb_man.tex @@ -232,10 +232,10 @@ \university{{\AcroT} Software Development Team} \email{dpstory@acrotex.net} \versionLabel{Dated:} -\version{2019/08/13} +\version{2019/12/17} \copyrightyears{1999-\the\year} \nocopyright -\prepared{2019/08/13} +\prepared{2019/12/17} \revisionLabel{Distribution Dated:} \copyrightStatus{True} @@ -3585,7 +3585,7 @@ The {\Web} package has several commands for customizing the \cs{part} and The appearance of the part title can be controlled by \cs{formatPartTitle}. -\settowidth{\aebdimen}{\cs{customSubsubsecHead\darg{\anglemeta{tex\_code}}}} +\settowidth{\aebdimen}{\ttfamily\cs{customSubsubsecHead\darg{\anglemeta{tex\_code}}}} \begin{dCmd}[commandchars=!()]{\aebdimen+2\fboxsep+2\fboxrule} \formatPartTitle{!anglemeta(tex_code)} \noPartNumbers @@ -4704,7 +4704,7 @@ the questions when the questions are in tabular form.\endredpoint website for examples. -\subsubsection{Moving the Solution Set} +\subsubsection{Inputting the Solution Set} The solution set, by default, comes last in the file. You can move its positioning by including the command @@ -4713,6 +4713,20 @@ exercise. You'll note that I have moved the solutions in this file \emph{before} the \nameref{references} section, as indicated, for example, by its position in the table of contents. +By default, the exercise solutions are brought into the document as a +\cs{section*} titled \cs{exsectitle}. The default settings can be changed +with the \cs{InputExrSolnsLevel} command : +\settowidth{\aebdimen}{\ttfamily\string\InputExrSolnsLevel*[\ameta{label}]\darg{\ameta{level}}}% +\begin{dCmd}[commandchars=!()]{\aebdimen+2\fboxsep+2\fboxrule} +\InputExrSolnsLevel*[!ameta(label)]{!ameta(level)} +\end{dCmd} +\smallskip\noindent +where, \ameta{level} is the section-level (usually \texttt{section} or +\texttt{chapter}); if the \texttt*-option is specified, then the solutions +are placed in a starred-section (\cs{section*} or \cs{chapter*}). If +\ameta{label} is specified, then \cs{label\darg{\ameta{label}}} is placed +just after the section title. The default is \cs{InputExrSolnsLevel*\darg{section}}. + \subsubsection{Grouping the solutions at end}\label{ss:grpEx} Historically, solutions to exercises appearing at the end of the file @@ -4723,7 +4737,6 @@ You can now declare \cs{makeExSolnsLocalOn} or \cs{makeExSolnsLocalOff} anywhere in the document to turn on grouping for all exercises that follow, or to turn off this feature again. The default is \cs{makeExSolnsLocalOff}. - \subsection{Redesigning the \texorpdfstring{\protect\texttt{exercise}}{exercise} Environment}\label{sss:redesignex} @@ -5688,15 +5701,29 @@ transparent, keep it that way. this command can be redefined as desired. See the source file \texttt{exerquiz.dtx}. Also see the definition of \Com{bottomOfAnsfStack}. -\subsubsection{Moving the Solution Set} +\subsubsection{Inputting the Solution Set} + +The solution set, by default, comes last in the file. You can move its +positioning by including the command \cs{includequizsolutions} at any point +\emph{after} the last quiz (created by the \texttt{shortquiz} and +\texttt{quiz} environments). You'll note that I have moved the solutions in +this file before the \nameref{references} section, as indicated, for example, +by its position in the table of contents. + +By default, the quiz solutions are brought into the document as a +\cs{section*} titled \cs{sqslsectitle}. The default settings can be changed +with the \cs{InputQzSolnsLevel} command: +\settowidth{\aebdimen}{\ttfamily\string\InputQzSolnsLevel*[\ameta{label}]\darg{\ameta{level}}}% +\begin{dCmd}[commandchars=!()]{\aebdimen+2\fboxsep+2\fboxrule} +\InputQzSolnsLevel*[!ameta(label)]{!ameta(level)} +\end{dCmd} +\smallskip\noindent +where, \ameta{level} is the section-level (usually \texttt{section} or +\texttt{chapter}); if the \texttt*-option is specified, then the solutions +are placed in a starred-section (\cs{section*} or \cs{chapter*}). If +\ameta{label} is specified, then \cs{label\darg{\ameta{label}}} is placed +just after the section title. The default is \cs{InputQzSolnsLevel*\darg{section}}. -The solution set, by default, comes last in the file. You can move -its positioning by including the command \cs{includequizsolutions} -at any point \emph{after} the last quiz (created by the \texttt{shortquiz} and \texttt{quiz} environments). You'll note -that I -have moved the solutions in this file before the -\nameref{references} section, as indicated, for example, by its -position in the table of contents. \subsubsection{Grouping the solutions at end}\label{ss:grpQzs} diff --git a/texmf-dist/doc/latex/acrotex/eformman.pdf b/texmf-dist/doc/latex/acrotex/eformman.pdf index c3532cfb..88525c5b 100644 Binary files a/texmf-dist/doc/latex/acrotex/eformman.pdf and b/texmf-dist/doc/latex/acrotex/eformman.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/eformman.tex b/texmf-dist/doc/latex/acrotex/eformman.tex index ecfbb3d8..fe52261c 100644 --- a/texmf-dist/doc/latex/acrotex/eformman.tex +++ b/texmf-dist/doc/latex/acrotex/eformman.tex @@ -80,8 +80,8 @@ email={dpstory@acrotex.net}, subject={Documentation for the eforms and insdljs packages}, talksite={\url{www.acrotex.net}}, - version={2.0}, - prepared={2019/08/06}, + version={2019/12/17}, + prepared={2019/12/17}, preparedLabel={Distribution Dated:}, keywords={LaTeX, hyperref, PDF, exercises, quizzes}, copyrightStatus=True, diff --git a/texmf-dist/doc/latex/acrotex/examples/README.md b/texmf-dist/doc/latex/acrotex/examples/README.md index d56ccff2..4157ef8c 100644 --- a/texmf-dist/doc/latex/acrotex/examples/README.md +++ b/texmf-dist/doc/latex/acrotex/examples/README.md @@ -24,4 +24,4 @@ The AcroTeX Blog (http://www.acrotex.net/blog/) is a great resource for all thin AeB and PDF. Don Story -2019/05/21 +2019/12/17 diff --git a/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf b/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf index d000d0dd..9ca2b2ab 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf and b/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf b/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf index 298a75f3..8638f825 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf and b/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf b/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf index 17f62734..98a1033a 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf and b/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/install_jsfiles.pdf b/texmf-dist/doc/latex/acrotex/install_jsfiles.pdf index 221ba16f..7b2d3fab 100644 Binary files a/texmf-dist/doc/latex/acrotex/install_jsfiles.pdf and b/texmf-dist/doc/latex/acrotex/install_jsfiles.pdf differ -- cgit v1.2.3