Initial commit

This commit is contained in:
2024-11-22 00:29:43 +09:00
commit 79f6dd8c1f
20 changed files with 1174 additions and 0 deletions

30
templates/report.tex Normal file
View 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}