Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bachelorarbeit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jan Wille
Bachelorarbeit
Commits
4a37cbcc
Commit
4a37cbcc
authored
Jul 11, 2022
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
glossar
parent
0f33062a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.latexmkrc
+10
-0
10 additions, 0 deletions
.latexmkrc
Bachelorarbeit.pdf
+0
-0
0 additions, 0 deletions
Bachelorarbeit.pdf
Bachelorarbeit.tex
+4
-0
4 additions, 0 deletions
Bachelorarbeit.tex
meta/Glossareinträge.tex
+0
-0
0 additions, 0 deletions
meta/Glossareinträge.tex
with
14 additions
and
0 deletions
.latexmkrc
0 → 100644
+
10
−
0
View file @
4a37cbcc
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;
}
This diff is collapsed.
Click to expand it.
Bachelorarbeit.pdf
+
0
−
0
View file @
4a37cbcc
No preview for this file type
This diff is collapsed.
Click to expand it.
Bachelorarbeit.tex
+
4
−
0
View file @
4a37cbcc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
meta/Glossareinträge.tex
0 → 100644
+
0
−
0
View file @
4a37cbcc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment