[texhax] error with pi symbol

Paul Tremblay phthenry at iglou.com
Thu Jul 20 16:19:29 CEST 2006


On Wed, Jul 19, 2006 at 09:08:15AM -0400, Paul Tremblay wrote:
> 
> When I try to use the Greek letter pi, encoded in UTF-8, I get the
> following error:
> 
> ! Undefined control sequence.
> \u-default-960 #1->\textpi
> 
> Here is the file:
> 
> 
> \documentclass{memoir}
> \NeedsTeXFormat{LaTeX2e}
> \usepackage[utf8x]{inputenc}
> 
> \pagestyle{empty}
> 
> \begin{document}
> 
> The Greek letter π.
> 
> \end{document}
> 

Answering my own email. If I use

\SetUnicodeOption{mathletters}
\SetUnicodeOption{autogenerated}

in the preamble, I get the glyph I want. I can also define my own
glyph by:


\DeclareUnicodeCharacter{960}{ensuremath{\pi}}

Paul

-- 

************************
*Paul Tremblay         *
*phthenry at iglou.com    *
************************


More information about the texhax mailing list