mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
added LaTeX template
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
\documentclass[japanese,xelatex,a4paper,10.5pt,ja=standard]{bxjsarticle}
|
||||
|
||||
\usepackage{depD-experiment}
|
||||
\usepackage{pgf}
|
||||
|
||||
\reportauthor{高専太郎}
|
||||
\reporttitle{テストレポート}
|
||||
\reportdate{AAAA年}{BB月}{CC日}
|
||||
\turnindate{AAAA年}{CC月}{DD日}
|
||||
\schoolyear{AAAA}
|
||||
\grade{N}
|
||||
\department{電子xxxx科}
|
||||
\subject{実験}
|
||||
\reportid{0000}
|
||||
\expgroup{fuga}
|
||||
\seatingnum{0}
|
||||
\addExperimentDate{aaaa年 bb月 cc日}
|
||||
\addResearcher{高専花子}
|
||||
|
||||
\addbibresource{./bibliography.bib}
|
||||
|
||||
\begin{document}
|
||||
\experimentTitle
|
||||
|
||||
\section{実験目的}
|
||||
\resetrefcounter
|
||||
|
||||
\section{理論}
|
||||
\resetrefcounter
|
||||
|
||||
\section{実験条件}
|
||||
\resetrefcounter
|
||||
|
||||
\section{実験結果}
|
||||
\resetrefcounter
|
||||
|
||||
\section{考察}
|
||||
\resetrefcounter
|
||||
|
||||
\section{まとめ}
|
||||
|
||||
\printbibliography[title={参考文献}]{}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user