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
f8f4d134
Commit
f8f4d134
authored
May 28, 2019
by
Lennart Klebl
Browse files
präsi
parent
315a9057
Changes
1
Show whitespace changes
Inline
Side-by-side
workshops/latex/latex.tex
View file @
f8f4d134
\documentclass
[xcolor=dvipsnames]
{
beamer
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[T1]
{
fontenc
}
%
\usepackage[utf8]{inputenc}
%
\usepackage[T1]{fontenc}
\usepackage
[ngerman]
{
babel
}
\usepackage
{
lmodern
}
%
\usepackage{lmodern}
\usepackage
{
verbatim
}
\usepackage
{
dtk-logos
}
\usepackage
{
hyperref
}
\usepackage
{
tikz
}
\usetikzlibrary
{
backgrounds, fit, matrix, calc
}
\usepackage
{
listings
}
...
...
@@ -14,6 +13,8 @@
\graphicspath
{{
figures/
}{
examples/
}}
\usefonttheme
{
professionalfonts
}
\hypersetup
{
unicode=true
}
\setmonofont
{
FiraCode
}
\usetheme
{
OSAK
}
...
...
@@ -341,13 +342,13 @@
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][3
0
mm][c]
{
.3
\textwidth
}
\begin{minipage}
[t][3
2
mm][c]
{
.3
\textwidth
}
\lstinputlisting
{
examples/3b.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][3
0
mm][c]
{
.25
\textwidth
}
\begin{minipage}
[t][3
2
mm][c]
{
.25
\textwidth
}
\input
{
examples/3b.tex
}
\end{minipage}
}
;
...
...
@@ -620,9 +621,12 @@
\end{tikzpicture}
\structure
{
Besondere Zeichen
}
\begin{itemize}
\item
\%
:
\texttt
{
\textbackslash\%
}
\item
\&
,
\#
,
\$
:
\texttt
{
\textbackslash\&
,
\textbackslash\#
,
\textbackslash\$
}
\item
\textbackslash
,
\{
,
\}
:
\texttt
{
\textbackslash
textbackslash,
\textbackslash\{
,
\textbackslash\}
}
\item
\%
, "
{}
:
\texttt
{
\textbackslash\%
}
,
\verb
+
"{}
+
\item
\&
,
\#
,
\$
:
\texttt
{
\textbackslash\&
,
\textbackslash\#
,
\textbackslash\$
}
\item
\textbackslash
,
\{
,
\}
:
\texttt
{
\textbackslash
textbackslash,
\textbackslash\{
,
\textbackslash\}
}
\item
\^
,
\_
,
\textasciitilde
:
\verb
|
\^, \_, \textasciitilde
|
%todo besser sortieren, noch was vergessen?
\end{itemize}
\end{frame}
...
...
@@ -643,14 +647,10 @@
\end{itemize}
\end{column}
\begin{column}
{
0.05
\textwidth
}
\only
<1>
{
%
\color
{
RoyalBlue
}
\rule
{
0.5pt
}{
0.8
\textheight
}
%
}
%
\only
<2>
{
%
\color
{
Green
}
\rule
{
0.5pt
}{
0.8
\textheight
}
%
}
%
{
\only
<1>
{
\color
{
RoyalBlue
}}
\only
<2>
{
\color
{
Green
}}
\rule
{
0.5pt
}{
0.8
\textheight
}}
\end{column}
\begin{column}
{
0.55
\textwidth
}
% TODO vertical alignment
\only
<1>
{
\lstinputlisting
[basicstyle=\tiny\ttfamily]
{
examples/preamble.tex
}}
\only
<2>
{
\includegraphics
[width=0.8\textwidth]
{
examples/preamble.pdf
}}
\end{column}
...
...
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