Re: [XeTeX] Greek letterspacing with soul

2010-05-26 Thread Ulrike Fischer
Am Tue, 25 May 2010 18:17:09 +0200 schrieb Pablo Rodríguez: On 05/25/2010 05:28 PM, Ulrike Fischer wrote: Am Tue, 25 May 2010 17:12:08 +0200 schrieb Pablo Rodríguez: (I know that \makeatletter ends with \makeatother, although I'm not sure what are they used for ;-).) Well \makeatletter

Re: [XeTeX] Greek letterspacing with soul

2010-05-25 Thread Ulrike Fischer
Am Mon, 24 May 2010 19:16:07 +0200 schrieb Pablo Rodríguez: Many thanks for your help, Ulrike. FreeMono-Regular seems to do the job. But I get error messages from soul (Reconstruction failed) when there are blank spaces. \documentclass[10pt]{book} \usepackage{fontspec}

Re: [XeTeX] Greek letterspacing with soul

2010-05-25 Thread Pablo Rodríguez
On 05/25/2010 09:37 AM, Ulrike Fischer wrote: Am Mon, 24 May 2010 19:16:07 +0200 schrieb Pablo Rodríguez: [...] Is there any way to solve it? I got the error only after I enabled the hyphenation patters. This indicates that the problem are not spaces but hyphenation. The documentation of soul

Re: [XeTeX] Greek letterspacing with soul

2010-05-25 Thread Pablo Rodríguez
On 05/25/2010 05:28 PM, Ulrike Fischer wrote: Am Tue, 25 May 2010 17:12:08 +0200 schrieb Pablo Rodríguez: (I know that \makeatletter ends with \makeatother, although I'm not sure what are they used for ;-).) Well \makeatletter makes @ (at) to a letter, which means that you can use commands

Re: [XeTeX] Greek letterspacing with soul

2010-05-25 Thread Ross Moore
Hi Pablo, On 26/05/2010, at 2:17 AM, Pablo Rodríguez wrote: On 05/25/2010 05:28 PM, Ulrike Fischer wrote: Am Tue, 25 May 2010 17:12:08 +0200 schrieb Pablo Rodríguez: (I know that \makeatletter ends with \makeatother, although I'm not sure what are they used for ;-).) Well \makeatletter

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Peter Dyballa
Am 24.05.2010 um 12:30 schrieb Pablo Rodríguez: I want to achieve a kind of emphasizing which used in Greek through letterspacing. Then use fontspec's interface! If you'd change your example to \documentclass[10pt]{book} \thispagestyle{empty}

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Pablo Rodríguez
On 05/24/2010 02:53 PM, Jonathan Kew wrote: On 24 May 2010, at 11:30, Pablo Rodríguez wrote: Hi there, I want to achieve a kind of emphasizing which used in Greek through letterspacing. I have tried the LetterSpace and WordSpace properties, but I don't think they are intended for this. I

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Fr. Michael Gilmary
Pablo Rodríguez wrote: \whitecomma is fine. A mandatory improvement would be that \whitecomma would be zero-width (which I don't know whether it is possible). This may be a bad idea for various reasons, but it seems to work around the problem. Which would be the reasons why the command is

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Ulrike Fischer
Am Mon, 24 May 2010 16:49:15 +0200 schrieb Pablo Rodríguez: On 05/24/2010 04:00 PM, Peter Dyballa wrote: [...] If you'd change your example to [...] you might see in the LOG file twice: Missing character: There is no ν in font ectt1000! Missing character: There is no ο in font ectt1000!

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Pablo Rodríguez
On 05/24/2010 06:06 PM, Ulrike Fischer wrote: Am Mon, 24 May 2010 16:49:15 +0200 schrieb Pablo Rodríguez: [...] Ah. Bingo. soul.sty defines the fix font \s...@tt (\font\s...@tt=ectt1000) and use it in various places when analyzing the input. And obviously one gets problems as soon as words ends

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Philip TAYLOR
Ulrike Fischer wrote: I can solve the problem with the euro sign by resetting the font to latin modern typewriter with \makeatletter \font\s...@tt=LMMono10-Regular\makeatletter Or maybe even : \makeatletter \font\s...@tt=LMMono10-Regular\makeatother %%% ?! Philip Taylor

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Pablo Rodríguez
On 05/24/2010 06:31 PM, Philip TAYLOR wrote: Ulrike Fischer wrote: I can solve the problem with the euro sign by resetting the font to latin modern typewriter with \makeatletter \font\s...@tt=LMMono10-Regular\makeatletter Or maybe even : \makeatletter

Re: [XeTeX] Greek letterspacing with soul

2010-05-24 Thread Philip TAYLOR
Pablo Rodríguez wrote: You are right, but I'm afraid this doesn't solve the problem with Reconstruction failed error messages. Thanks anyway No, sorry, I didn't think it would fix that problem, but it could have caused other errors if left as Ulrike had originally formulated it. ** Phil.