diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..fae7bf7 --- /dev/null +++ b/main.tex | |||
@@ -0,0 +1,38 @@ | |||
1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
2 | % Lachaise Assignment | ||
3 | % LaTeX Template | ||
4 | % Version 1.0 (26/6/2018) | ||
5 | % | ||
6 | % This template originates from: | ||
7 | % http://www.LaTeXTemplates.com | ||
8 | % | ||
9 | % Authors: | ||
10 | % Marion Lachaise & François Févotte | ||
11 | % Vel (vel@LaTeXTemplates.com) | ||
12 | % | ||
13 | % License: | ||
14 | % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) | ||
15 | % | ||
16 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
17 | |||
18 | \documentclass{article} | ||
19 | \input{structure.tex} | ||
20 | |||
21 | \title{CENG567: Homework \#2} | ||
22 | \author{Yiğit Sever} | ||
23 | \date{\today} | ||
24 | |||
25 | %---------------------------------------------------------------------------------------- | ||
26 | |||
27 | \begin{document} | ||
28 | |||
29 | \maketitle | ||
30 | |||
31 | \section{Checking Consistency of Judgements}% | ||
32 | \label{sec:checking_consistency_of_judgements} | ||
33 | |||
34 | |||
35 | \section{Reachability}% | ||
36 | \label{sec:reachability} | ||
37 | |||
38 | \end{document} | ||