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
4cd0b439
Commit
4cd0b439
authored
May 23, 2019
by
Stefan Heimersheim
Browse files
fixed sections
parent
3511da19
Changes
1
Hide whitespace changes
Inline
Side-by-side
workshops/latex/latex.tex
View file @
4cd0b439
...
...
@@ -305,34 +305,28 @@
\end{frame}
\begin{frame}
[fragile]
{
Sections
}
\structure
{
Sections:
}
\begin{tikzpicture}
\node
[matrix, column sep=4pt, row sep=6pt]
{
\node
{
\begin{minipage}
[t][20mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Überschriften (automatisch numeriert)
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][20mm][c]
{
.3
\textwidth
}
\lstinputlisting
[basicstyle=\notsotiny\ttfamily]
{
examples/2h.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][50mm][c]
{
.25
\textwidth
}
\includegraphics
[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]
{
examples/2h
_
fake.pdf
}
\end{minipage}
}
;
\\
}
;
\end{tikzpicture}
\begin{columns}
\begin{column}
{
0.4
\textwidth
}
\structure
{
Sections
}
\begin{itemize}
\item
Überschriften (automatisch numeriert):
\begin{tikzpicture}
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][22mm][c]
{
0.7
\textwidth
}
\lstinputlisting
[basicstyle=\notsotiny\ttfamily]
{
examples/2h.tex
}
\end{minipage}
}
;
\end{tikzpicture}
\item
Inhaltsverzeichnis (automatisch):
\texttt
{
\textbackslash
tableofcontents
}
\end{itemize}
\end{column}
\begin{column}
{
0.5
\textwidth
}
\includegraphics
[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]
{
examples/2h
_
fake.pdf
}
\end{column}
\end{columns}
\end{frame}
\begin{frame}
[fragile]
{
Abschnitte und Umgebungen
}
\structure
{
Umgebungen:
}
\begin{tikzpicture}
...
...
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