From 613bf0c79519036cff1cd04afa323e9fc37ac9a2 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 6 Nov 2020 05:22:38 +0300 Subject: End commit for the thursday session 3 hours worth of work, two days till deadline --- structure.tex | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'structure.tex') diff --git a/structure.tex b/structure.tex index e536c85..ae1765b 100644 --- a/structure.tex +++ b/structure.tex @@ -19,15 +19,20 @@ % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS %---------------------------------------------------------------------------------------- +\usepackage[utf8]{inputenc} % Required for inputting international characters +\usepackage[T1]{fontenc} % Output font encoding for international characters +\usepackage{csquotes} \usepackage{amsmath,amsfonts} % Math packages \usepackage{enumerate} % Custom item numbers for enumerations \usepackage[ruled]{algorithm2e} % Algorithms +\usepackage[makeroom]{cancel} % \usepackage{algorithm} % \usepackage[noend]{algpseudocode} \usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments \usepackage{listings} % File listings, with syntax highlighting \usepackage[super]{nth} -\usepackage{csquotes} +\usepackage{caption} +\usepackage{tikz} \lstset{ basicstyle=\ttfamily, % Typeset listings in monospace font @@ -51,15 +56,6 @@ % showframe, % Uncomment to show how the type block is set on the page } -%---------------------------------------------------------------------------------------- -% FONTS -%---------------------------------------------------------------------------------------- - -\usepackage[utf8]{inputenc} % Required for inputting international characters -\usepackage[T1]{fontenc} % Output font encoding for international characters - -% \usepackage{XCharter} % Use the XCharter fonts - %---------------------------------------------------------------------------------------- % COMMAND LINE ENVIRONMENT %---------------------------------------------------------------------------------------- -- cgit v1.2.3-70-g09d2