Skip to content
Snippets Groups Projects
Commit 2d2d3692 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

presentation: corrections, changes in examples (figure, preamble)

parent c6bdbb4d
No related branches found
No related tags found
No related merge requests found
\begin{figure}
\centering
\includegraphics[width=4cm]{doge.png}
\caption[Doge mit Helm]{
\caption{
\label{fig:doge} Dieses Bild zeigt
einen \emph{Doge} mit Bauhelm.
}
......
No preview for this file type
\documentclass[12pt,a6paper]{article}
% Minimale Präambel für die meisten Fälle
\usepackage[german]{babel}
\usepackage[ngerman]{babel}
\usepackage[margin=2cm]{geometry} % Rand
\usepackage{mathtools} % Viel Mathe-Zeug
\usepackage{graphicx} % Bilder
......
......@@ -130,8 +130,8 @@
%\OSAKthemenologo
\subsection{\TeX{}studio als Editor}
\begin{frame}{TeXStudio (Editor)}
\vspace{-8pt}
\begin{frame}{\TeX{}Studio (Editor)}
\vspace{-3.8pt}%
\includegraphics[width=\textwidth]{figures/texstudio.png}
\end{frame}
......@@ -140,8 +140,8 @@
\vskip-\baselineskip%
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
& \node{\texttt{dokument.tex}}; &
& \node{\texttt{dokument.pdf}}; \\
& \node[anchor=base]{\texttt{dokument.tex}}; &
& \node[anchor=base]{\texttt{dokument.pdf}}; \\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
......@@ -232,8 +232,8 @@
\vskip-\baselineskip%
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
& \node{\texttt{dokument.tex}}; &
& \node{\texttt{dokument.pdf}}; \\
& \node[anchor=base]{\texttt{dokument.tex}}; &
& \node[anchor=base]{\texttt{dokument.pdf}}; \\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
......@@ -511,6 +511,7 @@
\begin{frame}{Detexify}{\url{http://detexify.kirelabs.org}}
\vspace{-18pt}
\includegraphics[width=\textwidth]{figures/detexify.png}
\note[\centering]{\large auf \texttt{\textbackslash usepackage} achten!}%
\end{frame}
\begin{frame}[fragile]{Bilder \& Tabellen}
......@@ -624,7 +625,7 @@
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item \highlightRed{\bsl ref} darf auch vor vor dem
\item \highlightRed{\bsl ref} darf auch vor dem
\highlightRed{\bsl label} stehen
\end{itemize}
\end{minipage}
......@@ -698,6 +699,7 @@
\item Macros definieren: \\
\highlightRed{\textbackslash{}newcommand} \\[4pt]
\item \highlightRed{\textbackslash{}begin}\verb+{document}+ \\
\hspace{1em}Inhalt\\
\highlightRed{\textbackslash{}end}\verb+{document}+
\end{itemize}
\vspace{12pt}
......
......@@ -11,12 +11,6 @@ notes.pdf: latex.tex $(EXAMPLES) $(EXAMPLE_INPUTS)
examples/2h_fake.pdf: examples/2h_fake.tex
cd examples; latexmk --lualatex 2h_fake.tex
#
#examples/tabular.pdf: examples/tabular.tex
# cd examples; latexmk --lualatex tabular.tex
#
#examples/figure.pdf: examples/figure.tex
# cd examples; latexmk --lualatex figure.tex
#
#examples/preamble.pdf: examples/preamble.tex
# cd examples; latexmk --lualatex preamble.tex
examples/preamble.pdf: examples/preamble.tex
cd examples; latexmk --lualatex preamble.tex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment