Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dissertation-Template
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
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
KIT-KSP
Dissertation-Template
Commits
620a0658
Commit
620a0658
authored
4 years ago
by
Michael Grinberg
Browse files
Options
Downloads
Patches
Plain Diff
Umstellung der Einbindung des babelhyphenation-Befehls (sollte keine Auswirkungen haben)
parent
682cb930
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
preambel/Header.tex
+3
-3
3 additions, 3 deletions
preambel/Header.tex
preambel/Hyphenation.tex
+12
-2
12 additions, 2 deletions
preambel/Hyphenation.tex
preambel/preambel.tex
+0
-9
0 additions, 9 deletions
preambel/preambel.tex
with
15 additions
and
14 deletions
preambel/Header.tex
+
3
−
3
View file @
620a0658
...
...
@@ -105,6 +105,9 @@
%% Mathe-Pakete sowie Definition der Sondersymbole und sonstiger Mathe-Macros
\input
{
preambel/Math
}
%%% Silbentrennung
\input
{
preambel/Hyphenation.tex
}
%% Hauptsprache des Dokuments setzen (abhängig von der Angabe des Schalters
%% "englishAsMainLanguage", welcher in der Datei AlleSchalter.tex gesetzt wird)
\ifthenelse
{
\boolean
{
englishAsMainLanguage
}}{
%
...
...
@@ -113,9 +116,6 @@
\selectlanguage
{
ngerman
}
}
%%% Silbentrennung
\input
{
preambel/Hyphenation.tex
}
%%PW: Glyphtounicode für pdfx, PDF/A-Kompatibilität. In Ruhe lassen!
%\input{preambel/glyphtounicode.tex}
...
...
This diff is collapsed.
Click to expand it.
preambel/Hyphenation.tex
+
12
−
2
View file @
620a0658
%% Hier Sonderfälle der Silbentrennung setzen
%
%% The \babelhyphenation macro has been introduced
%% only in the babel v.3.9 released in March 2013.
%% For the sake of compatibility with older TeX distribution:
\providecommand
{
\babelhyphenation
}
[2][english]
{
%
\begin{hyphenrules}
{
#1
}
\hyphenation
{
#2
}
\end{hyphenrules}
}
%% English:
\babelhyphenation
[english]
{
%
Bayes-ian
...
...
@@ -14,7 +24,7 @@ pa-ra-me-tri-za-ti-on
sur-veil-lance
track-ing
}
%
%% Deutsch:
\babelhyphenation
[ngerman]
{
%
di-men-sio-nale
...
...
This diff is collapsed.
Click to expand it.
preambel/preambel.tex
+
0
−
9
View file @
620a0658
...
...
@@ -81,15 +81,6 @@
{
\usepackage
[ngerman,english]
{
babel
}}
%
{
\usepackage
[english,ngerman]
{
babel
}}
% The \babelhyphenation macro has been introduced
% only in the babel v.3.9 released in March 2013.
% For the sake of compatibility with older TeX distribution:
\providecommand
{
\babelhyphenation
}
[2][english]
{
%
\begin{hyphenrules}
{
#1
}
\hyphenation
{
#2
}
\end{hyphenrules}
}
%for allowing hyphenation of words that contain a dash
%using shortcuts \-/, \=/, \--, \==, \---, and \===
\usepackage
[shortcuts]
{
extdash
}
...
...
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