Minor cleanup
This commit is contained in:
parent
2cab8aa178
commit
14b5bdac91
32
letter.tex
32
letter.tex
@ -26,14 +26,6 @@
|
|||||||
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
\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
|
% 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
|
\ifoverleaf
|
||||||
\input{common.tex}
|
\input{common.tex}
|
||||||
\else
|
\else
|
||||||
@ -49,12 +53,8 @@
|
|||||||
\input{lib/latex-common/common.tex}
|
\input{lib/latex-common/common.tex}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
\addbibresource{letter.bib}
|
|
||||||
\AtBeginBibliography{\footnotesize}
|
|
||||||
|
|
||||||
\pgfplotsset{colorscheme/cel}
|
\pgfplotsset{colorscheme/cel}
|
||||||
|
|
||||||
% TODO
|
|
||||||
\newcommand{\figwidth}{\columnwidth}
|
\newcommand{\figwidth}{\columnwidth}
|
||||||
\newcommand{\figheight}{0.75\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
|
\printbibliography
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user