Fix typos in sample chapter.

This commit is contained in:
Florian Walch
2015-11-09 21:36:39 +01:00
parent 309bd2dacd
commit d6e5ad2d58
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ Citation test~\parencite{latex}.
\subsection{Subsection}
See~\autoref{fig:sample}.
\begin{figure}[htsb]
\begin{figure}[htpb]
\centering
\includegraphics{logos/tum}
\caption[Example figure]{An example for a figure.}\label{fig:sample}
@@ -16,7 +16,7 @@ See~\autoref{fig:sample}.
See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot}, \autoref{fig:sample-listing}.
\begin{table}[htsb]
\begin{table}[htpb]
\caption[Example table]{An example for a simple table.}\label{tab:sample}
\centering
\begin{tabular}{l l l l}
@@ -29,7 +29,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\end{tabular}
\end{table}
\begin{figure}[htsb]
\begin{figure}[htpb]
\centering
% This should probably go into a file in figures/
\begin{tikzpicture}[node distance=3cm]
@@ -49,7 +49,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\caption[Example drawing]{An example for a simple drawing.}\label{fig:sample-drawing}
\end{figure}
\begin{figure}[htsb]
\begin{figure}[htpb]
\centering
\pgfplotstableset{col sep=&, row sep=\\}
@@ -85,7 +85,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\caption[Example plot]{An example for a simple plot.}\label{fig:sample-plot}
\end{figure}
\begin{figure}[htsb]
\begin{figure}[htpb]
\centering
\begin{tabular}{c}
\begin{lstlisting}[language=SQL]

View File

@@ -28,7 +28,7 @@
\mainmatter{}
\input{chapters/introduction}
\input{chapters/01_introduction}
% TODO: add more chapters here
\appendix{}