%% LaTeX packages in use %% ============================================================================== \usepackage{natbib} %% bib \usepackage{caption} %% caption \usepackage{xcolor} %% color \usepackage{times} %% font \usepackage{hyperref} %% hyper %\usepackage{idxlayout} %% index \usepackage{enumitem} %% list \usepackage[outputdir=../build]{minted} %% listing \usepackage{amsmath} %% maths %\usepackage{fancyhdr} %% page \usepackage{minitoc} %% toc \usepackage{subfiles} %% subdocs \usepackage{draftwatermark} %% watermark \usepackage{titling} %% titlepage %% Extensions in bundle package \usepackage{amssymb, graphicx, makeidx, tabularx, textcomp} \usepackage[utf8]{inputenc} %% input encoding %% Configuration \captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}} %\idxlayout{font=footnotesize, columns=3} %\renewcommand{\bibfont}{\footnotesize} %\renewcommand{\bibsep}{3pt} %% Load custom packages in './latex/global' directory \usepackage{../../global/styles} \usepackage{../../global/new_cmds} \usepackage{../../global/highlighting} \usepackage{../../global/todonotes}