forked from tfrank1971/LaTeX_Tutorial_CPT_PSP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
#report#-titlepage.tex
42 lines (33 loc) · 1.6 KB
/
#report#-titlepage.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
\begin{titlepage}
\hfill
%\parbox{6.5cm}{\hfill \Huge{\sffamily\bfseries Institution}}
\includegraphics[scale=.3]{logo/logo} % adjust the image size using the scale factor
\vspace*{2cm}
\begin{center}
{\bfseries
{%\LARGE \titlea} \\[1cm]
\Large \sffamily \titlea} \\[1cm]
{\sffamily \titleb \\[1cm]}
{\sffamily \titlec \\[2cm]}
}
\bigskip
{\small
\begin{longtable}{rl}
\sffamily {Test Facility :} & \sffamily {\company}\\
~ & \sffamily{\city}\\
~ & \sffamily{\country}\\ \\
\sffamily{Author :} & \sffamily{\author}\\
\sffamily{Reviewer :} & \sffamily{\reviewer} \\ \\
\sffamily{Document Reference :} & \sffamily{\DOC} \\ \\
\sffamily{Date :} & \sffamily{\today} \\ \\
\sffamily{Total number of pages :} & \sffamily{\pageref*{LastPage} + 1 page for Electronic Signatures}\\
%Status : & \status \\
\end{longtable}
}
\end{center}
\vfill
\fbox{\fbox{\parbox{8cm}{\fs \sffamily{This document is the confidential information of <Institution>. It may not be used for any purpose without the prior written consent of <Institution>.\\ \\[1mm]
\makebox[8cm]{\large CONFIDENTIAL}}}}} \hfill
%\parbox{4.5cm}{\Large \sffamily\bfseries <Institution>}
\end{titlepage}
\endinput