Files
report-temp/tex/detailed-title.sty
T

35 lines
679 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{detailedTitle}
\usepackage{tex/coms}
\newcommand{\detailedtitle}{
\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}
}