Latex-pdf manual not building on Ubuntu

Issue #85 resolved
Jochem Snuverink created an issue

The PDF manual does not build on Ubuntu (acclab-lxs0). The corresponding nightly test is: http://abp-cdash.web.cern.ch/abp-cdash/testDetails.php?test=74078&build=22670

The error is:

[33 <./cylindrical_quadrupole.png> <./cylindrical_sextupole.png>]
<polecircular_quadrupole.png, id=307, 304.13625pt x 297.11pt>
<use polecircular_quadrupole.png>
Overfull \vbox (245.11061pt too high) detected at line 2971
! Extra alignment tab has been changed to \cr.
<recently read> \endtemplate 

l.2971 \hline\end{tabulary}

? 
! Emergency stop.
<recently read> \endtemplate 

l.2971 \hline\end{tabulary}

Not really sure what is going wrong, but I'd say this is not high priority since the html documentation works fine.

Comments (2)

  1. Laurie Nevay

    There was an issue with the latex writer in sphinx that was fixed (i reported it). I'll try updating this package on acclab.

  2. Laurie Nevay

    The latest version on the normal ubuntu package managers is quite out of date. The best way (for ubuntu) is through python pip.

    sudo apt-get python-pip sudo pip install --upgrade sphinx

    (fanfare).

    Fixed.

  3. Log in to comment