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
b14c0a99
Commit
b14c0a99
authored
May 14, 2019
by
Stefan Heimersheim
Browse files
Erstes Beispiel
parent
ec5099a4
Changes
6
Hide whitespace changes
Inline
Side-by-side
workshops/latex/compile.sh
0 → 100755
View file @
b14c0a99
#!/bin/bash
cd
examples
for
i
in
$(
ls
*
.tex
)
do
pdflatex
$i
rm
$i
.aux
rm
$i
.log
done
cd
..
pdflatex minimal.tex
pdflatex latex.tex
pdflatex latex.tex
\ No newline at end of file
workshops/latex/examples/2a_umbruch.tex
0 → 100644
View file @
b14c0a99
\documentclass
[preview]
{
standalone
}
\begin{document}
Zeile 1.
Zeile 2.
\end{document}
workshops/latex/examples/2b_umbruch.tex
0 → 100644
View file @
b14c0a99
\documentclass
[preview]
{
standalone
}
\begin{document}
Zeile 1.
Zeile 2.
\end{document}
workshops/latex/examples/2c_umbruch.tex
0 → 100644
View file @
b14c0a99
\documentclass
[preview]
{
standalone
}
\begin{document}
Zeile 1.
\\
Zeile 2.
\end{document}
workshops/latex/latex.tex
View file @
b14c0a99
...
...
@@ -10,6 +10,7 @@
\usepackage
{
tikz
}
\usepackage
{
listings
}
\usepackage
{
calc
}
\graphicspath
{{
figures/
}{
examples/
}}
\usetheme
{
OSAK
}
...
...
@@ -82,16 +83,16 @@
\end{column}
\end{columns}
\end{frame}
\OSAKthemelogo
% Logo einblenden
\OSAKthemelogo
\subsection
{
Beispieldokument
}
\section
{
Präsentationen mit
\LaTeX
-Beamer
}
\subsection
{
?
}
% Das Logo ausblenden
% Logo ausblenden
\OSAKthemenologo
\begin{frame}
[fragile]
{
Beispielfolie
}{
Auf dieser Folie sollte eine super Motivation stehen!
}
\begin{frame}
[fragile]
{
Beispielfolie
}{
Auf dieser Folie sollte eine super Motivation stehen!
}
\structure
{
Ein bisschen sinnloser Inhalt:
}
\begin{itemize}
\item
Hier kein Satz!
...
...
@@ -103,12 +104,20 @@
\end{enumerate}
\end{frame}
% Das Logo wieder einblenden
\OSAKthemelogo
\begin{frame}
[fragile]
\begin{itemize}
\item
\dots
und mit
\verb
~
\OSAKthemelogo
~
wieder einblenden
\end{itemize}
\begin{frame}
[fragile]
{
Zeilenumbrüche
}
\structure
{
Neue Zeile:
}
\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}
\structure
{
Neue Seite:
}
% \begin{verbatim}
% \newpage
% \end{verbatim}
\end{frame}
\end{document}
workshops/latex/minimal.tex
View file @
b14c0a99
\documentclass
[ngerman]
{
article
}
\usepackage
{
babel
}
\begin{document}
Hallo Welt!
\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