diff options
author | Yigit Sever | 2020-11-06 05:22:38 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-06 05:22:38 +0300 |
commit | 613bf0c79519036cff1cd04afa323e9fc37ac9a2 (patch) | |
tree | 58444e56014f44a63b044d5df850793265f0dc08 /structure.tex | |
parent | ca2af8e5bf4f6523dde2f56a17426a01e40f7eba (diff) | |
download | hw1-613bf0c79519036cff1cd04afa323e9fc37ac9a2.tar.gz hw1-613bf0c79519036cff1cd04afa323e9fc37ac9a2.tar.bz2 hw1-613bf0c79519036cff1cd04afa323e9fc37ac9a2.zip |
End commit for the thursday session
3 hours worth of work, two days till deadline
Diffstat (limited to 'structure.tex')
-rw-r--r-- | structure.tex | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/structure.tex b/structure.tex index e536c85..ae1765b 100644 --- a/structure.tex +++ b/structure.tex | |||
@@ -19,15 +19,20 @@ | |||
19 | % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS | 19 | % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS |
20 | %---------------------------------------------------------------------------------------- | 20 | %---------------------------------------------------------------------------------------- |
21 | 21 | ||
22 | \usepackage[utf8]{inputenc} % Required for inputting international characters | ||
23 | \usepackage[T1]{fontenc} % Output font encoding for international characters | ||
24 | \usepackage{csquotes} | ||
22 | \usepackage{amsmath,amsfonts} % Math packages | 25 | \usepackage{amsmath,amsfonts} % Math packages |
23 | \usepackage{enumerate} % Custom item numbers for enumerations | 26 | \usepackage{enumerate} % Custom item numbers for enumerations |
24 | \usepackage[ruled]{algorithm2e} % Algorithms | 27 | \usepackage[ruled]{algorithm2e} % Algorithms |
28 | \usepackage[makeroom]{cancel} | ||
25 | % \usepackage{algorithm} | 29 | % \usepackage{algorithm} |
26 | % \usepackage[noend]{algpseudocode} | 30 | % \usepackage[noend]{algpseudocode} |
27 | \usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments | 31 | \usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments |
28 | \usepackage{listings} % File listings, with syntax highlighting | 32 | \usepackage{listings} % File listings, with syntax highlighting |
29 | \usepackage[super]{nth} | 33 | \usepackage[super]{nth} |
30 | \usepackage{csquotes} | 34 | \usepackage{caption} |
35 | \usepackage{tikz} | ||
31 | 36 | ||
32 | \lstset{ | 37 | \lstset{ |
33 | basicstyle=\ttfamily, % Typeset listings in monospace font | 38 | basicstyle=\ttfamily, % Typeset listings in monospace font |
@@ -52,15 +57,6 @@ | |||
52 | } | 57 | } |
53 | 58 | ||
54 | %---------------------------------------------------------------------------------------- | 59 | %---------------------------------------------------------------------------------------- |
55 | % FONTS | ||
56 | %---------------------------------------------------------------------------------------- | ||
57 | |||
58 | \usepackage[utf8]{inputenc} % Required for inputting international characters | ||
59 | \usepackage[T1]{fontenc} % Output font encoding for international characters | ||
60 | |||
61 | % \usepackage{XCharter} % Use the XCharter fonts | ||
62 | |||
63 | %---------------------------------------------------------------------------------------- | ||
64 | % COMMAND LINE ENVIRONMENT | 60 | % COMMAND LINE ENVIRONMENT |
65 | %---------------------------------------------------------------------------------------- | 61 | %---------------------------------------------------------------------------------------- |
66 | 62 | ||