added title for experiments

This commit is contained in:
Kenryu Shibata
2026-01-26 22:15:02 +09:00
parent 2685e0ebdc
commit d0cdf4efdb
3 changed files with 90 additions and 0 deletions
+8
View File
@@ -24,9 +24,17 @@
\def\@turninday{#3}
}
\newcommand{\duedate}[3]{
\def\@dueyear{#1}
\def\@duemonth{#2}
\def\@dueday{#3}
}
\newcommand{\schoolname}[1]{\def\@schoolname{#1}}
\newcommand{\studentid}[1]{\def\@studentid{#1}}
\newcommand{\seatingnum}[1]{\def\@seatingnum{#1}}
\newcommand{\department}[1]{\def\@department{#1}}
\newcommand{\subject}[1]{\def\@subject{#1}}
\newcommand{\professor}[1]{\def\@professor{#1}}
\newcommand{\schoolyear}[1]{\def\@schoolyear{#1}}
\newcommand{\grade}[1]{\def\@grade{#1}}