Browse Source

refactor: remove unused package

develop
Ezerous 3 years ago
parent
commit
833b41ee92
  1. 3
      misc/packages.tex
  2. BIN
      thesis.pdf

3
misc/packages.tex

@ -21,13 +21,12 @@
\usepackage{custom-packages/greek-enumerate} % Greek enumeration for ordered item lists \usepackage{custom-packages/greek-enumerate} % Greek enumeration for ordered item lists
\usepackage{float} % For \begin{figure}[H] \usepackage{float} % For \begin{figure}[H]
\usepackage[font={footnotesize, it}]{caption} % For captions under figures \usepackage[font={footnotesize, it}]{caption} % For captions under figures
\usepackage [autostyle]{csquotes}
\usepackage{listings} %TODO: unused atm (remove?)
\usepackage{tabularx} % Support for break lines inside table cells \usepackage{tabularx} % Support for break lines inside table cells
\usepackage{multirow, booktabs} % Useful table styling commands \usepackage{multirow, booktabs} % Useful table styling commands
\usepackage[flushleft]{threeparttable} % Table footnotes \usepackage[flushleft]{threeparttable} % Table footnotes
\usepackage[dvipsnames]{xcolor} % Text colors \usepackage[dvipsnames]{xcolor} % Text colors
\usepackage{minted} % Source code highlighting (make sure to add -shell-escape flag!) \usepackage{minted} % Source code highlighting (make sure to add -shell-escape flag!)
\usepackage [autostyle]{csquotes}
\usepackage{tcolorbox} % Colored boxes \usepackage{tcolorbox} % Colored boxes
\tcbuselibrary{minted} % Make tcolorbox work with minted \tcbuselibrary{minted} % Make tcolorbox work with minted
\usepackage{graphicx} \usepackage{graphicx}

BIN
thesis.pdf

Binary file not shown.
Loading…
Cancel
Save