如何使用该repeat.tex
文件获取德语文档中的正确日期?可以在 ctan.org 上找到重复.tex。我总是得到英文版。
\documentclass{scrartcl}
\KOMAoptions{%
,fontsize = 12pt}
\usepackage[ngerman]{babel}
%%
\include{repeat}
\title{Title}
\date{\today}
%%
\begin{document}
%%
\maketitle
%%
I am using \verb!repeat.tex!, Version 0.93a, September 2006.
\verb!fontsize=12pt! is working but not the \verb!\date! macro.
\end{document}