Finished most of assignment

This commit is contained in:
2025-05-08 14:53:33 +09:00
parent 8912215a06
commit 800b725460
11 changed files with 135 additions and 20 deletions

42
main.tex Normal file
View File

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