diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrklang.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrklang.dtx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrklang.dtx b/Master/texmf-dist/source/latex/koma-script/scrklang.dtx index d40c981e2cd..974cd507c03 100644 --- a/Master/texmf-dist/source/latex/koma-script/scrklang.dtx +++ b/Master/texmf-dist/source/latex/koma-script/scrklang.dtx @@ -1,4 +1,4 @@ -% \CheckSum{1045} +% \CheckSum{1043} % \iffalse meta-comment % ====================================================================== % scrklang.dtx @@ -58,7 +58,7 @@ %%% From File: scrklang.dtx %<*driver> % \fi -\ProvidesFile{scrklang.dtx}[2007/10/03 v2.97d KOMA-Script (language)] +\ProvidesFile{scrklang.dtx}[2008/11/21 v3.01a KOMA-Script (language)] % \iffalse \documentclass[halfparskip-]{scrdoc} \usepackage[english,ngerman]{babel} @@ -133,9 +133,17 @@ \KOMA@set@ifkey{numericaldate}{@orgdate}{#1}% \if@orgdate\@orgdatefalse\else\@orgdatetrue\fi } -\KOMA@DeclareObsoleteOption[\PackageInfoNoLine]{scrdate}{numericaldate=true} -\KOMA@DeclareObsoleteOption[\PackageInfoNoLine]{orgdate}{numericaldate=false} % \end{macrocode} +% \begin{option}{scrdate} +% \changes{v3.01a}{2008/11/21}{deprecated} +% \begin{option}{orgdate} +% \changes{v3.01a}{2008/11/21}{deprecated} +% \begin{macrocode} +\KOMA@DeclareDeprecatedOption{scrdate}{numericaldate=true} +\KOMA@DeclareDeprecatedOption{orgdate}{numericaldate=false} +% \end{macrocode} +% \end{option} +% \end{option} % \end{option} % % \iffalse |