diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-30 22:17:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-30 22:17:36 +0000 |
commit | ba67b1374de6f77b6df9d6f07e94a3854539010c (patch) | |
tree | 1264b39da5c84cc989ca185598f048f327d93491 /Master/texmf-dist/doc | |
parent | aab00778035c28a028f94e501e3c13f6b4081f87 (diff) |
ran_toks (30dec19)
git-svn-id: svn://tug.org/texlive/trunk@53271 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/ran_toks/README.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ran_toks/docs/ran_toks.pdf | bin | 0 -> 106437 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.pdf (renamed from Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.pdf) | bin | 224675 -> 226760 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.tex (renamed from Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.tex) | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ran_toks/examples/mc-db.tex | 2 |
5 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/ran_toks/README.md b/Master/texmf-dist/doc/latex/ran_toks/README.md index 6e47bf5109b..c4c67686b7a 100644 --- a/Master/texmf-dist/doc/latex/ran_toks/README.md +++ b/Master/texmf-dist/doc/latex/ran_toks/README.md @@ -1,6 +1,6 @@ The ran_toks Package Author: D. P. Story -Dated: 2017/05/04 +Dated: 2019-12-28 This short package, with minimal requirements, defines macros for randomizing a list of tokens. There are two approaches: @@ -40,6 +40,9 @@ tokens in the myList list. For users of AeB or eqexam, the latter structure can be used to randomize the order of the questions on a quiz or exam. +What's New (2019-12-28 ) Defined \rtVWHook to insert at the top of the +rtVW environment. Also created an alternate package name of ran-toks. + What's new in v1.1: Added the convenience command \useTheseDBs to input files for an application to constructing exams (using eqexam) from a series of DB files. Refer to the new demo file mc-db.tex. diff --git a/Master/texmf-dist/doc/latex/ran_toks/docs/ran_toks.pdf b/Master/texmf-dist/doc/latex/ran_toks/docs/ran_toks.pdf Binary files differnew file mode 100644 index 00000000000..8896ea676cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/ran_toks/docs/ran_toks.pdf diff --git a/Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.pdf b/Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.pdf Binary files differindex 66c8f3cbfd0..8d7c1e06e9e 100644 --- a/Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.pdf +++ b/Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.pdf diff --git a/Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.tex b/Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.tex index 2776e3863db..c17c9e9a7e4 100644 --- a/Master/texmf-dist/doc/latex/ran_toks/doc/rantoks_man.tex +++ b/Master/texmf-dist/doc/latex/ran_toks/docs/rantoks_man.tex @@ -72,7 +72,7 @@ email={dpstory@acrotex.net}, subject=Documentation for the ran\_toks package, talksite={\url{www.acrotex.net}}, - version={1.1}, + version={1.2, 2019/12/28}, Keywords={LaTeX,PDF,random, tokens, JavaScript,Adobe Acrobat}, copyrightStatus=True, copyrightNotice={Copyright (C) \the\year, D. P. Story}, @@ -353,6 +353,12 @@ are written to the computer hard drive and saved under a different name (based on the parameter \meta{name}). Later, using the \cs{useRanTok} commands, they are input back into the document in a random order. +The \env{rtWVW} environment also writes the command +\cs{RTVWHook}\marginpar{\small\itshape\flushright\cs{RTVWHook}} to the top of +the file. Its initial value is \cs{relax}. It can be redefined using the convenience +command \cs{rtVWHook\darg{\ameta{arg}}}, which expands to +\verb|\def\RTVWHook{|\ameta{arg}\verb|}|. + The use of \cs{useRTName} and \cs{useRanTok} were explained and illustrated in the previous section. Let's go to the examples, \begin{Verbatim}[xleftmargin=\amtIndent] diff --git a/Master/texmf-dist/doc/latex/ran_toks/examples/mc-db.tex b/Master/texmf-dist/doc/latex/ran_toks/examples/mc-db.tex index 0e8ceab7b7d..1eb2ce548a5 100644 --- a/Master/texmf-dist/doc/latex/ran_toks/examples/mc-db.tex +++ b/Master/texmf-dist/doc/latex/ran_toks/examples/mc-db.tex @@ -34,7 +34,7 @@ Solve each without error. Passing is 100\%. \medskip\noindent -This part demonstrates how to not only randomly pull problems (two from each of the DB files) at random, but +This part demonstrates how to not only randomly pull problems (two from each of the DB files), but to randomize the order they are listed in the exam. \end{instructions} |