Hi,

On Fri, Apr 07, 2006 at 10:44:36AM -0400, Bill Page wrote:

> Ralf,

> Good detective work! Thanks.
>  
> > So in order to avoid problems for poor Debian users,
> > I would suggest to simply remove "final". I believe that
> > will not affect the output in any way.
> > 
> 
> I think you are right. Can someone post a patch for Tim
> to apply to the main branch?

Thanks to Ralf work, we have the solution.  Here is a (simple and
obvious) patch.  I confirm it now works on Debian sarge.

> Or better: Maybe someone could commit a change to the new
> SVN silver archive ... (remember to add a sentence to the
> pamphlet file explaining the change).

Well the file is a pure TeX file, so I have added only a TeX comment.
And for svn, it will be another time (see other thread).  :-)

Frédéric
--- src/doc/endpaper.pamphlet~  2006-04-07 18:07:27.000000000 +0000
+++ src/doc/endpaper.pamphlet   2006-04-08 18:48:54.000000000 +0000
@@ -1,6 +1,14 @@
 \documentclass{book}
 %\usepackage{../../src/scripts/tex/axiom}
-\usepackage[dvips,final,colorlinks=true,pdfstartview=FitH]{hyperref}
+% 
+% 2006-04-08.  The original (correct) usepackage line below
+%\usepackage[dvips,final,colorlinks=true,pdfstartview=FitH]{hyperref}
+% has been changed to the following one in order to ease the
+% compilation of axiom on distributions (like Debian sarge) that have
+% an older version of hyperref TeX package (where the `final' option
+% is missing).  It should be restored once the latest versions (>=
+% 2003/11/30 v6.74m) of hyperref are more widespread.
+\usepackage[dvips,colorlinks=true,pdfstartview=FitH]{hyperref}
 \usepackage{pstricks}
 \usepackage{pst-node}
 \begin{document}
_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to