diff --git a/README.md b/README.md index 03caad5..64fb81a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# CHANGEME +# Mathematics B Final Term +Report for Math B final term diff --git a/document.yaml b/document.yaml index 57dba2f..1c5435a 100644 --- a/document.yaml +++ b/document.yaml @@ -1,25 +1,24 @@ -doc_class: nitreport +doc_class: nitonepage -title: Insert Title Here +title: 後期数学期末 レポート author: - name: 高専 太郎 - student_id: 0000-01 + name: 柴田 健琉 + student_id: 2024D14 date: - year: 令和6年 - month: aa月 - day: bb日 + year: 令和7年 + month: 02月 + day: 05日 -school_name: abc高専 -department: 一般科 -subject: 〇〇概論 +school_name: 岐阜高等工業専門学校 +department: 電子制御工学科 +subject: 数学B page_config: - include_cover_page: true - include_table_of_contents: true - use_bib: true + include_cover_page: false + include_table_of_contents: false + use_bib: false show_compiled_time: true sections: - - { path: 'section/introduction.tex', newpg: true } - - { path: 'md-out/test.tex', newpg: false } + - { path: 'section/main.tex', newpg: false } diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..77a5e76 --- /dev/null +++ b/main.tex @@ -0,0 +1,16 @@ +\documentclass{class/nitonepage} + +\reporttitle{後期数学期末 レポート} +\reportauthor{柴田 健琉} +\studentid{2024D14} +\reportdate{令和7年}{02月}{05日} +\schoolname{岐阜高等工業専門学校} +\department{電子制御工学科} +\subject{数学B} + +\begin{document} + \titleheading + + \input{section/main.tex} + +\end{document} diff --git a/markdown/test.md b/markdown/test.md deleted file mode 100644 index 9fdd1bf..0000000 --- a/markdown/test.md +++ /dev/null @@ -1,18 +0,0 @@ -# Hi - -| x | y | -| --- | --- | -| 0 | 0 | -| 1 | 1 | -| 2 | 2 | -| 3 | 3 | -| 4 | 4 | - -* i1 -* i2 -* i3 - -1. n1 -2. n2 -3. n3 - diff --git a/output/main.pdf b/output/main.pdf new file mode 100644 index 0000000..c92371e Binary files /dev/null and b/output/main.pdf differ diff --git a/section/introduction.tex b/section/introduction.tex deleted file mode 100644 index c8a7d77..0000000 --- a/section/introduction.tex +++ /dev/null @@ -1,68 +0,0 @@ -\chapter{Introduction} -\clearpage - -\section{はじめに} - -Start Writing! - -Use lualatex + biber to compile. - -Test Bib\cite{example} - -いろはにほへと ちりぬるを - -{\sans \LaTeX で自由な組版を。} - -{\sans Write freely with \LaTeX{}.} - -{\zeroxproto LaTeX shall be free forever!} - -\begin{lstlisting}[language=C, caption=Basic Hello World] -#include - -int square(int n) { - return n*n; -} - -int main(int argc, char** argv) { - char* msg = "Hello World"; - int x = 3; - int y = square(x); - printf("%s\n", msg); - printf("f(x) = x^2; x: %d, y: %d\n", x, y); - return 0; -} -\end{lstlisting} - -\begin{displaymath} - \int_{a}^{b} f(x) \,dx = F(b)-F(a) -\end{displaymath} - -\begin{itemize} - \item C - \item Python - \item Javascript - \item Rust - \item Haskell -\end{itemize} - -\begin{enumerate} - \item lualatex .tex - \item biber - \item lualatex .tex - \item lualatex .tex -\end{enumerate} - -\newpage - -\section{Section} - -section - -\subsection{Sub Section} - -sub section - -\paragraph{Paragraph} - -paragraph diff --git a/section/main.tex b/section/main.tex new file mode 100644 index 0000000..b417550 --- /dev/null +++ b/section/main.tex @@ -0,0 +1,13 @@ +\section{中間試験の反省} + +後期中間試験では数Bではないが、数Aで結構な数のケアレスミスをしてしまったので、 +次の期末試験ではそのようなミスに気を付けていきたいです。 + +\section{期末試験に向けた抱負} + +国語ABと化学で7以上を取ることを目標にしています。国語Bでは前期期末で5 +(+課題・小テスト補正で6)を、後期中間では素評価5を取ってしまい、なんとか +雷撃高度から抜け出るために7以上を取りたいです。国語Aは後期中間で7を取りましたが、 +不安なので本編だけで7は取りたいです。化学は後期中間で大破(4)、前期の保険として +中間で8、期末で7を取っていますが、$(19+x)/4 = 6 \rightarrow 19 + x = 24 \rightarrow x = 24 - 19 = 5$ +を取れればいいのですが、親のアレのため高めの点を取っておきたいです。