エラーが出てしまう
Q&A
Latexを使って(Ubuntu環境です)題名、氏名、日付を添えた表紙を作成したいのですが、
エラーが出てしまいます。
ちなみに、私は以下のように作成しました。(以下、sisutemusuuri.tex)
\documentclass{jarticle}
\title{科目名}
\author{学生番号:氏名}
\date{2021年10月4日}
\begin{document}
\maketitle
エラー文章
~/kiso/latex$ platex sisutemusuuri.tex
This is e-pTeX, Version 3.14159265-p3.7.1-161114-2.6 (utf8.euc) (TeX Live 2017/Debian) (preloaded format=platex)
restricted \write18 enabled.
entering extended mode
(./sisutemusuuri.tex
pLaTeX2e <2017/10/28>+4 (based on LaTeX2e <2017-04-15>)
Babel <3.18> and hyphenation patterns for 26 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/platex/base/jarticle.cls
Document Class: jarticle 2017/09/19 v1.7g Standard pLaTeX class
(/usr/share/texlive/texmf-dist/tex/platex/base/jsize10.clo))
(./sisutemusuuri.aux))
*
どこを直せばいいのですか。よろしくお願いします。