-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.tex
33 lines (29 loc) · 829 Bytes
/
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
\documentclass{amsart}
\input{preamble}
\begin{document}
\DeclareFixedFont{\titlefont}{T1}{ppl}{b}{}{0.6in}
\DeclareFixedFont{\subtitlefont}{T1}{ppl}{b}{}{0.4in}
\DeclareFixedFont{\authorfont}{T1}{ppl}{b}{}{0.4in}
\afterpage{\restoregeometry}
\newgeometry{left=1in, right=1in, top=1in, bottom=0in}
\definecolor{mytan}{HTML}{F6D5A8}
\pagecolor{mytan}\afterpage{\nopagecolor}
\thispagestyle{empty}
\begin{flushright}
\titlefont Manifolds \\
\vspace{.5em}
\subtitlefont IISER-M \\
\vspace{2em}
%\authorfont Ronald Huidrom
\end{flushright}
\vfill
\begin{center}
\begin{tikzpicture}
\node[scope fading=north, inner sep=-10pt, outer sep=0pt]{
\makebox[\textwidth]{\includegraphics[width=\paperwidth]
{~/Downloads/Chp 2/408163.jpg}}
};
\end{tikzpicture}
\end{center}
\clearpage
\end{document}