From ab5949f3f86f488ee6dcc94910036066336ea76e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 13 Nov 2020 11:45:00 +0300 Subject: Initial commit --- main.tex | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 main.tex (limited to 'main.tex') diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..fae7bf7 --- /dev/null +++ b/main.tex @@ -0,0 +1,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} -- cgit v1.2.3-70-g09d2