Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] listings and unicode characters

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] listings and unicode characters


chronological Thread 
  • From: Chantal Keller <chantal.keller AT wanadoo.fr>
  • To: Bas Spitters <spitters AT cs.ru.nl>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] listings and unicode characters
  • Date: Thu, 27 May 2010 15:51:57 +0200

Hi,

You can use the package ucs [1], declare unicode characters (here is an
example for λ) that way:

\DeclareUnicodeCharacter{955}{\ensuremath{\lambda}}

and then use unicode symbols inside LaTeX as well as in listings.

The package ucs seems not to be maintained anymore, but it works well.

Hope this helps,

Chantal.

[1] http://www.unruh.de/DniQ/latex/unicode

Le 26/05/2010 14:07, Bas Spitters a écrit :
> 
> Many Coq-users use the latex listings environment for Coq-commands.
> http://www.ctan.org/tex-archive/macros/latex/contrib/listings/
> 
> Is there any experience using this with unicode symbols?
> 
> Thanks,
> 
> Bas
> 
> 



Archive powered by MhonArc 2.6.16.

Top of Page