Latex Handout
Latex Handout
\usepackage{amsmath}
ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf
Publishing / LaTeX Math Mode
Font size is adapted to the height of the current line and the
height of the current line is adapted to the size of the
mathematical expression! Use only for small expressions.
Slide 1
xi
xk
x ki
x ki
x_{i^j}
xi
i
x
xi
x^{i^j}
x_{i_j}
x^{i_j}
j
j
ij
\cos
\cosh
\det
\coth
\sup
\sin
\csc
\deg
\hom
\dim
\tan
\max
\exp
\ln
\lim
\inf
\tanh
...
\limsup
\arctan
\log
\liminf
\min
Common Mistakes:
x_i_i
x^j^j
Slide 3
\max_i
max
max_i
maxi
Slide 4
Equation Environment:
Greek Letters:
, ,
, ,
Text
\begin{equation}
\frac{z}{n} \tfrac{z}{n}
\end{equation}
Text
Slide 2
1
2
1
2
1
2
1
2
Slide 5
Slide 6
\begin{align}
x_{k+1} & = x_k + \Phi(t_k, x_k) \nonumber \\
& = x_k + h \cdot f(t_k, x_k) \\
& = x_k + h \cdot \lambda \cdot e^{x_k}
\end{align}
\begin{eqnarray}
x_{k+1} & = & x_k + \Phi(t_k, x_k) \nonumber \\
~ & = & x_k + h \cdot f(t_k, x_k) \\
~ & = & x_k + h \cdot \lambda \cdot e^{x_k}
\end{eqnarray}
Slide 7
Slide 8
Arrays
Matrices
Cell-divisor: '&'
Row/Line-divisor: '\\'
Horizontal alignment in each column: r(ight), c(enter), l(eft)
Alignment specifier determines number of columns!
The number must not be exceeded!
\begin{equation}
\begin{array}{lcr}
a
& = & 1 \\
b+c & = & 2 \\
d
& = & a + b
\end{array}
\end{equation}
\left)
\right[
Slide 9
Slide 10
\begin{equation}
\left(
\begin{array}{ccc}
a_{1,1} & a_{1,2} & \ldots \\
a_{2,1} & a_{2,2} & \ldots \\
\vdots & \vdots & \ddots
\end{array}
\right)
\end{equation}
\begin{equation}
|x| :=
\left\{
\begin{array}{rl}
-x & \text{if } x < 0 \\
x & \text{if } x \geq 0
\end{array}
\right.
\end{equation}
Slide 11
Slide 12
German Umlaute
\usepackage[german]{babel}
\documentclass[a4paper,11pt]{dinbrief}
\usepackage{ngerman}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
deutsche Anfhrungszeichen
\begin{document}
Umlaute: \a , \A , \o , \O , \u , \U
%%%
\subject{Betreff-Vermerk des Briefes}
\backaddress{Die Rcksendeadresse oben im Anschriftfenster}
\signature{die gedruckte Unterschrift,
ber der man i.d.R. per Hand unterzeichnet}
\Datum{ \today }
\address{Name des Absenders \\ Strae \\ Postleitzahl und Ort des Absenders}
%%%
Scharfes-S: \ss
\usepackage{german}
\usepackage{ngerman}
Umlaute: a , A , o , O , u , U
Scharfes-S: s
\usepackage[latin1]{inputenc}
,,,,,,
\end{document}
Publishing / LaTeX
Slide 13
Publishing / LaTeX
Slide 14
Document:
Sections and sub-sections (of pages)
Frames ( ~ Slides )
Components of a frame:
Advantages:
Logo
Characteristics
determined
by theme
Frame title
Background
Highly configurable.
Content
Slide 15
LaTeX / Beamer
Slide 16
Themes:
\usetheme[footline=infoline,headline=secheader]{UPB}
Madrid
Copenhagen
AnnArbor
LaTeX / Beamer
http://www.hartwork.org/beamer-theme-matrix
Slide 17
LaTeX / Beamer
Slide 18
Mathematical environments:
Sectioning:
\section[short]{long}
\subsection[short]{long}
LaTeX / Beamer
Slide 19
LaTeX / Beamer
Slide 20
Blocks
Meta-Information
A block of text with a heading.
\begin{block}{title}
text
\end{block}
\begin{exampleblock}{title}
text
\end{exampleblock}
\begin{alertblock}{title}
text
\end{alertblock}
\begin{document}
\begin{frame}[t]
\maketitle
\end{frame}
LaTeX / Beamer
Slide 21
LaTeX / Beamer
Slide 22
optional
\begin{frame}[Overlay-Actions][Options]{Title}{Subtitle}
Content
\end{frame}
Overlay-Actions
Successively build up a frame on several slides: <+->
Options
Slide 23
LaTeX / Beamer
Slide 24