Error building PDF for pgRouting 2.1.0
I had trouble building PDF documents. Steve confirmed he had similar issues.
To fix I had to as described here:
https://lists.osgeo.org/pipermail/pgrouting-dev/2015-September/001588.html
To overcome the build issues I was having, I had to edit the generated build/doc/latex/en/pgRoutingDocumentation.tex
Adding line:
\usepackage{underscore}
Right after the \usepackage{multirow}
After that I got an out of buffer size error -- which I discovered has to do with file names, so I edited the .tex
Ideally there must be some sphinx template we can edit so the generated .tex file doesn't need to be touched. Steve and I are looking thru the config to see where that could be put.
@robe2 Currently I am not testing the PDF generation I am focusing on rewriting functions fixing bug, and code improvements. So this is very low urgency Can you remove the version from the title. I just set the milestone for the 3.0.
Just curious how many people prefer the PDF version over the HTML version. There are actually even man pages, but I don't think they look beautiful.
I think various output formats are a result of finding out, that Sphinx can do it, but at least from my side there was no particular need to have PDF. It requires quite a few dependencies to compile, so if it causes other troubles but nobody uses it, I would just provide HTML.
@robe2 are you using the PDF version?
This is still a problem. All the above issues. In addition, pgRouting 2.5 has paths wrong to static content and build environment assumes the build folder is a subfolder of source tree. because path to sampledata is ../
Not working on pdf file on version 3.0