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
2cdfda80
Commit
2cdfda80
authored
May 23, 2019
by
Stefan Heimersheim
Browse files
footnotes meh
parent
21da24f2
Changes
5
Hide whitespace changes
Inline
Side-by-side
workshops/latex/compile.sh
View file @
2cdfda80
#!/bin/bash
cd
examples
lualatex 2h_fake.tex
lualatex 2h_fake.tex
#lualatex 4b_fake.tex
#screenshot
cd
..
...
...
workshops/latex/examples/4c.tex
0 → 100644
View file @
2cdfda80
Dieser Beweis ist
richtig.
\footnote
{
außer wenn
$
x>
0
$}
\ No newline at end of file
workshops/latex/examples/4c_fake.png
0 → 100644
View file @
2cdfda80
25.6 KB
workshops/latex/examples/4c_fake.tex
0 → 100644
View file @
2cdfda80
\documentclass
{
article
}
\usepackage
{
hyperref
}
\usepackage
{
lipsum
}
\begin{document}
\noindent
\lipsum
[2-6]
Dieser Beweis ist
richtig.
\footnote
{
außer wenn
$
x>
0
$}
\label
{
beweise
}
\end{document}
workshops/latex/latex.tex
View file @
2cdfda80
...
...
@@ -304,7 +304,7 @@
\end{tikzpicture}
\end{frame}
\begin{frame}
[fragile]
{
Sections
}
\begin{frame}
[fragile]
{
Abschnitte
}
\begin{columns}
\begin{column}
{
0.4
\textwidth
}
\structure
{
Sections
}
...
...
@@ -538,7 +538,7 @@
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Gleichungen, Sections, Figures und vieles mehr!
\item
Gleichungen, Sections,
\textbf
{
Figures
}
und vieles mehr!
\end{itemize}
\end{minipage}
}
;
&
...
...
@@ -577,6 +577,35 @@
\end{tikzpicture}
\end{frame}
\begin{frame}
[fragile]
{
Fußnoten
}
\structure
{
Footnotes
}
\begin{tikzpicture}
\node
[matrix, column sep=4pt, row sep=6pt]
{
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Fußnote einfügen mit
\verb
|
\footnote
|
\verb
|
{text}
|
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][30mm][c]
{
.3
\textwidth
}
\lstinputlisting
{
examples/4c.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][30mm][c]
{
.25
\textwidth
}
\includegraphics
[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]
{
examples/4c
_
fake.png
}
\end{minipage}
}
;
\\
}
;
\end{tikzpicture}
\end{frame}
\begin{frame}
{
Präambel
}
\end{frame}
...
...
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