summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/exercises/exercises.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/exercises/exercises.sty')
-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'.