diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/answers/answers.pdf | bin | 211493 -> 211333 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/answers/answers.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/answers/answers.sty | 7 |
3 files changed, 6 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/answers/answers.pdf b/Master/texmf-dist/doc/latex/answers/answers.pdf Binary files differindex a3a0a99b00b..824b246ceeb 100644 --- a/Master/texmf-dist/doc/latex/answers/answers.pdf +++ b/Master/texmf-dist/doc/latex/answers/answers.pdf diff --git a/Master/texmf-dist/source/latex/answers/answers.dtx b/Master/texmf-dist/source/latex/answers/answers.dtx index a3a3e27fb00..9d5e9d9e30e 100644 --- a/Master/texmf-dist/source/latex/answers/answers.dtx +++ b/Master/texmf-dist/source/latex/answers/answers.dtx @@ -1,11 +1,4 @@ % \iffalse meta-comment -% \begin{macrocode} -%<*answers> -\def\fileversion{2.13} -\def\filedate{11 Oct 2010 00:00:00 BST} -\def\filename{answers.dtx} -%</answers> -% \end{macrocode} % % Originally developed by Mike Piff % Copyright (C) 1990,1994-1996 by Mike Piff @@ -48,6 +41,8 @@ % \changes{2.12}{2009/09/16}{New maintainer} % \changes{2.13}{2010/10/11}{Make hyperlinks to solutions work correctly} % \changes{2.14}{2014/08/08}{Use a protected write for creating output files} +% \changes{2.15}{2014/08/14}{Fix bug in last update} +% \changes{2.16}{2014/08/24}{Fix bug in last update} % % % \title{Production of solution sheets in \LaTeXe} @@ -379,7 +374,7 @@ % Announce the package name and its version: % \begin{macrocode} \ProvidesPackage{answers} - [2014/08/08 v2.14 Production of solution sheets in LaTeX2e] + [2014/08/24 v2.16 Production of solution sheets in LaTeX2e] % \end{macrocode} % % \section{Options} @@ -472,7 +467,7 @@ {% \let\protect\string \Ifanswerfiles{% - \protected@iwrite\@nameuse{#1@file}{#2}% + \protected@iwrite{\@nameuse{#1@file}}{}{#2}% }{}% }% }{}% diff --git a/Master/texmf-dist/tex/latex/answers/answers.sty b/Master/texmf-dist/tex/latex/answers/answers.sty index ab9ed30d53a..fcb9a85da4b 100644 --- a/Master/texmf-dist/tex/latex/answers/answers.sty +++ b/Master/texmf-dist/tex/latex/answers/answers.sty @@ -21,12 +21,9 @@ %% This work is "maintained" (as per LPPL maintenance status) by %% Joseph Wright. %% -\def\fileversion{2.13} -\def\filedate{11 Oct 2010 00:00:00 BST} -\def\filename{answers.dtx} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{answers} - [2014/08/08 v2.14 Production of solution sheets in LaTeX2e] + [2014/08/24 v2.16 Production of solution sheets in LaTeX2e] \newif\ifanswerfiles \answerfilestrue \DeclareOption{nosolutionfiles}{\answerfilesfalse \typeout{No answer files being produced}}% @@ -73,7 +70,7 @@ {% \let\protect\string \Ifanswerfiles{% - \protected@iwrite\@nameuse{#1@file}{#2}% + \protected@iwrite{\@nameuse{#1@file}}{}{#2}% }{}% }% }{}% |