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
ab12b159
Commit
ab12b159
authored
May 28, 2019
by
Valentin Bruch
Browse files
handout: theorem
parent
df322b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
workshops/latex/handout.tex
View file @
ab12b159
...
...
@@ -272,13 +272,14 @@ Einheiten in der Physik: \verb|13,\!6\,\mathrm{eV}| oder \verb|13.5\,\mathrm{eV}
Mehr Symbole finden:
\url
{
http://detexify.kirelabs.org
}
%
\subsection
{
Theoreme
}
In d
i
e Präambel:
In de
r
Präambel:
\begin{minipage}
[t]
{
.6
\linewidth
}
\verb
|
\usepackage{amsthm}
|
\\
\verb
|
\theoremstyle{plain}
|
\\
\verb
|
\newtheorem{theorem}{Theorem}
|
\verb
|
\newtheorem{theorem}{Theorem}
|
definiert Umgebung
\texttt
{
theorem
}
mit Style
\texttt
{
plain
}
\end{minipage}
\\
$
\rightarrow
$
definiert eine Umgebung
\texttt
{
theorem
}
.
Mit
\verb
|
\begin{theorem}[Pythagoras]
|
beginnt ein Theorem.
Nach
\verb
|
\end{theorem}
|
kann man mit
\verb
|
\begin{proof}
|
einen Beweis hinzufügen.
%
\section
{
Graphiken
}
In die Präambel:
\verb
|
\usepackage{graphicx}
|
\\
...
...
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