Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
0b14f69e
Commit
0b14f69e
authored
May 31, 2019
by
Valentin Bruch
Browse files
handout: layout
parent
b541c17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
workshops/latex/handout.tex
View file @
0b14f69e
...
...
@@ -55,14 +55,14 @@
\setlength
{
\belowdisplayskip
}{
4pt
}
% space below equations
\section
{
Installation
}
\begin{itemize}
\item
LaTeX distribution installieren:
\begin{itemize}
[topsep=1pt, partopsep=1pt]
\item
Linux:
\textbf
{
TeX Live
}
(Paket
\texttt
{
texlive
}
)
\item
Windows:
\textbf
{
MiKTeX
}
herunterladen
\item
MacOS:
\textbf
{
MacTeX
}
\end{itemize}
\item
Pakete größtenteils vorinstalliert, ansonsten mit Paketmanager nachinstallieren
%hinschreiben?
\item
Praktischer Editor, z.
\,
B.
\textbf
{
TeXstudio
}
\item
LaTeX distribution installieren:
\begin{itemize}
[topsep=1pt, partopsep=1pt]
\item
Linux:
\textbf
{
TeX Live
}
(Paket
\texttt
{
texlive
}
)
\item
Windows:
\textbf
{
MiKTeX
}
herunterladen
\item
MacOS:
\textbf
{
MacTeX
}
\end{itemize}
\item
Pakete größtenteils vorinstalliert, ansonsten mit Paketmanager nachinstallieren
%hinschreiben?
\item
Praktischer Editor, z.
\,
B.
\textbf
{
TeXstudio
}
\end{itemize}
\section
{
Grundlagen
}
Idee: Textdatei
\texttt
{
dokument.
{
\bfseries
tex
}}
$
\mapsto
$
\texttt
{
dokument.
{
\bfseries
pdf
}}
...
...
@@ -91,7 +91,7 @@ Formatierung wird durch Befehle erzeugt:\\
\item
Neue Zeile:
\verb
|
\\
|
oder eine Leerzeile im Code
\item
Seitenumbruch:
\verb
|
\newpage
|
\end{itemize}
Lokal andere Schriftgröße (global: siehe
\autoref
{
sec:präambel
}
):
Lokal andere Schriftgröße (global: siehe
\autoref
{
sec:präambel
}
):
\\
\verb
|
normal {\small klein} normal
|
\\
\begin{minipage}
{
.22
\linewidth
}
{
\tiny
\verb
|
\tiny
|
}
\\
...
...
@@ -278,7 +278,7 @@ Syntax von Umgebungen:
%\end{tabular}
%
\subsection
{
Mathematik-Schriften
}
\begin{tabular}
{
@
{}
r l
p
{
.45
\linewidth
}
}
\begin{tabular}
{
r l
l
}
% \verb|\mathnormal| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & Normalerweise $\equiv$\verb|\mathit| \\
% \verb|\mathit| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & \\
\verb
|
\mathrm
|
&
$
\mathrm
{
abc ABC
}$
&
Nicht kursiv
\\
...
...
@@ -289,7 +289,7 @@ Syntax von Umgebungen:
% \verb|\mathtt| & $\mathtt{abc ABC 123 \Gamma\Delta\Theta}$ & monospace \\
\verb
|
\mathfrak
|
&
$
\mathfrak
{
abc ABC
123
}$
&
Fraktur
\\
\verb
|
\mathbb
|
&
$
\mathbb
{
ANQRZ
}$
&
Doppelte Linien
\\
% (erweiterbar mit \texttt{mathbbol}) \\
\verb
|
\mathscr
|
&
$
\mathscr
{
AHLN
}$
&
braucht Paket
\verb
|
mathrsfs
|
\\
\verb
|
\mathscr
|
&
$
\mathscr
{
AHLN
}$
&
braucht Paket
\verb
|
mathrsfs
|
% \verb|\mathds| & $\mathds{ABC1}$ & braucht \texttt{dsfont} \\
\end{tabular}
%
...
...
@@ -416,7 +416,7 @@ Mit \verb|\footnote{Text}| erstellst du eine Fußnote.\footnote{Mit \texttt{\tex
In der Präambel:
\verb
|
\usepackage{graphicx}
|
\\
Im Dokument:
\verb
|
\includegraphics[
|
\emph
{
Optionen
}
\verb
|
]{
|
\emph
{
Bild.pdf
}
\verb
|
}
|
\\
\emph
{
Optionen
}
:
\verb
|
width=0.5\textwidth
|
,
\verb
|
height=3cm
|
,
\verb
|
scale=0.5
|
\\
Unterstützte Dateitypen:
\texttt
{
.pdf
}
,
\texttt
{
.png
}
,
\texttt
{
.jpg
}
% nicht abschließend!!
Unterstützte Dateitypen:
\texttt
{
.pdf
}
,
\texttt
{
.png
}
,
\texttt
{
.jpg
}
,
\texttt
{
.eps
}
% nicht abschließend!!
%
\section
{
Floats
}
Graphiken und Tabellen können in Floats gepackt werden.
...
...
@@ -476,10 +476,12 @@ Erstelle einzelne Folien mit\\
\verb
|
\begin{frame}{Folientitel}
|
\\
\verb
|
Inhalt mit \alert{wichtigem} Text.
|
\\
\verb
|
\end{frame}
|
%
\subsection
{
Themen
}
Thema auswählen:
\verb
|
\usetheme{Frankfurt}
|
\\
Farbthema auswählen:
\verb
|
\usecolortheme{rose}
|
\\
Übersicht:
\mbox
{
\url
{
https://www.hartwork.org/beamer-theme-matrix
}}
%
\subsection
{
Strukturierung
}
\begin{minipage}
[t]
{
.65
\linewidth
}
\verb
|
\begin{columns}[
|
\emph
{
Position
}
\texttt
{
]
}
\\
...
...
Write
Preview
Supports
Markdown
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