Fix typos in sample chapter.
This commit is contained in:
@@ -6,7 +6,7 @@ Citation test~\parencite{latex}.
|
|||||||
\subsection{Subsection}
|
\subsection{Subsection}
|
||||||
See~\autoref{fig:sample}.
|
See~\autoref{fig:sample}.
|
||||||
|
|
||||||
\begin{figure}[htsb]
|
\begin{figure}[htpb]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics{logos/tum}
|
\includegraphics{logos/tum}
|
||||||
\caption[Example figure]{An example for a figure.}\label{fig:sample}
|
\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}.
|
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}
|
\caption[Example table]{An example for a simple table.}\label{tab:sample}
|
||||||
\centering
|
\centering
|
||||||
\begin{tabular}{l l l l}
|
\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{tabular}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\begin{figure}[htsb]
|
\begin{figure}[htpb]
|
||||||
\centering
|
\centering
|
||||||
% This should probably go into a file in figures/
|
% This should probably go into a file in figures/
|
||||||
\begin{tikzpicture}[node distance=3cm]
|
\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}
|
\caption[Example drawing]{An example for a simple drawing.}\label{fig:sample-drawing}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{figure}[htsb]
|
\begin{figure}[htpb]
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
\pgfplotstableset{col sep=&, row sep=\\}
|
\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}
|
\caption[Example plot]{An example for a simple plot.}\label{fig:sample-plot}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{figure}[htsb]
|
\begin{figure}[htpb]
|
||||||
\centering
|
\centering
|
||||||
\begin{tabular}{c}
|
\begin{tabular}{c}
|
||||||
\begin{lstlisting}[language=SQL]
|
\begin{lstlisting}[language=SQL]
|
||||||
Reference in New Issue
Block a user