IEEEtran.cls で LaTeX を練習しています。ゆっくりと情報を詰め込んでいますが、最初から行き詰っています。
\documentclass[12pt, journal, compsoc]{IEEEtran}
\begin{document}
\title{ This is my practice document}
\author{Yui}
\begin{abstract}
Abstract content goes here.
\end{abstract}
\end{document}
上記の単純な .tex ファイルから、PDF にコンパイルした後、Abstract コンテンツを確認できます。ただし、タイトルも著者も表示されません。
助言がありますか?よろしくお願いします。