wrote most of report

This commit is contained in:
2025-04-27 14:34:55 +09:00
parent 9f68b841b2
commit d8ae49b00d
18 changed files with 174 additions and 82 deletions

37
main.tex Normal file
View File

@@ -0,0 +1,37 @@
\documentclass{class/nitreport}
\reporttitle{第3回課題}
\reportauthor{柴田 健琉}
\studentid{15(2年生)}
\reportdate{令和7年}{04月}{27日}
\schoolname{岐阜工業高等専門学校}
\department{電子制御工学科}
\subject{情報処理I}
\professor{岡崎 憲一}
\usepackage{ascmac}
\pagenumbering{roman}
\begin{document}
\coverpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{section/introduction.tex}
\input{section/syntax.tex}
\newpage
\input{section/prog1.tex}
\newpage
\input{section/prog2.tex}
\newpage
\printbibliography
\compiledTime
\end{document}