Skip to content
Snippets Groups Projects
Commit cdb34658 authored by Lennart Klebl's avatar Lennart Klebl
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:osak/talks

parents a3829cd1 10ee8735
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd examples
for i in $(ls *.tex)
do
pdflatex $i
rm $i.aux
rm $i.log
done
lualatex 2h_fake.tex
cd ..
pdflatex latex.tex
pdflatex latex.tex
lualatex latex.tex
lualatex latex.tex
\section{Haupttitel}
\subsection{Subtitel}
\subsubsection{...}
\paragraph {Paragraph}
\section{Erster Teil}
\subsection{Teil 1a}
\subsection{Teil 1b}
\section{Zweriter Teil}
\subsection{Teil 2a}
\section*{Versteckt}
\section{Weiterer Teil}
\ No newline at end of file
File added
\documentclass[12pt,a5paper]{article}
\usepackage{geometry}
\begin{document}
\tableofcontents
\vspace{24pt}
\noindent\hrulefill
\vspace{12pt}
\section{Erster Teil}
\subsection{Teil 1a}
\subsection{Teil 1b}
\section{Zweriter Teil}
\subsection{Teil 2a}
\section*{Versteckt}
\section{Weiterer Teil}
\end{document}
......@@ -300,35 +300,41 @@
\end{minipage}
};
\\
};
\end{tikzpicture}
\end{frame}
\begin{frame}[fragile]{Sections}
\structure{Sections:}
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{minipage}[t][20mm][c]{.28\textwidth}
\begin{itemize}
\item Überschriften (automatisch)
\item Überschriften (automatisch numeriert)
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.3\textwidth}
\begin{minipage}[t][20mm][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
\begin{minipage}[t][50mm][c]{.25\textwidth}
\includegraphics[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]{examples/2h_fake.pdf}
\end{minipage}
};
\\
};
\end{tikzpicture}
\end{frame}
\begin{frame}[fragile]{Abschnitte und Umgebungen}
\structure{Umgebungen:}
%TODO Überschriften verbessen
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment