mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
added title for experiments
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user