Finished first group of assignments

This commit is contained in:
2025-05-01 12:08:23 +09:00
parent 6a2eaa43d8
commit 0805e15bb9
27 changed files with 227 additions and 92 deletions

41
main.tex Normal file
View File

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