isodata のバグ?: ピリオドの後に水平スペースがあるドイツ語の短い日付

isodata のバグ?: ピリオドの後に水平スペースがあるドイツ語の短い日付

パッケージにバグがあるのでしょうか?オプションを使用して にisodate切り替えると、ピリオドの後に水平スペースが発生します。\shortdategerman

\documentclass{article}
\setlength{\parindent}{0pt}
\usepackage[german]{isodate}
    \shortdate
\begin{document}
30.04.17 (manual)\\\today\,(isodate)
\end{document}

イソデート間隔のバグ

これは既知のこと/望ましいことでしょうか? ピリオドの後にスペースを入れたくないのですが、 を使用した方が良いでしょうかdatetime2?

答え1

必要な場合は、ドキュメントを参照してください。次のように変更できます。

\documentclass{article}
\setlength{\parindent}{0pt}
\usepackage[german]{isodate}
    \shortdate
\daymonthsepgerman{}\monthyearsepgerman{}{}
\begin{document}
30.04.17 (manual)\\\today\,(isodate)
\end{document}

ここに画像の説明を入力してください

関連情報