Add if statement for overleaf v. local build

This commit is contained in:
Andreas Tsouchlos 2023-12-23 20:51:12 +01:00
parent d4dc09c93b
commit d57cc98a38

View File

@ -27,6 +27,10 @@
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
\newif\ifoverleaf
%\overleaftrue
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inputs & Global Options
@ -34,10 +38,20 @@
%
\ifoverleaf
\input{common.tex}
\else
\usetikzlibrary{external}
\tikzexternalize[prefix=build/]
\input{lib/latex-common/common.tex}
\fi
\pgfplotsset{colorscheme/cel}
% TODO
\pgfplotsset{fancy marks/.style={}}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%