aboutsummaryrefslogtreecommitdiff
path: root/exercisesheets.sty
diff options
context:
space:
mode:
authorFrank Fuhlbrück2023-12-14 14:37:20 +0100
committerFrank Fuhlbrück2023-12-14 14:37:20 +0100
commit0934bfc448c7ee00372f181c8dc5edec9f16cdbe (patch)
treebaf2b0d4e013c2cb6f474aae62e8755fa4760b97 /exercisesheets.sty
parent3072f2ccd2f1784315cca4ceabe0c213ea7cb581 (diff)
downloadexercisesheets-0.15.1.tar.gz
exercisesheets-0.15.1.tar.bz2
exercisesheets-0.15.1.zip
v0.15.1: bugfix to restore beamer support0.15.1
Diffstat (limited to 'exercisesheets.sty')
-rw-r--r--exercisesheets.sty5
1 files changed, 3 insertions, 2 deletions
diff --git a/exercisesheets.sty b/exercisesheets.sty
index 733656d..71020cd 100644
--- a/exercisesheets.sty
+++ b/exercisesheets.sty
@@ -18,8 +18,8 @@
%\NeedsTeXFormat{LaTeX2e}[1994/12/01]
% don't forget to update the version and date in exercisesheets.tex
-\def\exsh@version{0.15}
-\def\exsh@date{2023/11/30}
+\def\exsh@version{0.15.1}
+\def\exsh@date{2023/12/14}
\ProvidesPackage{exercisesheets}[\exsh@date\space\exsh@version\space Typesetting of exercise sheets]
\message{`Typesetting of exercise sheets' \exsh@version\space <\exsh@date>}
@@ -856,6 +856,7 @@
% \stepcounter{page}%
\end{frame}
}
+\global\def\exsh@alignright#1{\hfill #1}%
\else%--------- NON-BEAMER: ---------------------------------------
\ifexsh@html
\global\def\exsh@part[#1]#2{#2}