Hi, On Fri, Jun 25, 2010 at 2:00 AM, Minh Nguyen <nguyenmi...@gmail.com> wrote: > Hi folks, > > In Sage 4.4.4, I can't build the PDF version of the reference manual, > even though the HTML version builds fine. Here is the error messsage: > > Overfull \hbox (41.96407pt too wide) in paragraph at lines 73487--73489 > []\T1/pcr/m/n/10 MyClass2.__classcall__() \T1/ptm/m/n/10 should re-turn the > re- > sult of \T1/pcr/m/n/10 UniqueRepresentation.__classcall__() > [890] > ! TeX capacity exceeded, sorry [input stack size=5000]. > \reser...@a ->\def \reser...@a > *{\...@assign@i {...@tempskipb }}\reser...@a > l.73597 ...{UniqueRepresentation}} and unpickling} > > ! ==> Fatal error occurred, no output PDF file produced! > Transcript written on reference.log. > make: *** [reference.pdf] Error 1
The problem can be solved by avoid using "":class:" with ".. rubric::". That is, change the line .. rubric:: Migrating classes to :class:`UniqueRepresentation` and unpickling to .. rubric:: Migrating classes to ``UniqueRepresentation`` and unpickling -- Regards Minh Van Nguyen -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org