summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkvars.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkvars.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkvars.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkvars.dtx b/Master/texmf-dist/source/latex/koma-script/scrkvars.dtx
index e2475d619ea..a897de9844c 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkvars.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkvars.dtx
@@ -58,7 +58,7 @@
%%% From File: scrkvars.dtx
%<*driver>
% \fi
-\ProvidesFile{scrkvars.dtx}[2010/10/28 v3.08 KOMA-Script (koma variables)]
+\ProvidesFile{scrkvars.dtx}[2011/03/31 v3.08b KOMA-Script (koma variables)]
% \iffalse
\documentclass{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -276,17 +276,17 @@
\newcommand*{\@usekomavar}[2][\@firstofone]{%
\@ifundefined{scr@#2@var}{%
\@komavar@err{use}{#2}%
- }{%
+ }{%
#1{\@nameuse{scr@#2@var}}%
- }%
- }
+ }%
+}
\newcommand*{\@usekomaname}[2][\@firstofone]{%
\@ifundefined{scr@#2@var}{%
\@komavar@err{use}{#2}%
- }{%
+ }{%
#1{\@nameuse{scr@#2@name}}%
- }%
- }
+ }%
+}
% \end{macrocode}
% \end{macro}
% \end{macro}