Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ReadmeTXT
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaften der Fakultät für Informatik
Open Source
ReadmeTXT
Commits
15ee5e8e
Commit
15ee5e8e
authored
1 year ago
by
Gregor Bellach
Browse files
Options
Downloads
Patches
Plain Diff
move global styling here, remove unneeded package
parent
519f7309
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
preamble.tex
+18
-12
18 additions, 12 deletions
preamble.tex
with
18 additions
and
12 deletions
preamble.tex
+
18
−
12
View file @
15ee5e8e
...
...
@@ -10,13 +10,11 @@
% Refer to https://ftp.tu-chemnitz.de/pub/tex/fonts/frcursive/frcursive.pdf for how to use it
\renewcommand
{
\familydefault
}{
\sfdefault
}
% Sets default font, to default serif-font (i.e. "Sans-serif")
% Page margins
\usepackage
[top=2cm,left=2cm,right=1cm,bottom=2cm]
{
geometry
}
% "showframe" parameter was here, don't know why
\usepackage
[top=2cm,left=2cm,right=1cm,bottom=2cm]
{
geometry
}
% Colors
\usepackage
{
xcolor
}
% Graphics
\usepackage
{
graphicx
}
% Provides \Ifthispageodd to decide where to place stuff that spreads multiple pages
\usepackage
{
scrextend
}
% Customize titles
\usepackage
[explicit]
{
titlesec
}
% Customize headers and footers
...
...
@@ -51,10 +49,8 @@
% Handles paragraph and TOC spacing and indentation
\usepackage
[indent=0pt,tocskip=0pt]
{
parskip
}
% !!!
% This modifies the settings for line breaks and suppresses most
% "overfull"/"underfull" errors. THESE SETTINGS ARE FAR FROM IDEAL!
% !!!
%%% This modifies the settings for line breaks and suppresses most
% "overfull"/"underfull" errors! THESE SETTINGS ARE FAR FROM IDEAL! !!!
\emergencystretch
= 0pt
\pretolerance
= 150
\tolerance
= 10001
...
...
@@ -62,9 +58,19 @@
\vbadness
10000
\hfuzz
= 320pt
% No idea what these do
\fancyhf
{}
\cfoot
{
\thepage
}
% Pagestyle
\fancypagestyle
{
plain
}{
\renewcommand
{
\headrulewidth
}{
0pt
}
\fancyhf
{}
\fancyfoot
[LE,RO]
{
\thepage
}
}
% Set some other counter? This is actually somehow important, but again, wasn't me.
\setcounter
{
secnumdepth
}{
0
}
\ No newline at end of file
% Set some other counter? This is actually somehow important, but wasn't me.
\setcounter
{
secnumdepth
}{
0
}
% Time format
\DTMnewtimestyle
{
hhmm
}{
%
% \DTMdisplaytime{<hh>}{<mm>}{<ss>}
\renewcommand
{
\DTMdisplaytime
}
[3]
{
\DTMtwodigits
{
##1
}
:
\DTMtwodigits
{
##2
}
Uhr
}
}
\DTMsettimestyle
{
hhmm
}
% sets style
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