From d6e5ad2d58d7d6863c0600d34eba2a2271dda8cb Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Mon, 9 Nov 2015 21:36:39 +0100 Subject: [PATCH] Fix typos in sample chapter. --- chapters/{introduction.tex => 01_introduction.tex} | 10 +++++----- main.tex | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename chapters/{introduction.tex => 01_introduction.tex} (95%) diff --git a/chapters/introduction.tex b/chapters/01_introduction.tex similarity index 95% rename from chapters/introduction.tex rename to chapters/01_introduction.tex index 7c91a5f..e1504d9 100644 --- a/chapters/introduction.tex +++ b/chapters/01_introduction.tex @@ -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] diff --git a/main.tex b/main.tex index da91762..3cc39de 100644 --- a/main.tex +++ b/main.tex @@ -28,7 +28,7 @@ \mainmatter{} -\input{chapters/introduction} +\input{chapters/01_introduction} % TODO: add more chapters here \appendix{}