LaTeX class files for OU Supps. If you like this repository, you'll surely also like Robert Hasson's ouunit package: https://github.com/RobertHasson/ouunit Sign up to our mailing list to receive updates: https://www.jiscmail.ac.uk/OU-TEX-ANNOUNCEMENTS
8
stars
4
forks
source link
outn/ouexam: output two files from single compilation #90
placed at the top of a tutornotes tex file has the effect of invoking pdflatex to run twice (providing --shell-escape is passed to pdflatex) and produce both tutornotes and specimen solutions.
Can this be built into outn (and ouexam) so that a command in the tex file such as \outputboth causes this behaviour?
The following code:
placed at the top of a tutornotes tex file has the effect of invoking pdflatex to run twice (providing
--shell-escape
is passed to pdflatex) and produce both tutornotes and specimen solutions.Can this be built into outn (and ouexam) so that a command in the tex file such as
\outputboth
causes this behaviour?