Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
pse-tipps
Commits
11d8de56
Commit
11d8de56
authored
Dec 17, 2013
by
Andreas Zwinkau
Browse files
Some LaTeX tips
parent
0de7fdb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tipps.tex
View file @
11d8de56
...
...
@@ -19,6 +19,7 @@
\usepackage
[german]
{
babel
}
\setlength
{
\parskip
}{
12pt
}
\setlength
{
\parindent
}{
0pt
}
% german: do not indent first line of paragraph
\title
{
Praxis der Software-Entwicklung
\\
\Large
{
Tipps und Tricks
}}
...
...
@@ -60,6 +61,22 @@ weil es sich gut mit Versionskontrollsystemen vereinbaren lässt
und man hier schon für die Bachelorarbeit üben kann.
Office o.ä. ist aber auch möglich.
Für deutsche
\LaTeX
-Dokument fast immer gute Einstellungen:
\begin{verbatim}
\usepackage
[utf8]
{
inputenc
}
% use utf8 file encoding for TeX sources
\usepackage
[T1]
{
fontenc
}
% avoid garbled Unicode text in pdf
\usepackage
{
csquotes
}
% provides \enquote{} macro for "quotes"
\usepackage
{
hyperref
}
% detailed hyperlink/pdf configuration
\hypersetup
{
% `texdoc hyperref` for detailed manual
pdftitle=
{
PSE: Tipps
}
,
bookmarks=true,
% ...
}
\usepackage
[german]
{
babel
}
% german hyphenation, quotes, etc
\setlength
{
\parskip
}{
1em
}
% deutsch: Leerzeile zwischen Absätzen
\setlength
{
\parindent
}{
0pt
}
% deutsch: Keine Einrückung der ersten Absatzzeile
\end{verbatim}
\subsection
{
UML Diagramme
}
\begin{itemize}
...
...
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