Initial commit

This commit is contained in:
NIT_Report
2026-04-12 21:04:57 +09:00
commit e8c1f49f70
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}
}