戻る

”\date” 命令についての 補足

     

通常の場合

出力

001-date-normal-w200h150.png

”source code”

\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\author{にゃんたろう}
\title{表題}
\date{2025年07月06日} 
\maketitle
\end{document}

指定しない場合 忘れた場合

出力

002-date-missing-w200h150.png

”source code”

\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\author{にゃんたろう}
\title{表題}  % \date{忘れた}場合
\maketitle
\end{document}

年日 を空白 出力しない

出力

003-date-null-w200h150.png

”source code”

\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\author{にゃんたろう}
\title{表題}
\date{} 
\maketitle
\end{document}

にゃんたろう 拝!

2008年 7月 6日 (日) 21:39:02 JST 作成


戻る

Copyright © 2006.-2008. nyantarou All Rights Reserved.