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
5af2efc3
Commit
5af2efc3
authored
May 23, 2019
by
Lennart Klebl
Browse files
bilder & tabellen
parent
cdb34658
Changes
6
Hide whitespace changes
Inline
Side-by-side
workshops/latex/examples/includegraphics.tex
0 → 100644
View file @
5af2efc3
\includegraphics
[width=5cm]
{
doge.jpg
}
workshops/latex/examples/tabular.pdf
0 → 100644
View file @
5af2efc3
File added
workshops/latex/examples/tabular.tex
0 → 100644
View file @
5af2efc3
\begin{tabular}
{
r|lcc
}
no
&
Name
&
Zahl
&
Summe
\\
\hline
1
&
cat
&
42
&
42
\\
2
&
doge
&
1
&
42?!
\end{tabular}
workshops/latex/detexify.png
→
workshops/latex/
figures/
detexify.png
View file @
5af2efc3
File moved
workshops/latex/figures/doge.png
0 → 100644
View file @
5af2efc3
69.4 KB
workshops/latex/latex.tex
View file @
5af2efc3
...
...
@@ -24,8 +24,8 @@
texcsstyle=*
\color
{
Mahogany
}
\bfseries
,
commentstyle=
\itshape\color
{
RoyalBlue
}
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
moretexcs=
{
lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin
}
,
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate
}
moretexcs=
{
lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin
,includegraphics
}
,
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate
,tabular
}
}
\makeatletter
...
...
@@ -495,16 +495,46 @@
\begin{frame}
{
Detexify
}{
\url
{
http://detexify.kirelabs.org
}}
\vspace
{
-18pt
}
\includegraphics
[width=\textwidth]
{
detexify.png
}
\includegraphics
[width=\textwidth]
{
figures/
detexify.png
}
\end{frame}
\begin{frame}
{
Bilder
\&
Tabellen
}
\begin{frame}
[fragile]
{
Bilder
\&
Tabellen
}
\begin{itemize}
\item
\highlightRed
{
\textbackslash
%
includegraphics
}
\texttt
{
[optional]
}
\highlightRed
{
\{\}
}
, um Bilder
einzubinden (bspw.
\texttt
{
width=0.9
\textbackslash
textwidth
}
als Option)
\begin{tikzpicture}
\node
[matrix,column sep=4pt, row sep=6pt]
{
\node
[draw=blue!20!lightgray,line width=2pt]
{
\begin{minipage}
[t][1.0cm][c]
{
.4
\textwidth
}
\lstinputlisting
[basicstyle=\tiny]
{
examples/includegraphics.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray,line width=2pt]
{
\begin{minipage}
[t][1.0cm][c]
{
.3
\textwidth
}
\centering
\includegraphics
[width=1.0cm]
{
figures/doge.png
}
\end{minipage}
}
;
\\
}
;
\end{tikzpicture}
\item
\highlightBlu
{
tabular
}
-Umgebung für Tabellen:
\lstinputlisting
{
examples/tabular.tex
}
ARROW IMAGE.
\begin{tikzpicture}
\node
[matrix, column sep=4pt, row sep=6pt]
{
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][1.8cm][c]
{
.4
\textwidth
}
\lstinputlisting
[basicstyle=\tiny]
{
examples/tabular.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][1.8cm][c]
{
.3
\textwidth
}
\includegraphics
[width=\textwidth]
{
examples/tabular.pdf
}
\end{minipage}
}
;
\\
}
;
\end{tikzpicture}
\end{itemize}
\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