Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Rodney Polkinghorne
> Has anyone used lcm with XeTeX?  If so, how do you map greek letters > in the XeTeX source to the encodings used in the lcm font files? Whoops. That should be cm-lgc, not lcm. Rodney -- Subscriptions, Archive, and List information, etc.: htt

[XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Rodney Polkinghorne
Dear list Has anyone used lcm with XeTeX? If so, how do you map greek letters in the XeTeX source to the encodings used in the lcm font files? I'm writing a program to simulate clouds of trapped atoms. It involves some complicated equations, and I'm using noweb to combine the mathematical deriv

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Keith J. Schultz
Hi Rodney, Look into the unicode-math package and the unicode math fonts. regards Keith. Am 18.10.2010 um 08:41 schrieb Rodney Polkinghorne: > Dear list > > Has anyone used lcm with XeTeX? If so, how do you map greek letters > in the XeTeX source to th

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Ulrike Fischer
Am Mon, 18 Oct 2010 17:41:37 +1100 schrieb Rodney Polkinghorne: > Dear list > > Has anyone used lcm with XeTeX? If so, how do you map greek letters > in the XeTeX source to the encodings used in the lcm font files? > > I'm writing a program to simulate clouds of trapped atoms. It > involves so

Re: [XeTeX] wrong kerning and slow processing with xelatex in texlive 2010

2010-10-18 Thread Vadim Radionov
Hi, Jonathan, I asked my font vendor and they explained that when specific kerning pair accompanies a kerning class, it work as "class exception" rather than a correction to the kerning for classes. There are several words about it in Opentype specification. (Unfortunately, I didn't find anything

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Apostolos Syropoulos
Use http://www.ctan.org/tex-archive/fonts/umtypewriter/ that actually contains Greek characters. a.s. -- Apostolos Syropoulos Xanthi, Greece -- Subscriptions, Archive, and List information, etc.: http://tug.org/

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Peter Dyballa
Am 18.10.2010 um 15:53 schrieb Apostolos Syropoulos: Use http://www.ctan.org/tex-archive/fonts/umtypewriter/ Instead of the real (old) Computer Modern fonts it's also possible to use Latin Modern, its successor. Another option is to use the TeX Gyre fonts (Curso is Courier), which at lea

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Arthur Reutenauer
> Instead of the real (old) Computer Modern fonts it's also possible to > use Latin Modern, its successor. Which, as the name indicates, is focused on the Latin alphabet. Hence, not a great choice for Greek letters. > Another option is to use the TeX Gyre >

[XeTeX] bug in fontspec?

2010-10-18 Thread Pablo Rodríguez
Hi Will, Khaled and others, as Ulrike Fischer has noticed (http://tug.org/pipermail/xetex/2010-October/018895.html), fontspec enters in a loop italics are defined as slanted: \def\itdefault{sl} The documentclass slides does it by default. I have fixed that in my document adding:

Re: [XeTeX] bug in fontspec?

2010-10-18 Thread Khaled Hosny
On Mon, Oct 18, 2010 at 07:00:24PM +0200, Pablo Rodríguez wrote: > Hi Will, Khaled and others, > > as Ulrike Fischer has noticed > (http://tug.org/pipermail/xetex/2010-October/018895.html), fontspec > enters in a loop italics are defined as slanted: > > \def\itdefault{sl} > > The documentc

Re: [XeTeX] bug in fontspec?

2010-10-18 Thread Philipp Stephani
Am 18.10.2010 um 19:21 schrieb Khaled Hosny: > On Mon, Oct 18, 2010 at 07:00:24PM +0200, Pablo Rodríguez wrote: >> Hi Will, Khaled and others, >> >> as Ulrike Fischer has noticed >> (http://tug.org/pipermail/xetex/2010-October/018895.html), fontspec >> enters in a loop italics are defined as sla

Re: [XeTeX] bug in fontspec?

2010-10-18 Thread Pablo Rodríguez
On 10/18/2010 07:21 PM, Khaled Hosny wrote: On Mon, Oct 18, 2010 at 07:00:24PM +0200, Pablo Rodríguez wrote: [...] I have no idea how this would be fixed, but github issue tracker[1] is the proper place to report bug, at least to make sure it get noticed and not lost in mailing lists. [1] http:/

Re: [XeTeX] bug in fontspec?

2010-10-18 Thread Philipp Stephani
Am 18.10.2010 um 20:09 schrieb Pablo Rodríguez: > On 10/18/2010 07:21 PM, Khaled Hosny wrote: >> On Mon, Oct 18, 2010 at 07:00:24PM +0200, Pablo Rodríguez wrote: >> [...] >> I have no idea how this would be fixed, but github issue tracker[1] is the >> proper place to report bug, at least to make

Re: [XeTeX] Strange hyphenation with polyglossia in French

2010-10-18 Thread enrico . gregorio
> Would \savinghyphcodes help? According to the documentation of > e-TeX, setting this parameter to a positive value would save the > \lccodevalues in effect during the execution of \patterns and e-TeX (so also > XeTeX and LuaTeX) would use those "frozen" values for hyphenation > purposes. I add

Re: [XeTeX] bug in fontspec?

2010-10-18 Thread Will Robertson
On 2010-10-19 03:30:24 +1030, Pablo Rodríguez said: as Ulrike Fischer has noticed (http://tug.org/pipermail/xetex/2010-October/018895.html), fontspec enters in a loop italics are defined as slanted: \def\itdefault{sl} This problem, funnily enough, has existed pretty much forever. I

Re: [XeTeX] Setting greek letters in cmtt with XeTeX on OS X

2010-10-18 Thread Rodney Polkinghorne
Thank you all for replying. > From: "Keith J. Schultz" > Look into the unicode-math package and the > unicode math fonts. I use plain TeX with web - LaTeX seems too big and structured. I was going to write a XeTeX version of Dmitri Pavlov's plain-utf8.tex, to set the mathcodes with minimum fus