Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
further doc update
  • Loading branch information
searchivarius committed Jun 6, 2019
1 parent ad0a686 commit eeda0f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions manual/latex/main.tex
@@ -1,4 +1,4 @@
{\pdfoutput=1
%{\pdfoutput=1
\documentclass[runningheads,a4paper]{llncs}

\usepackage{amssymb}
Expand Down Expand Up @@ -57,7 +57,7 @@
% their surnames. This ensures that the names appear correctly in
% the running heads and the author index.
%
\author{Bilegsaikhan Naidan \and Leonid Boytsov \and Yury Malkov}
\author{Bilegsaikhan Naidan \and Leonid Boytsov \and Yury Malkov \and David Novak}
%
\authorrunning{Naidan et al}
% (feature abused for this document to repeat the title also on left hand pages)
Expand Down Expand Up @@ -85,7 +85,7 @@
This document covers a library for fast similarity (\knnns) search.
It describes \textbf{only}
search methods and distances (spaces).
Details about building, installing, Python bindings can be found online: \url{\replocdir}.
Details about building, installing, Python bindings can be found online: \newline \url{\replocdir}.
Even though the library contains a variety of exact metric-space access methods,
our main focus is on more \emph{generic} and \emph{approximate} search methods,
in particular, on methods for non-metric spaces.
Expand All @@ -104,9 +104,10 @@ NMSLIB is possibly the first library with a principled support for non-metric sp
\input{efficiencyNotes.tex}

\bibliographystyle{abbrv}
%\bibliographystyle{plain}
\bibliographystyle{plain}
\bibliography{manual}
%\input{main.bbl}

\input{appendix.tex}

\end{document}
\end{document}
Binary file modified manual/latex/manual.pdf
Binary file not shown.

0 comments on commit eeda0f3

Please sign in to comment.