31 lines
471 B
TeX
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}
|