summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-24 21:18:36 +0000
committerKarl Berry <karl@freefriends.org>2014-08-24 21:18:36 +0000
commita90a70397dcc0fe65403afb486646af6f48d5669 (patch)
tree1adc1876695e9e36bc7af0af9fb18e9984451834
parent60e96d59f7849fe4c061ab43f718cdc9db6da3ff (diff)
answers (24aug14)
git-svn-id: svn://tug.org/texlive/trunk@35032 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/answers/answers.pdfbin211493 -> 211333 bytes
-rw-r--r--Master/texmf-dist/source/latex/answers/answers.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/answers/answers.sty7
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
index a3a0a99b00b..824b246ceeb 100644
--- a/Master/texmf-dist/doc/latex/answers/answers.pdf
+++ b/Master/texmf-dist/doc/latex/answers/answers.pdf
Binary files differ
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}%
}{}%
}%
}{}%