generated from kenryuS/report-temp
added a-3
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
\documentclass[japanese,xelatex,a4paper,10.5pt,ja=standard]{bxjsarticle}
|
||||
|
||||
\usepackage{tex/preamble}
|
||||
\usepackage{tex/experiment-title}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{cleveref}
|
||||
\usepackage{multirow}
|
||||
\usepackage{pgf}
|
||||
\usepackage{pgffor}
|
||||
\usepackage{circuitikz}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{tex/depD-bib}
|
||||
|
||||
\renewcommand\figurename{Fig. }
|
||||
\renewcommand\tablename{Table }
|
||||
\renewcommand\theequation{\thesection-\arabic{equation}}
|
||||
\renewcommand\thefigure{\thesection-\arabic{figure}}
|
||||
\renewcommand\thetable{\thesection-\arabic{table}}
|
||||
|
||||
\crefdefaultlabelformat{#1}
|
||||
\crefname{figure}{Fig.}{Fig.}
|
||||
\Crefname{figure}{Fig.}{Fig.}
|
||||
\crefname{table}{Table}{Tables}
|
||||
\Crefname{table}{Table}{Tables}
|
||||
\crefname{equation}{Eq.}{Eq.}
|
||||
\Crefname{equation}{Eq.}{Eq.}
|
||||
\creflabelformat{equation}{(#1)}
|
||||
|
||||
\newcommand\resetrefcounter{
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
}
|
||||
|
||||
\reportauthor{柴田健琉}
|
||||
\reporttitle{抵抗・コンデンサ・インダクタの特性}
|
||||
\reportdate{2026年}{07月}{17日}
|
||||
\turnindate{2026年}{07月}{21日}
|
||||
\schoolyear{2026}
|
||||
\grade{3}
|
||||
\department{電子制御工学科}
|
||||
\subject{電子制御工学実験1}
|
||||
\reportid{A-3}
|
||||
\expgroup{4班}
|
||||
\seatingnum{15}
|
||||
\addResearcher{後藤 }
|
||||
\addResearcher{佐藤 暖斗}
|
||||
\addResearcher{高橋 健太}
|
||||
\addExperimentDate{2026年 06月 30日}
|
||||
\addExperimentDate{2026年 07月 07日}
|
||||
\addExperimentDate{2026年 07月 08日}
|
||||
\addExperimentDate{2026年 07月 14日}
|
||||
|
||||
\addbibresource{./bibs/a-3.bib}
|
||||
|
||||
\begin{document}
|
||||
\experimentTitle
|
||||
|
||||
\section{実験目的}
|
||||
|
||||
今回の実験では,電気回路の基本的な受動素子の特性や動作を確認するために行った.
|
||||
|
||||
\input{sections/a-3/theory}
|
||||
\resetrefcounter
|
||||
|
||||
\input{sections/a-3/exp-detail}
|
||||
\resetrefcounter
|
||||
|
||||
\input{sections/a-3/exp-result}
|
||||
\resetrefcounter
|
||||
|
||||
\input{sections/a-3/reflection}
|
||||
\resetrefcounter
|
||||
\newpage
|
||||
|
||||
\section{まとめ}
|
||||
|
||||
今回の実験より以下の事が分かった:
|
||||
|
||||
\begin{itemize}
|
||||
\item {}
|
||||
\end{itemize}
|
||||
|
||||
\printbibliography[title={参考文献}]{}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user