← Back to team overview

yade-dev team mailing list archive

Re: generating Yade.pdf :)

 

Václav Šmilauer said:     (by the date of Fri, 02 Jul 2010 12:45:50 +0200)

> > ! Argument of \Hy@tempa has an extra }.
> > <inserted text> 
> >                 \par 
> > l.717 ...are stated in the functor's class names.}
> >                                                   \end{figure}
> My guess is that you have too old version of the hyperref package, which
> is not compatible with other ones. It works all nice for me, TeXlive 2009

actually debian squeeze has newer version of texlive: 2009-10, in
lucid you have 2010-7.

The problem occurs only if there's a \hyperlink inside \caption

The solution was to add \protect before call to \hyperlink, like this
 \protect\hyperlink

  :%s/\\hyperlink/\\protect\\hyperlink/g

I guess that sphinx when generating Yade.tex should do this by itself.

If I edit Makefile as Bruno told, then `make all-pdf` works
really nice. And I hope that all references are ok in generated pdf.

best regards

BTW, scons 2.0 has just entered testing. After seeing some scons errors
I quickly downgraded back to 1.3. I can give you the errors if you want
to see them.

-- 
Janek Kozicki                               http://janek.kozicki.pl/  |



Follow ups

References