-
Notifications
You must be signed in to change notification settings - Fork 0
/
mdgBookSVG4v1-cover.tex
50 lines (39 loc) · 1.21 KB
/
mdgBookSVG4v1-cover.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
43
44
45
46
47
48
% File name: mdgBooSVGV1-title.tex
% Purpose: Book Cover
% Instruction: Should be \input{.} just after \begin{document}
{
\topmargin 0.00in
\oddsidemargin 0.45in
\textwidth 8.27in %letterpaper: 8.50in
\textheight 11.69in %letterpaper: 11.50in
\thispagestyle{empty}
\begin{titlepage}
\begin{picture}(0,0)%
\linethickness{67.00pt}
\color{blue!22!black}
\put(-105,85){\line(1,0){6477}}
\put(-105,-830){\includegraphics[clip=true,trim=0.00in 0.65in 0.25in 0.0in,height=12.50in,width=8.60in,keepaspectratio]%
{\theBookFrontCover}}
\put(-105,-700){\line(1,0){6477}}
\end{picture}
\vspace{-1.5in}
\begin{center}
\LARGE\textbf{\color{white} \hspace{-0.5in}\theBookSeries}
\end{center}
\vspace*{3.25\baselineskip}%1.00
\begin{center}
\hspace{.30in}\Huge\textbf{\color{MediumBlue!1!MidnightBlue}\em \mdgBookTitle}
\end{center}
\vspace{-0.40in}%-0.10in
\begin{center}
\Large\textbf{\color{MediumBlue!50!MidnightBlue}\em \mdgBookSubTitle}
\end{center}
\begin{center}
\hspace{.20in}\LARGE\textbf{\color{MediumBlue!25!MidnightBlue}\em compiled by \authorFirstMidNameInit \authorLastName}
\end{center}
\vfill
\begin{center}
\LARGE\textbf{\hspace{-0.5in}\color{white}\em \theBookPublisher \\ \vspace{-.19in}}
\end{center}
\end{titlepage}
}