
パッケージにバグがあるのでしょうか?オプションを使用して にisodate
切り替えると、ピリオドの後に水平スペースが発生します。\shortdate
german
\documentclass{article}
\setlength{\parindent}{0pt}
\usepackage[german]{isodate}
\shortdate
\begin{document}
30.04.17 (manual)\\\today\,(isodate)
\end{document}
これは既知のこと/望ましいことでしょうか? ピリオドの後にスペースを入れたくないのですが、 を使用した方が良いでしょうかdatetime2
?