Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
studarbeit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
IPDSnelting
studarbeit
Commits
509ae56b
Commit
509ae56b
authored
Apr 26, 2016
by
Andreas Zwinkau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use cleveref
parent
fa65edfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
thesis/eval.tex
thesis/eval.tex
+1
-1
thesis/impl.tex
thesis/impl.tex
+2
-2
thesis/style/studarbeit.sty
thesis/style/studarbeit.sty
+2
-0
No files found.
thesis/eval.tex
View file @
509ae56b
...
...
@@ -5,7 +5,7 @@ Verbesserungen werden anhand von konkreten Experimenten und Zahlen belegt.
Eine saubere statistische Auswertung ist das Ziel.
Für schöne Tabellen ist das
\enquote
{
booktabs
}
package zu empfehlen.
Ein Beispiel ist in
\
auto
ref
{
fig:example
_
table
}
zu sehen.
Ein Beispiel ist in
\
c
ref
{
fig:example
_
table
}
zu sehen.
\begin{figure}
[hb]
\begin{center}
...
...
thesis/impl.tex
View file @
509ae56b
...
...
@@ -15,7 +15,7 @@ passt mit TikZ die Schrift exakt zum restlichen Dokument.
Zwar ist die Einarbeitung schwieriger,
aber die Qualität ist kaum zu überbieten.
Ein Beispiel aus einem unserer Paper~
\cite
{
braun13cc
}
siehst du in
\
auto
ref
{
fig:optimizations
}
.
siehst du in
\
c
ref
{
fig:optimizations
}
.
\input
{
fig/firm.tex
}
...
...
@@ -23,5 +23,5 @@ Für Firm-Graphen die bei uns im Compilerbau häufig vorkommen,
haben wir ein extra TiKZ Paket gebaut.
Dieses erleichtert das Zeichnen von Graphen,
die wie yComp aussehen.
Ein Beispiel ist in
\autoref
{
fig:firm
}
zu sehen
.
\Cref
{
fig:firm
}
zeigt ein Beispiel
.
thesis/style/studarbeit.sty
View file @
509ae56b
...
...
@@ -30,6 +30,8 @@
pdfstartpage=3,
}
\usepackage
{
hypcap
}
% hyperref fix
\usepackage
[nameinlink,noabbrev]
{
cleveref
}
% better references
\crefname
{
figure
}{
Abbildung
}{
Abbildungen
}
% TODO fancyhdr should not be necessary with KOMA script
\usepackage
{
fancyhdr
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment