-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
44 lines (33 loc) · 792 Bytes
/
main.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
\documentclass[a4paper,12pt]{article}
%% Packages
\usepackage[a4paper,top=1.46in,bottom=1.4in,left=1in,right=1in]{geometry}
\usepackage{graphicx}
\usepackage{float}
\usepackage[utf8]{inputenc}
\usepackage{etoolbox}
\usepackage{mathptmx} %Times Font
\renewcommand{\baselinestretch}{1.5}
\usepackage{everypage}
\usepackage{afterpage}
\def\PageTopMargin{0in}
\def\PageLeftMargin{0in}
\newcommand\atxy[3]{
\AddThispageHook{
\smash{
\hspace*{
\dimexpr-\PageLeftMargin-\hoffset+#1\relax
}
\raisebox{
\dimexpr\PageTopMargin+\voffset-#2\relax
}{#3}
}
}
}
\begin{document}
\sloppy
\pagenumbering{gobble}
\include{CoverPage}
\clearpage
\restoregeometry
\include{TitlePage}
\end{document}