Skip to content
Snippets Groups Projects
Commit bfa289dc authored by Stefan Heimersheim's avatar Stefan Heimersheim
Browse files

sonderzeichen + beispiel 1 angefangen

parent 0207d82a
Branches
No related tags found
No related merge requests found
...@@ -130,16 +130,14 @@ ...@@ -130,16 +130,14 @@
% Logo ausblenden % Logo ausblenden
\OSAKthemenologo \OSAKthemenologo
%todo beispiel 1 fehlt! %todo beispiel 1 fehlt!
\begin{frame}[fragile]{Beispielfolie}{Auf dieser Folie sollte eine super Motivation stehen!} \begin{frame}[fragile]{Das Prinzip}
\structure{Ein bisschen sinnloser Inhalt:} \structure{Ihr schreibt eine \texttt{.tex} Datei:}
\begin{itemize} \begin{itemize}
\item Hier kein Satz! \item Normaler Text hier wird später im PDF landen
\item Generell: niemals Sätze! \item Befehle, z.\,B. \texttt{\textbackslash textbf\{\}}, haben Effekte (z.\,B. \textbf{fett})
\item Kommentare (mit \%) werden ignoriert
\item Editor: Screenshot
\end{itemize} \end{itemize}
\begin{enumerate}
\item Bilder sind auch toll
\item Das Logo da unten kann man mit \verb~\OSAKthemenologo~ ausblenden\dots
\end{enumerate}
\end{frame} \end{frame}
...@@ -302,8 +300,6 @@ ...@@ -302,8 +300,6 @@
\\ \\
}; };
\end{tikzpicture} \end{tikzpicture}
% TODO Kommentare, Sonderzeichen
\$\%\&\#\{\}
\end{frame} \end{frame}
\begin{frame}[fragile]{Abschnitte} \begin{frame}[fragile]{Abschnitte}
...@@ -601,8 +597,8 @@ ...@@ -601,8 +597,8 @@
\end{tikzpicture} \end{tikzpicture}
\end{frame} \end{frame}
\begin{frame}[fragile]{Fußnoten} \begin{frame}[fragile]{Verschiedenes}
\structure{Footnotes:} \structure{Fnoten:}
\begin{itemize} \begin{itemize}
\item Einfügen mit \verb|\footnote{Fußnotentext}| irgendwo: \item Einfügen mit \verb|\footnote{Fußnotentext}| irgendwo:
\end{itemize} \end{itemize}
...@@ -622,6 +618,13 @@ ...@@ -622,6 +618,13 @@
\\ \\
}; };
\end{tikzpicture} \end{tikzpicture}
\structure{Besondere Zeichen}
\begin{itemize}
\item \%: \texttt{\textbackslash\%}
\item \&, \#, \$: \texttt{\textbackslash\&, \textbackslash\#, \textbackslash\$}
\item \textbackslash, \{, \}: \texttt{\textbackslash textbackslash, \textbackslash\{, \textbackslash\}}
%todo besser sortieren, noch was vergessen?
\end{itemize}
\end{frame} \end{frame}
\begin{frame}[fragile]{Präambel} \begin{frame}[fragile]{Präambel}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment