diff --git a/README.md b/README.md index 03caad5..68f8092 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# CHANGEME - +# information-processing-1_1st-class diff --git a/document.yaml b/document.yaml index 02336cd..6dcd412 100644 --- a/document.yaml +++ b/document.yaml @@ -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 } diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..a49f15a --- /dev/null +++ b/main.tex @@ -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} diff --git a/output/main.pdf b/output/main.pdf new file mode 100644 index 0000000..88cf666 Binary files /dev/null and b/output/main.pdf differ diff --git a/references.bib b/references.bib index bc328a4..c5dd1db 100644 --- a/references.bib +++ b/references.bib @@ -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} }