summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/exercises
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-17 22:31:49 +0000
committerKarl Berry <karl@freefriends.org>2020-05-17 22:31:49 +0000
commit5ad29c6111edb313f812d6d1cd4c9cfb6c46559a (patch)
treedf42d27b7aedc0b6f12ec864965abaeda1bcfa32 /Master/texmf-dist/tex/latex/exercises
parentd0ccb96df159e7ea913841d64a8e5367acd77b8f (diff)
exercises (18may20)
git-svn-id: svn://tug.org/texlive/trunk@55188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/exercises')
-rw-r--r--Master/texmf-dist/tex/latex/exercises/exercises.sty6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/exercises/exercises.sty b/Master/texmf-dist/tex/latex/exercises/exercises.sty
index aca3fede546..8c2caa74f34 100644
--- a/Master/texmf-dist/tex/latex/exercises/exercises.sty
+++ b/Master/texmf-dist/tex/latex/exercises/exercises.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2015 by Roger Jud <rogerjud@outlook.com>
+%% Copyright (C) 2020 by Roger Jud <rogerjud@outlook.com>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 of this license
@@ -21,7 +21,7 @@
%% 1999/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{exercises}[2015/09/19 v1.0 .dtx exercises file]
+\ProvidesPackage{exercises}[2000/05/17 v1.1 .dtx exercises file]
\RequirePackage{verbatim}
\RequirePackage{ifthen}
\RequirePackage{kvoptions}
@@ -195,6 +195,8 @@
}%
\newcommand{\exercisenewpage}{\ifthenelse{\boolean{exercises@printsolution}}{}{\newpage}}
\newcommand{\solutionnewpage}{\ifthenelse{\boolean{exercises@printsolution}}{\newpage}{}}
+\newcommand{\ifsolutionthenelse}[2]{\ifthenelse{\boolean{exercises@printsolution}}{#1}{#2}}
+
\endinput
%%
%% End of file `exercises.sty'.