On 2014-02-10, Minh Nguyen <[email protected]> wrote: > Hi Harald, > > Sorry again for the late reply. I recently moved to a new place. It > took over a week to get my network connection up and running. > > On Sat, Feb 1, 2014 at 11:21 PM, Harald Schilly ><[email protected]> wrote: >> The release of 6.1 is close to happen. Have you already done something >> for updating the documentation or will you do it? Last time I fixed >> some parts of the scripts, so it should go smooth this time. I just >> want to avoid duplicate work ;) > > I can't seem to properly build the documentation at all (PDF version > only). This also happens with Sage 6.1.1. The problem is that the > PDF version of the documentation for the notebook is only partially > built. I narrowed the problem down to the file > > sagenb/misc/misc.py > > The relevant function is print_open_msg(). The following Unicode > characters (for the Sage banner) in the file prevent pdflatex from > building the full PDF documentation: ┌ ┐ └ ┘
> > This is what I got when building the PDF version: > > ! Package inputenc Error: Unicode char \u8:┌ not set up for use with LaTeX. There was a thread here discussing the new banner... What version of TeX are you using? > > See the inputenc package documentation for explanation. > Type H <return> for immediate help. > ... > > l.12135 ...-----------------------------------┐} > > ? > ! Emergency stop. > ... > > l.12135 ...-----------------------------------┐} > > ! ==> Fatal error occurred, no output PDF file produced! > Transcript written on notebook.log. > make: *** [notebook.pdf] Error 1 > Traceback (most recent call last): > File "/home/mvngu/usr/bin/sage-6.1.1/src/doc/common/builder.py", > line 1452, in <module> > getattr(get_builder(name), type)() > File "/home/mvngu/usr/bin/sage-6.1.1/src/doc/common/builder.py", > line 273, in _wrapper > getattr(get_builder(document), name)(*args, **kwds) > File "/home/mvngu/usr/bin/sage-6.1.1/src/doc/common/builder.py", > line 472, in _wrapper > pool.map_async(build_ref_doc, L, 1).get(99999) > File > "/home/mvngu/usr/bin/sage-6.1.1/local/lib/python/multiprocessing/pool.py", > line 554, in get > raise self._value > RuntimeError: failed to run $MAKE all-pdf in > /home/mvngu/usr/bin/sage-6.1.1/src/doc/output/latex/en/reference/notebook > > The current PDF version of the built documentation on the Sage website at > > http://www.sagemath.org/help.html#SageStandardDoc > > is incomplete. Note the table for compressed PDF documents. I have > no idea how to fix this; I've been out of the Sage game for so long >:-) > > -- > Regards, > Minh Van Nguyen > http://bit.ly/mvngu > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
