diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-17 23:44:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-17 23:44:02 +0000 |
commit | f2d101901cd3549d0f705fed19ba8c50cc8ddb2b (patch) | |
tree | 1c61b6a699c7068c8d2837b5cc989108ef53c241 /Master/texmf-dist/tex/latex/exsol | |
parent | bd345c5c73d812c9d505b379c61a5059cc920678 (diff) |
exsol (17jul14)
git-svn-id: svn://tug.org/texlive/trunk@34643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/exsol')
-rw-r--r-- | Master/texmf-dist/tex/latex/exsol/exsol.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/exsol/exsol.sty b/Master/texmf-dist/tex/latex/exsol/exsol.sty index 7854f28380d..b8980fb5ca9 100644 --- a/Master/texmf-dist/tex/latex/exsol/exsol.sty +++ b/Master/texmf-dist/tex/latex/exsol/exsol.sty @@ -34,6 +34,7 @@ \AtBeginDocument{ \newwrite\solutionstream \immediate\openout\solutionstream=\jobname.sol.tex + \newwrite\exercisestream } \AtEndDocument{ \immediate\closeout\solutionstream @@ -62,7 +63,6 @@ \def\exercise{\FV@Environment{}{exercise}} \def\FVB@exercise{% \refstepcounter{exercise}% - \newwrite\exercisestream \immediate\openout\exercisestream=\jobname.exc.tex \ifexsol@copyexercisesinsolutions \typeout{Writing exercise to \jobname.sol.tex} @@ -156,6 +156,7 @@ \newcommand{\exercisename}{Exercise} \newcommand{\exercisesname}{Exercises} \newcommand{\solutionname}{Solution} +\newcommand{\solutionsname}{Solutions} \addto\captionsdutch{% \renewcommand{\exercisename}{Oefening}% \renewcommand{\exercisesname}{Oefeningen}% |