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
a1e38e40
Commit
a1e38e40
authored
May 20, 2019
by
Stefan Heimersheim
Browse files
nächste slide mit beispielen
parent
854fedab
Changes
5
Hide whitespace changes
Inline
Side-by-side
workshops/latex/examples/2e.tex
0 → 100644
View file @
a1e38e40
\textbf
{
fett
}
\textit
{
kursiv
}
\underline
{
unterstr
}
workshops/latex/examples/2f.tex
0 → 100644
View file @
a1e38e40
\tiny
tiny
\small
small
\large
large
\Large
Large
\LARGE
LARGE
\Huge
Huge
workshops/latex/examples/2g.tex
0 → 100644
View file @
a1e38e40
\textcolor
{
green
}{
grün
}
\textcolor
{
purple
}{
pink
}
workshops/latex/examples/2h.tex
0 → 100644
View file @
a1e38e40
\section
{
Haupttitel
}
\subsection
{
Subtitel
}
\subsubsection
{
...
}
\paragraph
{
Paragraph
}
workshops/latex/latex.tex
View file @
a1e38e40
...
...
@@ -21,11 +21,15 @@
texcsstyle=*
\color
{
Mahogany
}
\bfseries
,
commentstyle=
\itshape\color
{
RoyalBlue
}
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
moretexcs=
{
lstset,testfont,color
,sl
,lstinputlisting,newfontfamily,fontsize,HUGE,
moretexcs=
{
lstset,testfont,
testfont,subsubsection,paragraph,subsection ,color,sl,text
color,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox
}
,
morekeywords=
{
center,document
}
}
\makeatletter
\newcommand\notsotiny
{
\@
setfontsize
\notsotiny
{
7
}{
8
}}
\makeatother
% TODO Titel & Autoren anpassen!
\date
{
\today
}
\title
[\LaTeX-Workshop]
{
\LaTeX
ist toll!
}
...
...
@@ -224,4 +228,95 @@
\end{frame}
\begin{frame}
[fragile]
{
Zeilenumbrüche
}
\structure
{
Formatierung:
}
%TODO Mehrere von diesen structures?
\begin{tikzpicture}
\node
[matrix, column sep=4pt, row sep=6pt]
{
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Fontstyle
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][10mm][c]
{
.3
\textwidth
}
\lstinputlisting
{
examples/2e.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][10mm][c]
{
.25
\textwidth
}
\textbf
{
fett
}
\textit
{
kursiv
}
\\
\underline
{
unterstrichen
}
\end{minipage}
}
;
\\
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Schriftgröße
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][20mm][c]
{
.3
\textwidth
}
\lstinputlisting
{
examples/2f.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][20mm][c]
{
.25
\textwidth
}
\tiny
tiny
\small
small
\large
large
\\
\Large
Large
\,\LARGE
LARGE
\end{minipage}
}
;
\\
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Textfarbe
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][10mm][c]
{
.3
\textwidth
}
\lstinputlisting
[basicstyle=\notsotiny\ttfamily]
{
examples/2g.tex
}
\end{minipage}
}
;
&
\node
{
\includegraphics
[width=16pt]
{
figures/texstudio-compile.pdf
}}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][10mm][c]
{
.25
\textwidth
}
\input
{
examples/2g.tex
}
\end{minipage}
}
;
\\
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Überschriften (automatisch)
\end{itemize}
\end{minipage}
}
;
&
\node
[draw=blue!20!lightgray, line width=2pt]
{
\begin{minipage}
[t][10mm][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][10mm][c]
{
.25
\textwidth
}
Foto
\end{minipage}
}
;
\\
}
;
\end{tikzpicture}
\end{frame}
\end{document}
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