Skip to content
Snippets Groups Projects
Commit 4a37cbcc authored by Jan Wille's avatar Jan Wille
Browse files

glossar

parent 0f33062a
Branches
No related tags found
No related merge requests found
add_cus_dep( 'acn', 'acr', 0, 'makeglossaries' );
add_cus_dep( 'glo', 'gls', 0, 'makeglossaries' );
$clean_ext .= " acr acn alg glo gls glg";
sub makeglossaries {
my ($base_name, $path) = fileparse( $_[0] );
my @args = ( "-q", "-d", $path, $base_name );
if ($silent) { unshift @args, "-q"; }
return system "makeglossaries", "-d", $path, $base_name;
}
No preview for this file type
......@@ -7,10 +7,13 @@
\usepackage{siunitx}
\usepackage{listings}
\usepackage{biblatex}
\usepackage[toc]{glossaries}
\setuptoc{toc}{totoc}
\addbibresource{meta/Quellenverzeichnis.bib}
\setglossarystyle{altlist}
\makeglossaries\loadglsentries[main]{meta/Glossareinträge}
%% coment out the folowing file definitions to exclude them from build temporariely and sace compiletime
\includeonly{
......@@ -34,6 +37,7 @@
\declarationAuthorship
\include{chap/abstract}
\tableofcontents
\printglossary
\mainmatter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment