-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
57 lines (37 loc) · 1.02 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass[11pt]{article}
\usepackage[margin=3cm]{geometry}
\geometry{a4paper}
\usepackage{times}
%\usepackage{inconsolata}
\usepackage{zlmtt}
\usepackage[T1]{fontenc}
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{url}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{color}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{tabularx}
% \usepackage{coffee4}
\usepackage{subcaption}
\input{prelude.tex}
\input{defs.tex}
\title{\sf \troupelang\ programming language user guide\footnote{Please send your comments and requests for clarifications to \url{[email protected]}}}
%\author{}
% \author{\sf Aslan Askarov \\ \small [email protected]}
%\date{March 26, 2020} % Activate to display a given date or no date
\begin{document}
\maketitle
\thispagestyle{empty}
\clearpage
\tableofcontents
\clearpage
\input{body.tex}
\end{document}
% Local Variables:
% TeX-engine: xetex
% End: