Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
talks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
osak
talks
Commits
820d496f
Commit
820d496f
authored
6 years ago
by
Valentin Bruch
Browse files
Options
Downloads
Patches
Plain Diff
handout: reduced maths chapter to one column
parent
624c124e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workshops/latex/handout.tex
+26
-13
26 additions, 13 deletions
workshops/latex/handout.tex
with
26 additions
and
13 deletions
workshops/latex/handout.tex
+
26
−
13
View file @
820d496f
...
@@ -50,6 +50,8 @@
...
@@ -50,6 +50,8 @@
\newcolumntype
{
C
}
[1]
{
>
{
\centering\let\newline\\\arraybackslash
}
m
{
#1
}}
\newcolumntype
{
C
}
[1]
{
>
{
\centering\let\newline\\\arraybackslash
}
m
{
#1
}}
\begin{document}
\begin{document}
\setlength
{
\abovedisplayskip
}{
2pt
}
% space above equations
\setlength
{
\belowdisplayskip
}{
4pt
}
% space below equations
\section
{
Installation
}
\section
{
Installation
}
\begin{itemize}
\begin{itemize}
\item
LaTeX distribution installieren:
\item
LaTeX distribution installieren:
...
@@ -156,14 +158,25 @@ Syntax von Umgebungen:
...
@@ -156,14 +158,25 @@ Syntax von Umgebungen:
\end{minipage}
\end{minipage}
%
%
\section
{
Strukturierung eines Dokuments
}
\section
{
Strukturierung eines Dokuments
}
\begin{itemize}
\begin{minipage}
[t]
{
.5
\linewidth
}
\item
\verb
|
\chapter{Kapitel}
|
\footnote
{
Nur bei Dokumentklasse
\texttt
{
report
}
und
\texttt
{
book
}
(siehe
\autoref
{
sec:präambel
}
)
}
\begin{itemize}
[left=0pt, labelsep=2pt]
%\item \verb|\part{Teil}|\footnote{Nur in Dokumentklasse \texttt{book} (siehe \autoref{sec:präambel})}
\item
\verb
|
\chapter{Kapitel}
|
\footnotemark
\item
\verb
|
\section{Abschnitt}
|
\item
\verb
|
\section{Abschnitt}
|
\item
\verb
|
\subsection{Unterabschnitt}
|
\item
\verb
|
\subsection{Unterabs.}
|
\item
\verb
|
\subsubsection{Unterunterabschnitt}
|
\end{itemize}
\end{minipage}
%
\begin{minipage}
[t]
{
.5
\linewidth
}
\begin{itemize}
[left=0pt, labelsep=2pt]
\item
\verb
|
\subsubsection{...}
|
\item
\verb
|
\paragraph{Paragraph}
|
\item
\verb
|
\paragraph{Paragraph}
|
\item
\verb
|
\subparagraph{...}
|
\end{itemize}
\end{minipage}
\begin{itemize}
[topsep=2pt, partopsep=0pt, left=0pt, labelsep=2pt]
\item
Inhaltsverzeichnis:
\verb
|
\tableofcontents
|
\item
Inhaltsverzeichnis:
\verb
|
\tableofcontents
|
\end{itemize}
\end{itemize}
\footnotetext
{
Nur in Dokumentklasse
\texttt
{
report
}
und
\texttt
{
book
}
(siehe
\autoref
{
sec:präambel
}
)
}
%
%
%
\section
{
Mathematik
}
\section
{
Mathematik
}
\subsection
{
Pakete für die Präambel (siehe
\autoref
{
sec:präambel
}
)
}
\subsection
{
Pakete für die Präambel (siehe
\autoref
{
sec:präambel
}
)
}
...
@@ -171,7 +184,7 @@ Syntax von Umgebungen:
...
@@ -171,7 +184,7 @@ Syntax von Umgebungen:
\item
\texttt
{
mathtools
}
: Für Formeln immer einbinden.
\item
\texttt
{
mathtools
}
: Für Formeln immer einbinden.
%\item \texttt{amsmath}: Wird von \texttt{mathtools} geladen.
%\item \texttt{amsmath}: Wird von \texttt{mathtools} geladen.
\item
\texttt
{
amssymb
}
,
\texttt
{
amsfonts
}
: noch mehr Symbole und Fonts.
\item
\texttt
{
amssymb
}
,
\texttt
{
amsfonts
}
: noch mehr Symbole und Fonts.
\item
\texttt
{
mathrsfs
}
: Script Font, z.
\,
B.
\verb
|
\mathscr{N}
|
:
$
\mathscr
{
N
}$
%
\item \texttt{mathrsfs}: Script Font, z.\,B. \verb|\mathscr{N}|: $\mathscr{N}$
%\item \texttt{dsfont} Fancy font für z.\,B. \verb|\mathds{1}|: $\mathds1$
%\item \texttt{dsfont} Fancy font für z.\,B. \verb|\mathds{1}|: $\mathds1$
%\item \texttt{mathbbol}: erweitert \verb|\mathbb\|
%\item \texttt{mathbbol}: erweitert \verb|\mathbb\|
%\item \texttt{mathdots}: Punkte in Matrizen
%\item \texttt{mathdots}: Punkte in Matrizen
...
@@ -233,7 +246,7 @@ Syntax von Umgebungen:
...
@@ -233,7 +246,7 @@ Syntax von Umgebungen:
\verb
|
\notin
|
&
$
\notin
$
&
\verb
|
\infty
|
&
$
\infty
$
&
\verb
|
\dagger
|
&
$
\dagger
$
\\
\verb
|
\notin
|
&
$
\notin
$
&
\verb
|
\infty
|
&
$
\infty
$
&
\verb
|
\dagger
|
&
$
\dagger
$
\\
\verb
|
\sum
|
&
$
\sum
$
&
\verb
|
\int
|
&
$
\int
$
&
\verb
|
\prod
|
&
$
\prod
$
\verb
|
\sum
|
&
$
\sum
$
&
\verb
|
\int
|
&
$
\int
$
&
\verb
|
\prod
|
&
$
\prod
$
\end{tabular}
\end{tabular}
\begin{itemize}
[
itemsep=0pt,
parsep=
4
pt]
\begin{itemize}
[parsep=
3
pt]
\item
Grenzen bei Summen:
\verb
|
\sum_{n=1}^N
|
$
\mapsto
$
$
\sum
_{
n
=
1
}^
N
$
\item
Grenzen bei Summen:
\verb
|
\sum_{n=1}^N
|
$
\mapsto
$
$
\sum
_{
n
=
1
}^
N
$
\item
Integral mit Grenzen:
\verb
|
\int_0^1 \mathrm{d}x
|
$
\mapsto
$
\smash
{$
\int
_
0
^
1
\mathrm
{
d
}
x
$}
\item
Integral mit Grenzen:
\verb
|
\int_0^1 \mathrm{d}x
|
$
\mapsto
$
\smash
{$
\int
_
0
^
1
\mathrm
{
d
}
x
$}
\item
Text stapeln:
\verb
|
\overset{def}{=}
|
$
\mapsto
$
\smash
{$
\overset
{
\mathrm
{
def
}}
=
$}
\item
Text stapeln:
\verb
|
\overset{def}{=}
|
$
\mapsto
$
\smash
{$
\overset
{
\mathrm
{
def
}}
=
$}
...
@@ -266,7 +279,7 @@ Syntax von Umgebungen:
...
@@ -266,7 +279,7 @@ Syntax von Umgebungen:
\item
Einheiten in der Physik:
\verb
|
13.6\,\mathrm{eV}
|
:
$
13
.
6
\,\mathrm
{
eV
}$
.
\item
Einheiten in der Physik:
\verb
|
13.6\,\mathrm{eV}
|
:
$
13
.
6
\,\mathrm
{
eV
}$
.
\item
Symbole finden:
\url
{
http://detexify.kirelabs.org
}
\item
Symbole finden:
\url
{
http://detexify.kirelabs.org
}
\end{itemize}
\end{itemize}
\begin{tabular}
{
@
{}
r l @
{
\hskip
.025
\linewidth
}
r l
}
%
\begin{tabular}{@{}r l @{\hskip.025\linewidth} r l}
% \verb|\left(e^x\right)| & $\left(e^x\right)$ & \verb|\left[e^x\right]| & $\left[e^x\right]$ \\
% \verb|\left(e^x\right)| & $\left(e^x\right)$ & \verb|\left[e^x\right]| & $\left[e^x\right]$ \\
% \verb;\left.e^x\right|_{x=0}; & $\left.e^x\right|_{x=0}$ & \verb|\big(e^x\big)| & $\big(e^x\big)$ \\
% \verb;\left.e^x\right|_{x=0}; & $\left.e^x\right|_{x=0}$ & \verb|\big(e^x\big)| & $\big(e^x\big)$ \\
% \verb;\left|\vec{x}\right|; & $\left|\vec{x}\right|$ & \verb|\Big\{e^x\Big\}| & $\Big\{e^x\Big\}$ \\
% \verb;\left|\vec{x}\right|; & $\left|\vec{x}\right|$ & \verb|\Big\{e^x\Big\}| & $\Big\{e^x\Big\}$ \\
...
@@ -277,7 +290,7 @@ Syntax von Umgebungen:
...
@@ -277,7 +290,7 @@ Syntax von Umgebungen:
% \verb|\prod_{n=0}^{N}| & $\prod_{n=0}^N$ \\
% \verb|\prod_{n=0}^{N}| & $\prod_{n=0}^N$ \\
% \verb|\overset{.}{=}| & $\overset{def.}=$ &
% \verb|\overset{.}{=}| & $\overset{def.}=$ &
% \verb|\underbrace{a}_{b}| & $\underbrace{a}_{b}$
% \verb|\underbrace{a}_{b}| & $\underbrace{a}_{b}$
\end{tabular}
%
\end{tabular}
%
%
\subsection
{
Mathematik-Schriften
}
\subsection
{
Mathematik-Schriften
}
\begin{tabular}
{
@
{}
r l p
{
.45
\linewidth
}}
\begin{tabular}
{
@
{}
r l p
{
.45
\linewidth
}}
...
...
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