diff --git a/II/Referatas/Makefile b/II/Referatas/Makefile index 1a33bae..b5286de 100644 --- a/II/Referatas/Makefile +++ b/II/Referatas/Makefile @@ -1,2 +1,2 @@ -mj-referatas.pdf: mj-referatas.tex - latexmk -pdf $< +mj-referatas.pdf: $(shell git ls-files .) + latexmk -g -pdf mj-referatas.tex diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex index 5b5b239..be85c6d 100644 --- a/II/Referatas/mj-referatas.tex +++ b/II/Referatas/mj-referatas.tex @@ -58,12 +58,16 @@ In this paper we explore algorithms which are derived from cartographic knowledge and processes, so their output is as similar as an experienced cartographer would create, thus most correct and visually appealing. -We will be using a small part of Žeimena: +For comparison reasons, this article will be using a 4.4-kilometer subset of +Žeimena near Jaunadaris village (see figure~\ref{fig:zeimena} on +page~\pageref{fig:zeimena}). This location was chosen because it is a combination +of straight and curved river shape, and author's familiarity with the location. \begin{figure} \centering \includegraphics[width=\textwidth]{zeimena} \caption{Žeimena near Jaunadaris} + \label{fig:zeimena} \end{figure} \section{Mathematical and geometrical algorithms} diff --git a/II/Referatas/zeimena.pdf b/II/Referatas/zeimena.pdf index aa8fed9..9800254 100644 Binary files a/II/Referatas/zeimena.pdf and b/II/Referatas/zeimena.pdf differ