change title

main
Motiejus Jakštys 2021-05-19 22:57:48 +03:00 committed by Motiejus Jakštys
parent 7de97478cc
commit 3b691f058d
2 changed files with 13 additions and 5 deletions

View File

@ -169,3 +169,12 @@
year={1894},
publisher={Teubner}
}
@book{landau2000handbuch,
title={Handbuch der Lehre von der Verteilung der Primzahlen},
author={Landau, Edmund},
volume={1},
year={2000},
publisher={Foo Bar},
}

View File

@ -8,7 +8,6 @@
\usepackage[maxbibnames=99,style=numeric,sorting=none]{biblatex}
\addbibresource{bib.bib}
\usepackage[
pdftex,
pdfusetitle,
pdfkeywords={Line Generalization,Cartographic Line Generalization,Wang--M{\"u}ller},
pdfborderstyle={/S/U/W 0} % /S/U/W 1 to enable reasonable decorations
@ -49,7 +48,7 @@
\newcommand{\DP}{Douglas \& Peucker}
\newcommand{\VW}{Visvalingam--Whyatt}
\newcommand{\WM}{Wang--M{\"u}ller}
\newcommand{\MYTITLE}{Cartographic Generalization of Lines using free software (example of rivers)}
\newcommand{\MYTITLE}{Cartographic Line Generalization (example of rivers)}
\newcommand{\MYAUTHOR}{Motiejus Jakštys}
\title{\MYTITLE}
@ -367,9 +366,9 @@ This section defines vocabulary and terms as defined in the rest of the paper.
$O(n)$, the time it takes to execute the algorithm is proportional to
$n$. Conversely, if complexity is $O(n^2)$, then the time it takes to
execute the algorithm is quadratic. $O$ notation was first suggested by
Bachmann\cite{bachmann1894analytische} in late XIX'th century, and
adopted for computer science by Donald Knuth\cite{knuth1976big} in
1970s.
Bachmann\cite{bachmann1894analytische} and
Laundau\cite{landau2000handbuch} in late XIX'th century, and adopted
for computer science by Donald Knuth\cite{knuth1976big} in 1970s.
\end{description}