Add if statement for overleaf v. local build
This commit is contained in:
parent
d4dc09c93b
commit
d57cc98a38
14
letter.tex
14
letter.tex
@ -27,6 +27,10 @@
|
|||||||
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
||||||
|
|
||||||
|
|
||||||
|
\newif\ifoverleaf
|
||||||
|
%\overleaftrue
|
||||||
|
|
||||||
|
|
||||||
%
|
%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% Inputs & Global Options
|
% Inputs & Global Options
|
||||||
@ -34,10 +38,20 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
|
|
||||||
|
\ifoverleaf
|
||||||
\input{common.tex}
|
\input{common.tex}
|
||||||
|
\else
|
||||||
|
\usetikzlibrary{external}
|
||||||
|
\tikzexternalize[prefix=build/]
|
||||||
|
\input{lib/latex-common/common.tex}
|
||||||
|
\fi
|
||||||
|
|
||||||
|
|
||||||
\pgfplotsset{colorscheme/cel}
|
\pgfplotsset{colorscheme/cel}
|
||||||
|
|
||||||
|
% TODO
|
||||||
|
\pgfplotsset{fancy marks/.style={}}
|
||||||
|
|
||||||
|
|
||||||
%
|
%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user