Add if statement for overleaf v. local build
This commit is contained in:
16
letter.tex
16
letter.tex
@@ -27,6 +27,10 @@
|
||||
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
||||
|
||||
|
||||
\newif\ifoverleaf
|
||||
%\overleaftrue
|
||||
|
||||
|
||||
%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Inputs & Global Options
|
||||
@@ -34,10 +38,20 @@
|
||||
%
|
||||
|
||||
|
||||
\input{common.tex}
|
||||
\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={}}
|
||||
|
||||
|
||||
%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
Reference in New Issue
Block a user