Print

Print


Hopefully this will have a better chance of working than my last attempt.
Let's see what the Jenkins system makes of it. You'll have to do a new
"./bootstrap --buildsupport" to get starconf to switch the latex building
to pdflatex and then run ./configure -C on everything to have those changes
stick. In theory you will get a full set of PDF documents out the other end.

David - why are there 3 versions of each graphic file in the repository?
The makefile implies that at the very least sun211_figures is a softlink to
sun210_figures but that obviously isn't true. Can we make it a soft link?
Can we have a single copy of the images?

-- 
Tim Jenness


>
>   Commit: 4a8f9824e2fe6dbcab4617a2a390a68cc5c1230b
>
> https://github.com/Starlink/starlink/commit/4a8f9824e2fe6dbcab4617a2a390a68cc5c1230b
>   Author: Tim Jenness <[log in to unmask]>
>   Date:   2013-09-01 (Sun, 01 Sep 2013)
>
>   Log Message:
>   -----------
>   Merge branch 'epstopdf' to enable PDF documentation
>
> Enables PDF building of all documentation and closes #5
>
> - All EPS files have been converted to PDF images with epstopdf
> - GIF images in documents have been converted to PNG and used
>   directly in the latex when appropriate (ie they are screen grabs)
> - star2html now has to generate EPS files to allow latex2html to run
>   properly (and copies in PNG files). Keep an eye out for issues where
>   an image is not copied correctly.
> - Where possible images now use the docnum_*.pdf style (eg sun86_cover.pdf)
>   rather than the occasional sun86fig.eps.
> - AST and ECHOMOP have been explicitly switched to PDF documentation
>
> KAPPA and CCDPACK documentation should probably be switched to using
> the screen grab forms throughout. At the moment KAPPA has PDF versions
> of screen grabs which look bad when converted to PNG through the
> latex2html process (pstoimg seems to dither and resample the images).
>
>
> Compare:
> https://github.com/Starlink/starlink/compare/f5d471395708...4a8f9824e2fe
>