blob: fae7bf75eb93d6d56e54b8110a265631d0b9cfad (
plain)
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Lachaise Assignment
% LaTeX Template
% Version 1.0 (26/6/2018)
%
% This template originates from:
% http://www.LaTeXTemplates.com
%
% Authors:
% Marion Lachaise & François Févotte
% Vel (vel@LaTeXTemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\input{structure.tex}
\title{CENG567: Homework \#2}
\author{Yiğit Sever}
\date{\today}
%----------------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Checking Consistency of Judgements}%
\label{sec:checking_consistency_of_judgements}
\section{Reachability}%
\label{sec:reachability}
\end{document}
|