From 14b5bdac91b13eade328a0a5f46e9b54c1aea14c Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 8 Jan 2024 14:14:20 +0100 Subject: [PATCH] Minor cleanup --- letter.tex | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/letter.tex b/letter.tex index 35f0d1e..1d1a994 100644 --- a/letter.tex +++ b/letter.tex @@ -26,14 +26,6 @@ \hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore} -\newif\ifoverleaf -%\overleaftrue % When enabled, this option allows the document to be compiled - % on overleaf: - % - common.tex is sourced from a different directory - % - Externalization is disabled - % - Figures are included from pre-build PDFs - - % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Inputs & Global Options @@ -41,6 +33,18 @@ % +\newif\ifoverleaf +%\overleaftrue % When enabled, this option allows the document to be compiled + % on overleaf: + % - common.tex is sourced from a different directory + % - TikZ Externalization is disabled + % - Figures are included from pre-build PDFs + + +% +% Figures +% + \ifoverleaf \input{common.tex} \else @@ -49,12 +53,8 @@ \input{lib/latex-common/common.tex} \fi -\addbibresource{letter.bib} -\AtBeginBibliography{\footnotesize} - \pgfplotsset{colorscheme/cel} -% TODO \newcommand{\figwidth}{\columnwidth} \newcommand{\figheight}{0.75\columnwidth} @@ -71,6 +71,13 @@ }, } +% +% Bibliography +% + +\addbibresource{letter.bib} +\AtBeginBibliography{\footnotesize} + % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -817,4 +824,3 @@ Ministry of Education and Research (BMBF) within the project Open6GHub \printbibliography \end{document} -