-
Notifications
You must be signed in to change notification settings - Fork 2
/
title_aar.tex
43 lines (38 loc) · 1.07 KB
/
title_aar.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\newcommand{\PHAGEtitle}[1]{\title{#1}\def\phagetitle{#1}}
\newcommand{\PHAGEfont}[1]{\setmainfont[Mapping=tex-text]{#1}}%(mapping=tex-text is for --, --- )
\newcommand{\PHAGEedition}[1]{\def\phageedition{#1}}
\newcommand{\PHAGElogopath}[1]{\def\phagelogo{#1}}
\newcommand{\PHAGEauthor}[1]{\author{#1}\def\aarfrom{#1}}
\newcommand{\PHAGEto}[1]{\def\aarto{#1}}
\newcommand{\PHAGEcc}[1]{\def\aarcc{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\def\maketitle{%
{%
\thispagestyle{empty}% remove header/foot
\centering%
\par{\hspace{1cm}\Huge After Action Report\\\hspace{1cm}\@title}\\%
\vspace{2em}%
\par{%
\hspace{1cm}
\begin{tabular}{p{.1\textwidth}p{.6\textwidth}}%
FROM: & \aarfrom\\%
TO: & \aarto\\%
CC: & \aarcc\\%
\end{tabular}%
}
\vfill%
\hspace{1cm}\includegraphics[height=0.5\paperheight]{images/cpt-logo.png}%
\vfill%
\par{
\hspace{1cm}
\begin{tabular}{rl}%
Compiled & \texttt{\VCDateISO{}T\VCTime}\\%
Revision & \texttt{\GITHash}\\%
\end{tabular}%
}
\clearpage%
\par}}
\makeatother