finished writting

This commit is contained in:
2025-04-10 15:11:00 +09:00
parent 0aaecfc5a4
commit da18df1da8
5 changed files with 64 additions and 25 deletions

View File

@@ -1,2 +1 @@
# CHANGEME
# information-processing-1_1st-class

View File

@@ -1,25 +1,24 @@
doc_class: nitreport
doc_class: nitonepage
title: Insert Title Here
title: 第1回環境と感想
author:
name: 高専 太郎
student_id: 0000-01
name: 柴田健琉
student_id: 2024D14
date:
year: 令和7年
month: aa
day: bb
month: 04
day: 10
school_name: abc高専
department: 一般
subject: 〇〇概論
school_name: 岐阜高専
department: 電子制御工学
subject: 情報処理1
page_config:
include_cover_page: true
include_table_of_contents: true
use_bib: true
show_compiled_time: true
include_cover_page: false
include_table_of_contents: false
use_bib: false
show_compiled_time: false
sections:
- { path: 'section/introduction.tex', newpg: true }
- { path: 'md-out/test.tex', newpg: false }
- { path: 'section/introduction.tex', newpg: false }

42
main.tex Normal file
View File

@@ -0,0 +1,42 @@
\documentclass[left-aligned-title]{class/nitonepage}
\reporttitle{第1回環境と感想}
\reportauthor{柴田健琉}
\studentid{2024D14}
\reportdate{令和7年}{04月}{10日}
\schoolname{岐阜高専}
\department{電子制御工学科}
\subject{情報処理1}
\setlength{\parindent}{0pt}
\begin{document}
\titleheading
担当教員:岡崎 憲一
\vspace{1cm}
今回初めての情報処理の授業でしたが、今回の授業を聞く限り説明に関して少し不安を覚えました。
話題は変わりますが、私はC系の言語でのプログラミングは4年目となり、今はC++で好きなゲームの補助ツールを、Cでは無謀()な弾幕ゲームを作成しています。
実は初めてのC系言語はC++であり、C++の開発者であるビャーネ・ストロヴストルップの名言の一つには
\begin{quote}
C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.
Cは簡単に自分で自分の足を打てる ; C++はそれを難しくするが、いざ打つと足全体が吹き飛ぶ。
\hfill Bjarne Stroustrup\cite{quote}
\end{quote}
というものがあり、私は両足だけではなく両腕も「ぶち抜いた」ことになります。
C++はCにクラスなどの機能を取り入れたことにより、習得難易度が格段に高くなっています。
しかし、その苦労は今となっては有益な経験で、デバッグ作業にある種の「楽しさ」を感じるほどになりました。
\printbibliography
\end{document}

BIN
output/main.pdf Normal file

Binary file not shown.

View File

@@ -1,9 +1,8 @@
@online{example,
title = {Example Entry},
author = {Inc., Example},
organization = {Example, Inc.},
url = {https://www.example.com},
year = {1970},
month = {01},
urldate = {1970-01-01}
@online{quote,
title = {Bjarne Stroustrup Quotes},
author = {Bjarne Stroustrup},
url = {https://www.stroustrup.com/quotes.html},
year = {2025},
month = {03},
urlddate = {2025-03-30}
}