fix refs and floats

This commit is contained in:
Motiejus Jakštys 2020-05-26 09:55:42 +03:00
parent 7bdc4453bb
commit 54242a887c

View File

@ -13,6 +13,7 @@
\usepackage{gensymb} \usepackage{gensymb}
\usepackage{varwidth} \usepackage{varwidth}
\usepackage{tabularx} \usepackage{tabularx}
\usepackage{float}
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{er,positioning} \usetikzlibrary{er,positioning}
\input{version} \input{version}
@ -117,7 +118,7 @@ figure~\ref{fig:zeimena} on page~\pageref{fig:zeimena}). This location was
chosen because the river exhibits both both straight and curved shape, is a chosen because the river exhibits both both straight and curved shape, is a
combination of two curly rivers, and author's familiarity with the location. combination of two curly rivers, and author's familiarity with the location.
\begin{figure}[h] \begin{figure}[H]
\centering \centering
\includegraphics[width=148mm]{zeimena-pretty} \includegraphics[width=148mm]{zeimena-pretty}
\caption{Lakaja and Žeimena} \caption{Lakaja and Žeimena}
@ -148,7 +149,7 @@ visible in tolerances 250 and 500. In a more robust simplification algorithm,
the larger tolerance, the larger the bends on the original map should be the larger tolerance, the larger the bends on the original map should be
retained. retained.
\begin{figure}[h] \begin{figure}[H]
\renewcommand{\tabularxcolumn}[1]{>{\center\small}m{#1}} \renewcommand{\tabularxcolumn}[1]{>{\center\small}m{#1}}
\begin{tabularx}{\textwidth}{ p{1.5cm} | X | X | } \begin{tabularx}{\textwidth}{ p{1.5cm} | X | X | }
Tolerance & Tolerance &
@ -179,8 +180,8 @@ retained.
\includegraphics[width=.0625\linewidth]{douglas-4000} & \includegraphics[width=.0625\linewidth]{douglas-4000} &
\includegraphics[width=.0625\linewidth]{visvalingam-4000} \tabularnewline \hline \includegraphics[width=.0625\linewidth]{visvalingam-4000} \tabularnewline \hline
\end{tabularx} \end{tabularx}
\label{tab:dp-vs-vw}
\caption{{\DP} and {\VW} side-by-side visual comparison.} \caption{{\DP} and {\VW} side-by-side visual comparison.}
\label{tab:dp-vs-vw}
\end{figure} \end{figure}
\section{Suggested alternative} \section{Suggested alternative}