Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hochautomatisiertes-Fahren
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Badenhoop
Hochautomatisiertes-Fahren
Commits
8b7a4a36
Commit
8b7a4a36
authored
6 years ago
by
lenoelda
Browse files
Options
Downloads
Patches
Plain Diff
Fix makefiles
parent
4a4668cd
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
documentation/lastenheft/lastenheft.tex
+3
-3
3 additions, 3 deletions
documentation/lastenheft/lastenheft.tex
documentation/lastenheft/makefile
+7
-4
7 additions, 4 deletions
documentation/lastenheft/makefile
documentation/mainDocument/makefile
+5
-4
5 additions, 4 deletions
documentation/mainDocument/makefile
with
15 additions
and
11 deletions
documentation/lastenheft/lastenheft.tex
+
3
−
3
View file @
8b7a4a36
...
...
@@ -12,10 +12,10 @@
\usepackage
{
float
}
% used to allow the [H] option for tables, etc.
\usepackage
{
verbatim
}
% makes multiline comments possible via \begin{comment}\end{comment}
\usepackage
{
ifthen, tikz, xstring, calc, pgfopts
}
% required for tikz-uml
\usepackage
{
../tikz-uml
}
\usepackage
{
../
mainDocument/
tikz-uml
}
%%% GLOSSARY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input
{
../glossary.tex
}
\input
{
../
mainDocument/
glossary.tex
}
%%% BIBTEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage
[ backend=bibtex,
...
...
@@ -23,7 +23,7 @@
maxbibnames=50,
maxcitenames=8,
style=alphabetic]
{
biblatex
}
\bibliography
{
../literature.bib
}
\bibliography
{
../
mainDocument/
literature.bib
}
\DeclareFieldFormat
{
labelalpha
}{
\thefield
{
entrykey
}}
\DeclareFieldFormat
{
extraalpha
}{}
...
...
This diff is collapsed.
Click to expand it.
documentation/lastenheft/makefile
+
7
−
4
View file @
8b7a4a36
...
...
@@ -10,21 +10,24 @@ full: lastenheft.tex
pdflatex lastenheft.tex
clean
:
rm
-rf
lastenheft.acn
rm
-rf
lastenheft.acr
rm
-rf
lastenheft.alg
rm
-rf
lastenheft.aux
rm
-rf
lastenheft.bbl
rm
-rf
lastenheft.bcf
rm
-rf
lastenheft.blg
rm
-rf
lastenheft.fdb_latexmk
rm
-rf
lastenheft.fls
rm
-rf
lastenheft.idx
rm
-rf
lastenheft.glo
rm
-rf
lastenheft.glg
rm
-rf
lastenheft.gls
rm
-rf
lastenheft.log
rm
-rf
lastenheft.out
rm
-rf
lastenheft.pdf
rm
-rf
lastenheft.run.xml
rm
-rf
lastenheft.synctex.gz
rm
-rf
lastenheft.toc
rm
-rf
lastenheft.xdy
rm
-rf
lastenheft-blx.bib
rm
-rf
lastenheft.fls
rm
-rf
lastenheft.fdb_latexmk
rm
-rf
lastenheft.pdf
rm
-rf
lastenheft.synctex.gz
This diff is collapsed.
Click to expand it.
documentation/mainDocument/makefile
+
5
−
4
View file @
8b7a4a36
...
...
@@ -17,18 +17,19 @@ clean:
rm
-rf
mainDocument.bbl
rm
-rf
mainDocument.bcf
rm
-rf
mainDocument.blg
rm
-rf
mainDocument.fdb_latexmk
rm
-rf
mainDocument.fls
rm
-rf
mainDocument.idx
rm
-rf
mainDocument.dvi
rm
-rf
mainDocument.glo
rm
-rf
mainDocument.glg
rm
-rf
mainDocument.gls
rm
-rf
mainDocument.log
rm
-rf
mainDocument.out
rm
-rf
mainDocument.pdf
rm
-rf
mainDocument.run.xml
rm
-rf
mainDocument.synctex.gz
rm
-rf
mainDocument.toc
rm
-rf
mainDocument.xdy
rm
-rf
mainDocument-blx.bib
rm
-rf
mainDocument.fls
rm
-rf
mainDocument.fdb_latexmk
rm
-rf
mainDocument.pdf
rm
-rf
mainDocument.synctex.gz
rm
-rf
img/husiegel_bw-eps-converted-to.pdf
This diff is collapsed.
Click to expand it.
Preview
0%
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
register
or
sign in
to comment