initial commit

This commit is contained in:
2026-06-13 22:17:41 +09:00
commit f021bcc3ad
21 changed files with 6410 additions and 0 deletions
+42
View File
@@ -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}