On Thu, Dec 08, 2005 at 07:07:28PM +0100, [EMAIL PROTECTED] wrote:
> i can't get the euro symbol to work :/
> i tried \EUR and \euro using europs and eurosans packages but no success...
> i'm using pslatex font, french language and default encoding...
>
You put those \euro commands in a TeX box, right? They won't work in the text
itself. And make sure you have a space (or {}) after the command,
i.e. "\euro " or "\euro{}"
You don't really need to use packages for this, because euro is supported
by babel (in greek mode, for some reason), and babel is invoked automatically
by lyx.
Just insert a TeX box, and write \euro{} inside. Then mark the entire box
(not just the contents, start marking before it and end after it, but
don't include other text) Then change the language of the marked box to Greek.
This is necessary, \euro (without any packages) works in Greek but not
otherwise.
To avoid repeating this over and over, just copy the Greek \euro command around
in the document when needed.
Helge Hafting