Initial commit

This commit is contained in:
NIT_Report
2026-04-14 13:10:29 +09:00
commit d4a4d8feba
18 changed files with 651 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{simpleTitle}
\usepackage{tex/coms}
\newcommand{\simpletitle}{
\begin{titlepage}
\thispagestyle{empty}
\begin{center}
\Huge
{\@title}
\vspace{0.5cm}
\large
{\@author}
\vfill
{提出日:\@turninyear \@turninmonth \@turninday}
{\@year \@month \@day}
\vspace{0.25cm}
\end{center}
\end{titlepage}
}