progress
This commit is contained in:
46
main.tex
Normal file
46
main.tex
Normal file
@@ -0,0 +1,46 @@
|
||||
\documentclass{class/nitreport}
|
||||
|
||||
\reporttitle{第11回課題}
|
||||
\reportauthor{柴田健琉}
|
||||
\studentid{2024D14}
|
||||
\seatingnum{15}
|
||||
\reportdate{令和7年}{06月}{26日}
|
||||
\turnindate{令和7年}{06月}{26日}
|
||||
\schoolname{岐阜工業高等専門学校}
|
||||
\department{電子制御工学科}
|
||||
\subject{情報処理I}
|
||||
\professor{岡崎憲一}
|
||||
|
||||
\pagenumbering{roman}
|
||||
|
||||
\begin{document}
|
||||
\coverpage
|
||||
|
||||
\tableofcontents
|
||||
\newpage
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\input{section/introduction.tex}
|
||||
|
||||
\input{section/syntax.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/a1.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/a2.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/a3.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/a4.tex}
|
||||
\newpage
|
||||
|
||||
\input{section/a5.tex}
|
||||
\newpage
|
||||
|
||||
\printbibliography[heading=bibintoc,title={参考文献}]
|
||||
|
||||
\compiledTime
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user