Wrote Report
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
# CHANGEME
|
# Mathematics B Final Term
|
||||||
|
|
||||||
|
Report for Math B final term
|
||||||
|
|||||||
@@ -1,25 +1,24 @@
|
|||||||
doc_class: nitreport
|
doc_class: nitonepage
|
||||||
|
|
||||||
title: Insert Title Here
|
title: 後期数学期末 レポート
|
||||||
author:
|
author:
|
||||||
name: 高専 太郎
|
name: 柴田 健琉
|
||||||
student_id: 0000-01
|
student_id: 2024D14
|
||||||
date:
|
date:
|
||||||
year: 令和6年
|
year: 令和7年
|
||||||
month: aa月
|
month: 02月
|
||||||
day: bb日
|
day: 05日
|
||||||
|
|
||||||
school_name: abc高専
|
school_name: 岐阜高等工業専門学校
|
||||||
department: 一般科
|
department: 電子制御工学科
|
||||||
subject: 〇〇概論
|
subject: 数学B
|
||||||
|
|
||||||
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: true
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
- { path: 'section/introduction.tex', newpg: true }
|
- { path: 'section/main.tex', newpg: false }
|
||||||
- { path: 'md-out/test.tex', newpg: false }
|
|
||||||
|
|
||||||
|
|||||||
16
main.tex
Normal file
16
main.tex
Normal file
@@ -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}
|
||||||
@@ -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
|
|
||||||
|
|
||||||
BIN
output/main.pdf
Normal file
BIN
output/main.pdf
Normal file
Binary file not shown.
@@ -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 <stdlib.h>
|
|
||||||
|
|
||||||
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 <filename>.tex
|
|
||||||
\item biber <filename>
|
|
||||||
\item lualatex <filename>.tex
|
|
||||||
\item lualatex <filename>.tex
|
|
||||||
\end{enumerate}
|
|
||||||
|
|
||||||
\newpage
|
|
||||||
|
|
||||||
\section{Section}
|
|
||||||
|
|
||||||
section
|
|
||||||
|
|
||||||
\subsection{Sub Section}
|
|
||||||
|
|
||||||
sub section
|
|
||||||
|
|
||||||
\paragraph{Paragraph}
|
|
||||||
|
|
||||||
paragraph
|
|
||||||
13
section/main.tex
Normal file
13
section/main.tex
Normal file
@@ -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$
|
||||||
|
を取れればいいのですが、親のアレのため高めの点を取っておきたいです。
|
||||||
Reference in New Issue
Block a user