Files
information-processing-1_3r…/main.tex
2025-04-27 14:34:55 +09:00

38 lines
651 B
TeX

\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}