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
65584515
Commit
65584515
authored
May 20, 2019
by
Stefan Heimersheim
Browse files
Added tikz box around first example
parent
6603b70e
Changes
1
Hide whitespace changes
Inline
Side-by-side
workshops/latex/latex.tex
View file @
65584515
...
...
@@ -107,10 +107,35 @@
\begin{frame}
[fragile]
{
Zeilenumbrüche
}
\structure
{
Neue Zeile:
}
\begin{columns}
\begin{column}
{
0.3
\textwidth
}
\begin{itemize}
\item
Zeilen ignoriert
\end{itemize}
\end{column}
\begin{column}
{
0.35
\textwidth
}
\begin{tikzpicture}
[even odd rule, scale=1]
\coordinate
(text) at (0,0);
\filldraw
[fill=blue!25!lightgray, draw=blue!25!lightgray]
(0,0)
rectangle (
\textwidth
, -.5
\textwidth
) (2pt,-2pt)
rectangle (
\textwidth
-2pt, -.5
\textwidth
+2pt);
\node
[anchor=north west]
at (4pt, -12pt)
{
\begin{minipage}
[t][.5
\textwidth
-12pt][t]
{
\textwidth
-12pt
}
\centering
\begin{verbatim}
Zeile 1.
Zeile 2.
\end{verbatim}
\end{minipage}
}
;
\end{tikzpicture}
\end{column}
\begin{column}
{
0.35
\textwidth
}
Zeile 1.
Zeile 2.
\end{column}
\end{columns}
\begin{itemize}
\item
Zeilen ignoriert: Listing -->
%todo Listing Makro, schoene boxen und so
\includegraphics
[]
{
2a
_
umbruch.pdf
}
\item
Leere Zeile
$
\rightarrow
$
\includegraphics
[]
{
2b
_
umbruch.pdf
}
\item
Manueller Zeilenumbruch:
\includegraphics
[]
{
2c
_
umbruch.pdf
}
\end{itemize}
...
...
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