wrote most of report
This commit is contained in:
40
main.tex
Normal file
40
main.tex
Normal file
@@ -0,0 +1,40 @@
|
||||
\documentclass{class/nitreport}
|
||||
|
||||
\reporttitle{第2回課題}
|
||||
\reportauthor{柴田 健琉}
|
||||
\studentid{15 (2年生)}
|
||||
\reportdate{令和7年}{04月}{17日}
|
||||
\schoolname{岐阜工業高等専門学校}
|
||||
\department{電子制御工学科}
|
||||
\subject{情報処理I}
|
||||
\professor{岡崎 憲一}
|
||||
|
||||
\pagenumbering{roman}
|
||||
|
||||
\begin{document}
|
||||
\coverpage
|
||||
|
||||
\tableofcontents
|
||||
\newpage
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\input{section/introduction.tex}
|
||||
|
||||
\input{section/syntax.tex}
|
||||
|
||||
\input{section/program-1.tex}
|
||||
|
||||
\input{section/program-2.tex}
|
||||
|
||||
\input{section/program-3.tex}
|
||||
|
||||
\input{section/program-4.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/appendix.tex}
|
||||
\newpage
|
||||
|
||||
\printbibliography
|
||||
|
||||
\compiledTime
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user