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.

is there a specific package I should be using in my preamble? My .tex file 
preamble looks like this:

\def\sphinxdocclass{report}
\documentclass[letterpaper,10pt,english]{sphinxmanual}
\usepackage[utf8]{inputenc}
\DeclareUnicodeCharacter{00A0}{\nobreakspace}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{textalpha}
\usepackage{times}
\usepackage[Bjarne]{fncychap}
\usepackage{longtable}
\usepackage{sphinx}
\usepackage{multirow}

i tried using '\DeclareUnicodeCharacter{251C}{├}', but the make command 
just freezes when trying to parse that character within the .tex file. 
Penny for your thoughts?

Thanks!
Matt Fisher

-- 
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.


Reply via email to