Files
art-something-about-japan/templates/report.tex
2024-11-22 00:29:43 +09:00

31 lines
471 B
TeX

\documentclass{class/nitreport}
\reporttitle{Insert Title Here}
\reportauthor{高専 太郎}
\studentid{0000-01}
\reportdate{令和6年}{aa月}{bb日}
\schoolname{岐阜工業高等専門学校}
\department{一般科}
\subject{〇〇概論}
\pagenumbering{roman}
\begin{document}
\coverpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{section/introduction.tex}
\newpage
new page
\printbibliography
\compiledTime
\end{document}