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