Small change
This commit is contained in:
parent
763750ad19
commit
976bc8f287
@ -192,6 +192,54 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
% Setup theme
|
||||||
|
% =====================================================
|
||||||
|
|
||||||
|
\AtBeginDocument{%
|
||||||
|
% Page layout (check above for the geometry setup)
|
||||||
|
\authSetPageLayout
|
||||||
|
|
||||||
|
% Fonts
|
||||||
|
\authFontEnvSetup{CMU Serif}{CMU Sans Serif}{Courier New}
|
||||||
|
|
||||||
|
% Header - Footer
|
||||||
|
\pagestyle{plain}
|
||||||
|
\thispagestyle{authTitlePageStyle}
|
||||||
|
|
||||||
|
% Page styles and formating
|
||||||
|
\authPageStyle
|
||||||
|
|
||||||
|
\normalsize
|
||||||
|
} % End \AtBeginDocument
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
% QA document public environments/commands
|
||||||
|
% =====================================================
|
||||||
|
|
||||||
|
% Common fields
|
||||||
|
% =====================================================
|
||||||
|
\newcommand*{\AuthorName}[1]{\def\auth@authorName{#1}}
|
||||||
|
\newcommand*{\AuthorMail}[1]{\def\auth@authorMail{#1}}
|
||||||
|
\newcommand*{\AuthorAEM}[1]{\def\auth@authorAEM{#1}}
|
||||||
|
|
||||||
|
\newcommand*{\CoAuthorName}[1]{\def\auth@coauthorName{#1}}
|
||||||
|
\newcommand*{\CoAuthorMail}[1]{\def\auth@coauthorMail{#1}}
|
||||||
|
\newcommand*{\CoAuthorAEM}[1]{\def\auth@coauthorAEM{#1}}
|
||||||
|
|
||||||
|
\newcommand*{\WorkGroup}[1]{\def\auth@workGroup{#1}}
|
||||||
|
|
||||||
|
\newcommand*{\DocTitle}[1]{\def\auth@docTitle{#1}}
|
||||||
|
\newcommand*{\Department}[1]{\def\auth@department{#1}}
|
||||||
|
\newcommand*{\ClassName}[1]{\def\auth@className{#1}}
|
||||||
|
|
||||||
|
\newcommand*{\InstructorName}[1]{\def\auth@instructorName{#1}}
|
||||||
|
\newcommand*{\InstructorMail}[1]{\def\auth@instructorMail{#1}}
|
||||||
|
\newcommand*{\CurrentDate}[1]{\def\auth@date{#1}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% \FirstPage
|
% \FirstPage
|
||||||
\newcommand{\authTitlePage}{%
|
\newcommand{\authTitlePage}{%
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
@ -290,56 +338,6 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% Setup theme
|
|
||||||
% =====================================================
|
|
||||||
|
|
||||||
\AtBeginDocument{%
|
|
||||||
% Page layout (check above for the geometry setup)
|
|
||||||
\authSetPageLayout
|
|
||||||
|
|
||||||
% Fonts
|
|
||||||
\authFontEnvSetup{CMU Serif}{CMU Sans Serif}{Courier New}
|
|
||||||
|
|
||||||
% Header - Footer
|
|
||||||
\pagestyle{plain}
|
|
||||||
\thispagestyle{authTitlePageStyle}
|
|
||||||
|
|
||||||
% Page styles and formating
|
|
||||||
\authPageStyle
|
|
||||||
|
|
||||||
\normalsize
|
|
||||||
} % End \AtBeginDocument
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% QA document public environments/commands
|
|
||||||
% =====================================================
|
|
||||||
|
|
||||||
% Common fields
|
|
||||||
% =====================================================
|
|
||||||
\newcommand*{\AuthorName}[1]{\def\auth@authorName{#1}}
|
|
||||||
\newcommand*{\AuthorMail}[1]{\def\auth@authorMail{#1}}
|
|
||||||
\newcommand*{\AuthorAEM}[1]{\def\auth@authorAEM{#1}}
|
|
||||||
|
|
||||||
\newcommand*{\CoAuthorName}[1]{\def\auth@coauthorName{#1}}
|
|
||||||
\newcommand*{\CoAuthorMail}[1]{\def\auth@coauthorMail{#1}}
|
|
||||||
\newcommand*{\CoAuthorAEM}[1]{\def\auth@coauthorAEM{#1}}
|
|
||||||
|
|
||||||
\newcommand*{\WorkGroup}[1]{\def\auth@workGroup{#1}}
|
|
||||||
|
|
||||||
\newcommand*{\DocTitle}[1]{\def\auth@docTitle{#1}}
|
|
||||||
\newcommand*{\Department}[1]{\def\auth@department{#1}}
|
|
||||||
\newcommand*{\ClassName}[1]{\def\auth@className{#1}}
|
|
||||||
|
|
||||||
\newcommand*{\InstructorName}[1]{\def\auth@instructorName{#1}}
|
|
||||||
\newcommand*{\InstructorMail}[1]{\def\auth@instructorMail{#1}}
|
|
||||||
\newcommand*{\CurrentDate}[1]{\def\auth@date{#1}}
|
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\Title}{%
|
\newcommand{\Title}{%
|
||||||
\ifnum \isequal{\auth@short}{no}=0
|
\ifnum \isequal{\auth@short}{no}=0
|
||||||
\authTitlePage
|
\authTitlePage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user