initial commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
$passoptions.latex()$
|
||||
\documentclass[
|
||||
$for(babel-otherlangs)$
|
||||
$babel-otherlangs$,
|
||||
$endfor$
|
||||
$if(babel-lang)$
|
||||
$babel-lang$,
|
||||
$endif$
|
||||
$if(fontsize)$
|
||||
$fontsize$,
|
||||
$endif$
|
||||
$if(papersize)$
|
||||
$papersize$paper,
|
||||
$endif$
|
||||
$for(classoption)$
|
||||
$classoption$$sep$,
|
||||
$endfor$
|
||||
]{$documentclass$}
|
||||
|
||||
$common.latex()$
|
||||
|
||||
\usepackage{depD-experiment}
|
||||
\reportauthor{柴田健琉}
|
||||
\reporttitle{正誤表}
|
||||
\reportdate{2026年}{06月}{02日}
|
||||
\turnindate{2026年}{06月}{13日}
|
||||
\schoolyear{2026}
|
||||
\grade{3}
|
||||
\department{電子制御工学科}
|
||||
\subject{電子制御工学実験1}
|
||||
\reportid{Skill 1}
|
||||
\expgroup{-}
|
||||
\seatingnum{15}
|
||||
\addExperimentDate{-}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\experimentTitle{}
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user