diff options
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 | ||