On 2013-06-26, Matthew Fisher wrote: > Hello sphinx-users,
> I'm trying to parse .tex files into PDFs. I'm getting the same error as > https://groups.google.com/forum/#!topic/sphinx-users/c02bzqio7mo, only with > a different unicode character: > $ make -C $(BUILDDIR)/latex all-pdf > ! Package inputenc Error: Unicode char \u8:├ not set up for use with > LaTeX. 8-bit TeX support for UTF-8 is quite limited. > is there a specific package I should be using in my preamble? You may try pmboxdraw_ .. _pmboxdraw: http://mirror.ctan.org/help/Catalogue/entries/pmboxdraw.html With a custom template and some replacements, you could also use XeLaTeX or LuaLaTeX for the conversion. Günter -- You received this message because you are subscribed to the Google Groups "sphinx-users" 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/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
