Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SysSec
templates
Seminar
Commits
0277d9f7
There was an error fetching the commit references. Please try again later.
Commit
0277d9f7
authored
2 years ago
by
Jost Rossel
Browse files
Options
Downloads
Patches
Plain Diff
Copy recent changes from thesis template
parent
37bb3011
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc/preamble.tex
+18
-3
18 additions, 3 deletions
misc/preamble.tex
paper.pdf
+0
-0
0 additions, 0 deletions
paper.pdf
with
18 additions
and
3 deletions
misc/preamble.tex
+
18
−
3
View file @
0277d9f7
...
...
@@ -5,6 +5,8 @@
\usepackage
[utf8]
{
inputenc
}
% support of UTF-8 input text
\usepackage
[T1]
{
fontenc
}
% proper encoding of the output font
\usepackage
{
lmodern
}
% original CM font doesn't work well with [T1]{fontenc}
% use different sans font
\usepackage
[semibold]
{
sourcesanspro
}
% set language
\ifenglish
%
...
...
@@ -47,9 +49,22 @@
\usepackage
{
multirow
}
% add support for multi-rows
\usepackage
{
multicol
}
% add support for multi-columns
\usepackage
{
longtable
}
% long tables can break pages
\usepackage
{
tabularx
}
% allows to fill table to linewidth
\newcolumntype
{
Y
}{
>
{
\centering\arraybackslash
}
X
}
% Y is centered X
\newcolumntype
{
P
}
[1]
{
>
{
\centering\arraybackslash
}
p
{
#1
}}
% P is p in centered
\usepackage
{
array
}
% provides >{} and <{} syntax for column definition
% column types
% (l)eft, (c)enter, (r)ight aligned
% p{<length>} left alined with defined width (paragraph)
% X left aligned with max possible width
\usepackage
{
tabularx
}
% Y centered with max possible width
\newcolumntype
{
Y
}{
>
{
\centering\arraybackslash\hspace
{
0pt
}}
X
}
% Z right aligned with max possible width
\newcolumntype
{
Z
}{
>
{
\raggedleft\arraybackslash
}
X
}
% x alias of p for consistency
\newcolumntype
{
x
}
[1]
{
p
{
#1
}}
% y{<length>} centered with defined width
\newcolumntype
{
y
}
[1]
{
>
{
\centering\arraybackslash
}
p
{
#1
}}
% z{<length>} centered with defined width
\newcolumntype
{
z
}
[1]
{
>
{
\raggedleft\arraybackslash
}
p
{
#1
}}
\usepackage
[flushleft]
{
threeparttable
}
% text below tables
% Math stuff and units
...
...
This diff is collapsed.
Click to expand it.
paper.pdf
+
0
−
0
View file @
0277d9f7
No preview for this file type
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
register
or
sign in
to comment