-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmain.tex
More file actions
34 lines (25 loc) · 716 Bytes
/
main.tex
File metadata and controls
34 lines (25 loc) · 716 Bytes
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
\documentclass[12pt,oneside,a4paper]{book}
\usepackage[margin=1in]{geometry}
\usepackage{fancyhdr}
\usepackage{xcolor}
\usepackage{tikz}
\pagestyle{fancy}
\title{GRE Sample Writing}
\author{Guangting Yu}
\date{December 2017}
% pandoc --from latex --to markdown main.tex -o README.md
\begin{document}
\maketitle
\tableofcontents
\chapter{The Pool of Issue Topics}
\input{./Issue/issue001.tex}
\include{./Issue/issue002}
\include{./Issue/issue003}
\foreach \x in {11,...,25}{\include{./Issue/issue0\x}}
\chapter{The Pool of Argument Topics}
\input{./Argument/argument001.tex}
\include{./Argument/argument002}
\include{./Argument/argument003}
\chapter{Templates}
\input{./Template/argument.tex}
\end{document}