added commands and simple title

This commit is contained in:
Kenryu Shibata
2025-10-22 00:19:46 +09:00
parent 0b3cf04495
commit d8e1e5fc59
5 changed files with 90 additions and 3 deletions
+34
View File
@@ -0,0 +1,34 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{simpleTitle}
\usepackage{tex/coms}
\newcommand{\simpletitle}{
\begin{titlepage}
\thispagestyle{empty}
\begin{center}
\Huge
{\@title}
\vspace{0.5cm}
\large
{\@department \@subject}
{担当教員:\@professor}
\vspace{0.5cm}
{\@author}
{(学籍番号:{\@studentid} 名列番号:{\@seatingnum})}
\vfill
{提出日:\@turninyear \@turninmonth \@turninday}
{\@year \@month \@day}
\vspace{0.25cm}
\end{center}
\end{titlepage}
}