diff options
author | Yigit Sever | 2020-11-27 00:17:30 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-27 00:17:30 +0300 |
commit | 435a77fcc4ca0bc87f329598b20691a279102011 (patch) | |
tree | 5da23282bff28987f29eb86c08b9e0877d1fa68f /answer_sheet/main.tex | |
download | hw3-435a77fcc4ca0bc87f329598b20691a279102011.tar.gz hw3-435a77fcc4ca0bc87f329598b20691a279102011.tar.bz2 hw3-435a77fcc4ca0bc87f329598b20691a279102011.zip |
Initial commit
Diffstat (limited to 'answer_sheet/main.tex')
-rw-r--r-- | answer_sheet/main.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/answer_sheet/main.tex b/answer_sheet/main.tex new file mode 100644 index 0000000..4e2b3a3 --- /dev/null +++ b/answer_sheet/main.tex | |||
@@ -0,0 +1,33 @@ | |||
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 \#3} | ||
22 | \author{Yiğit Sever} | ||
23 | \date{\today} | ||
24 | |||
25 | \addbibresource{mylib.bib} | ||
26 | |||
27 | %---------------------------------------------------------------------------------------- | ||
28 | |||
29 | \begin{document} | ||
30 | |||
31 | \maketitle | ||
32 | |||
33 | \end{document} | ||