aboutsummaryrefslogtreecommitdiff
path: root/exercisesheets.sty
diff options
context:
space:
mode:
authorFrank Fuhlbrück2022-01-28 17:40:43 +0100
committerFrank Fuhlbrück2022-01-28 17:40:43 +0100
commit2aaad9e3f3b9c626372030e2ed0d5a494dae8aeb (patch)
tree4c9ff26b7a19ae9af88515b40b36b9551d90db1b /exercisesheets.sty
parentc89096ef8e175625df39f6bd415a63ada9e46aed (diff)
downloadexercisesheets-2aaad9e3f3b9c626372030e2ed0d5a494dae8aeb.tar.gz
exercisesheets-2aaad9e3f3b9c626372030e2ed0d5a494dae8aeb.tar.bz2
exercisesheets-2aaad9e3f3b9c626372030e2ed0d5a494dae8aeb.zip
update list of redefinitons
Diffstat (limited to 'exercisesheets.sty')
-rw-r--r--exercisesheets.sty10
1 files changed, 4 insertions, 6 deletions
diff --git a/exercisesheets.sty b/exercisesheets.sty
index 847e3d9..9406beb 100644
--- a/exercisesheets.sty
+++ b/exercisesheets.sty
@@ -90,19 +90,17 @@
%currently we do nothing if beamer is loaded,
%but this might change
\else%--------- NON-BEAMER: ---------------------------------------
- %TODO:\only<>{A} -> {A} which breaks global effects of A
\let\pause\relax
\def\frame{}
\renewcommand{\frame}[1][]{}
\let\endframe\relax
\def\onslide<##1>{}
- \def\only<##1>{}
- \def\uncover<##1>{}
- \def\visible<##1>{}
- \def\invisible<##1>{}
+ \def\only<##1>##2{##2}
+ \def\uncover<##1>##2{##2}
+ \def\visible<##1>##2{##2}
+ \def\invisible<##1>##2{##2}
\long\def\alt<##1>##2##3{##2}
\long\def\temporal<##1>##2##3##4{##3}
- \def\uncover<##1>{}
\let\exsh@origitem\item
\def\exsh@ovrlitem<##1>{\exsh@origitem}
\def\item{\@ifnextchar<\exsh@ovrlitem\exsh@origitem}