This commit is contained in:
2025-06-19 17:30:16 +09:00
parent 261688c4bc
commit 3a3c8f4675
27 changed files with 340 additions and 24 deletions

43
main.tex Normal file
View File

@@ -0,0 +1,43 @@
\documentclass{class/nitreport}
\reporttitle{第10回課題}
\reportauthor{柴田 健琉}
\studentid{2024D14}
\seatingnum{15}
\reportdate{令和7年}{06月}{19日}
\turnindate{令和7年}{06月}{19日}
\schoolname{岐阜工業高等専門学校}
\department{電子制御工学科}
\subject{情報処理I}
\professor{岡崎憲一}
\pagenumbering{roman}
\begin{document}
\coverpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{section/introduction.tex}
\input{section/syntax.tex}
\newpage
\input{section/p312.tex}
\newpage
\input{section/p313.tex}
\newpage
\input{section/calc.tex}
\newpage
\input{section/appendix.tex}
\newpage
\printbibliography[heading=bibintoc,title={参考文献}]
\compiledTime
\end{document}