diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrtime.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrtime.sty | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrtime.sty b/Master/texmf-dist/tex/latex/koma-script/scrtime.sty index 865a709066c..f0dcf27ebb3 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrtime.sty +++ b/Master/texmf-dist/tex/latex/koma-script/scrtime.sty @@ -1,18 +1,17 @@ %% %% This is file `scrtime.sty', -%% generated with the docstrip utility. +%% generated with the docstrip utility, extended by scrdocstrip. %% %% The original source files were: %% -%% scrkvers.dtx (with options: `package,scrtime') +%% scrkernel-version.dtx (with options: `package,scrtime') %% scrtime.dtx (with options: `package,scrtime,identify') -%% scrkbase.dtx (with options: `load') +%% scrkernel-basics.dtx (with options: `load') %% scrtime.dtx (with options: `package,scrtime,option') %% scrtime.dtx (with options: `package,scrtime,body') %% scrlogo.dtx (with options: `logo') %% -%% Copyright (c) 1994-2012 -%% Markus Kohm and any individual authors listed elsewhere in this file. +%% Copyright (c) 1994-2013 Markus Kohm [komascript at gmx info] %% %% This file was generated from file(s) of the KOMA-Script bundle. %% --------------------------------------------------------------- @@ -44,9 +43,9 @@ %% find a complete unmodified copy of LaTeX2e at %% <http://www.ctan.org/pub/tex-archive/macros/latex/base/>. %% -%%% From File: scrkvers.dtx +%%% From File: $Id: scrkernel-version.dtx 1560 2013-12-19 07:13:30Z mjk $ \begingroup - \makeatletter + \catcode`\@11\relax \ifx\KOMAScriptVersion\undefined \newcommand*{\@CheckKOMAScriptVersion}[1]{% \gdef\KOMAScriptVersion{#1}% @@ -66,21 +65,22 @@ \fi } \fi - \@CheckKOMAScriptVersion{2012/07/29 v3.11b KOMA-Script}% + \@CheckKOMAScriptVersion{2013/12/19 v3.12 KOMA-Script}% \endgroup -%%% From File: scrtime.dtx -\NeedsTeXFormat{LaTeX2e}[1995/12/01] +%%% From File: $Id: scrtime.dtx 1383 2013-10-01 15:44:28Z mjk $ +\NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{scrtime}[% - \KOMAScriptVersion\space package (% - time of LaTeX run)] -%%% From File: scrkbase.dtx + 2011/03/31 v3.08b KOMA-Script package + (time of LaTeX run)% +] +%%% From File: $Id: scrkernel-basics.dtx 1502 2013-11-06 11:00:12Z mjk $ \RequirePackage{scrkbase}[\KOMAScriptVersion] -%%% From File: scrtime.dtx +%%% From File: $Id: scrtime.dtx 1383 2013-10-01 15:44:28Z mjk $ \newif\if@Hxii \KOMA@ifkey{12h}{@Hxii} \KOMA@DeclareDeprecatedOption[scrtime]{24h}{12h=false} \KOMAProcessOptions\relax -%%% From File: scrtime.dtx +%%% From File: $Id: scrtime.dtx 1383 2013-10-01 15:44:28Z mjk $ \def\thistime{% \@ifstar {\let\@tempif\iffalse\@thistime} @@ -94,7 +94,7 @@ \the\@tempcnta{#1}\@tempif\ifnum\@tempcntb<10 0\fi\fi\the\@tempcntb% \endgroup} \newcommand*{\settime}[1]{\renewcommand*{\@thistime}[1][]{#1}} -%%% From File: scrlogo.dtx +%%% From File: $Id: scrlogo.dtx 1380 2013-10-01 15:31:55Z mjk $ \@ifundefined{KOMAScript}{% \DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em% M\kern.05em A\kern.1em-\kern.1em Script}}}{} |