Initial commit
This commit is contained in:
30
templates/report.tex
Normal file
30
templates/report.tex
Normal file
@@ -0,0 +1,30 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user