This commit is contained in:
2025-07-10 12:10:31 +09:00
parent e2d2e70dfb
commit b103fac43e
48 changed files with 488 additions and 106 deletions

54
main.tex Normal file
View File

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