-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
37 lines (35 loc) · 1.21 KB
/
main.tex
File metadata and controls
37 lines (35 loc) · 1.21 KB
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
\documentclass[12pt]{article}
\usepackage{graphicx} % needed for including graphics e.g. EPS, PS
\usepackage{latexsym}
%\usepackage[colorlinks=true, linkcolor=black, citecolor=black, filecolor=black, urlcolor=black, hypcap=false]{hyperref}
\usepackage{caption}
\usepackage{array}
\usepackage{nopageno}
\usepackage{setspace}
\usepackage{indentfirst}
\usepackage[final]{pdfpages}
\topmargin -1.5cm % read Lamport p.163
\oddsidemargin -0.04cm % read Lamport p.163
\evensidemargin -0.04cm % same as oddsidemargin but for left-hand pages
\textwidth 16.59cm
\textheight 21.94cm
\widowpenalty=800
\clubpenalty=800
\pagestyle{myheadings} % Uncomment if don't want page numbers
\markright{\textbf{Date:}\hfill \textbf{Teacher Name:}\hfill \textbf{Period:}\hfill}
\parskip 7.2pt % sets spacing between paragraphs
%\renewcommand{\baselinestretch}{2} % Uncomment for 1.5 spacing between lines
\renewcommand{\arraystretch}{1.2}
\parindent 1cm % sets leading space for paragraphs
\begin{document}
\pagenumbering{gobble}
\input{guidelines.tex}
\input{MBCart1.tex}
\input{MBCart2.tex}
\input{TPCart1.tex}
\input{TPCart2.tex}
\input{TPCart3.tex}
\input{TPCart4.tex}
\input{TPCartLib.tex}
% Stop your text
\end{document}