Compare commits

..

No commits in common. "b03abe6400554b450954d19b7dfbc11cfbedbd2f" and "352ae119f1e93ac8a5d89dc33cb647bb28834b9a" have entirely different histories.

3 changed files with 3 additions and 28 deletions

View File

@ -16,10 +16,10 @@
# Move all axuiliary files to a separate directory, so they do not clutter up the project directory
$emulate_aux = 1;
$aux_dir = "build";
$aux_dir = ".tmp";
# Move the compiled files (and synctex) to a separate directory
$out_dir = 'build';
$out_dir = '.build';
# command to compile and run
$pdflatex = 'pdflatex %O -interaction=nonstopmode -shell-escape %S';
@ -45,14 +45,6 @@ $pdf_mode = 1;
# Keep auxiliary files
$clean_ext = " ";
# =====================================================================
# Custom dependency and function for nomencl package
# See: https://www.overleaf.com/learn/how-to/How_does_Overleaf_compile_my_project%3F
add_cus_dep("nlo", "nls", 0, "nlo2nls");
sub nlo2nls {
system("makeindex $_[0].nlo -s nomencl.ist -o $_[0].nls -t $_[0].nlg");
}
# =====================================================================
# custom dependency handling for glossaries

View File

@ -26,8 +26,6 @@
\usepackage{tikz} % painting
\usepackage{tikz-imagelabels} % overlay labels for images
\usepackage{cite} % citation for bibliography
\usepackage{amssymb} % provides enhancements for mathematical formulas
% \usepackage[utf8]{inputenc} % load files via \input as UTF-8, enabled by default since 2018
\makeindex
\makenomenclature

View File

@ -1,16 +1 @@
% For more verbose examples see: https://www.overleaf.com/learn/latex/Nomenclatures
% Create groups for different nomenclature sections
\renewcommand\nomgroup[1]{%
\item[\bfseries
\ifstrequal{#1}{P}{Physikalische Konstanten}{
\ifstrequal{#1}{E}{Chemische Elemente}{
\ifstrequal{#1}{Z}{Zahlenreihen}{
\ifstrequal{#1}{O}{Andere Symbole}}}}
]}
% Quick examples:
% \nomenclature[P]{\(c\)}{Speed of light in a vacuum}
% \nomenclature[Z]{\(\mathbb{C}\)}{Complex numbers}
% ^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^
% Gruppe Darstellung Beschreibung
\nomenclature{\(c\)}{Speed of light in a vacuum}