finished writting
This commit is contained in:
@@ -1,25 +1,24 @@
|
|||||||
doc_class: nitreport
|
doc_class: nitonepage
|
||||||
|
|
||||||
title: Insert Title Here
|
title: 第1回:環境と感想
|
||||||
author:
|
author:
|
||||||
name: 高専 太郎
|
name: 柴田健琉
|
||||||
student_id: 0000-01
|
student_id: 2024D14
|
||||||
date:
|
date:
|
||||||
year: 令和7年
|
year: 令和7年
|
||||||
month: aa月
|
month: 04月
|
||||||
day: bb日
|
day: 10日
|
||||||
|
|
||||||
school_name: abc高専
|
school_name: 岐阜高専
|
||||||
department: 一般科
|
department: 電子制御工学科
|
||||||
subject: 〇〇概論
|
subject: 情報処理1
|
||||||
|
|
||||||
page_config:
|
page_config:
|
||||||
include_cover_page: true
|
include_cover_page: false
|
||||||
include_table_of_contents: true
|
include_table_of_contents: false
|
||||||
use_bib: true
|
use_bib: false
|
||||||
show_compiled_time: true
|
show_compiled_time: false
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
- { path: 'section/introduction.tex', newpg: true }
|
- { path: 'section/introduction.tex', newpg: false }
|
||||||
- { path: 'md-out/test.tex', newpg: false }
|
|
||||||
|
|
||||||
|
|||||||
42
main.tex
Normal file
42
main.tex
Normal 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
BIN
output/main.pdf
Normal file
Binary file not shown.
@@ -1,9 +1,8 @@
|
|||||||
@online{example,
|
@online{quote,
|
||||||
title = {Example Entry},
|
title = {Bjarne Stroustrup Quotes},
|
||||||
author = {Inc., Example},
|
author = {Bjarne Stroustrup},
|
||||||
organization = {Example, Inc.},
|
url = {https://www.stroustrup.com/quotes.html},
|
||||||
url = {https://www.example.com},
|
year = {2025},
|
||||||
year = {1970},
|
month = {03},
|
||||||
month = {01},
|
urlddate = {2025-03-30}
|
||||||
urldate = {1970-01-01}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user