Re: [XeTeX] Let me get it straight...

2010-09-19 Thread Will Robertson
On 2010-09-19 21:02:27 +0930, Herbert Schulz said: Thanks! That's the information I was wanting. Do you have version numbers after which this is all true? Are the bits and pieces released to CTAN and now in TeX Live? Everything is now on CTAN but not quite yet in TeX Live I think. But sinc

Re: [XeTeX] Let me get it straight...

2010-09-19 Thread Herbert Schulz
On Sep 19, 2010, at 3:49 AM, Will Robertson wrote: > On 2010-09-19 00:27:40 +0930, Herbert Schulz said: > >> Right now I'm loading xltxtra alone (since it loads xunicode and fontspec). >> In some of my older documents I am loading all three. With an updated >> fontspec (as of version ?) under

Re: [XeTeX] Let me get it straight...

2010-09-19 Thread Will Robertson
On 2010-09-19 00:27:40 +0930, Herbert Schulz said: Right now I'm loading xltxtra alone (since it loads xunicode and fontspec). In some of my older documents I am loading all three. With an updated fontspec (as of version ?) under xelatex which of the three packages do I need to be loading. J

Re: [XeTeX] Let me get it straight...

2010-09-18 Thread Alan Munn
On Sep 18, 2010, at 4:43 PM, Herbert Schulz wrote: On Sep 18, 2010, at 2:01 PM, Dominik Wujastyk wrote: Looking at the file xltxtra.sty that is current as of today in TeXlive 2010 (version 2010/06/03 v0.5d) and grepping it for "Require", we find that it includes the following commands: \

Re: [XeTeX] Let me get it straight...

2010-09-18 Thread Herbert Schulz
On Sep 18, 2010, at 2:01 PM, Dominik Wujastyk wrote: > Looking at the file xltxtra.sty that is current as of today in TeXlive 2010 > (version 2010/06/03 v0.5d) and grepping it for "Require", we find that it > includes the following commands: > > \RequirePackage{ifluatex} > \RequirePackage{fontsp

Re: [XeTeX] Let me get it straight...

2010-09-18 Thread Dominik Wujastyk
Looking at the file xltxtra.sty that is current as of today in TeXlive 2010 (version 2010/06/03 v0.5d) and grepping it for "Require", we find that it includes the following commands: \RequirePackage{ifluatex} \RequirePackage{fontspec}[2010/05/14 v2.0] \RequirePackage{ifxetex} \RequireXeTeX \Requir

[XeTeX] Let me get it straight...

2010-09-18 Thread Herbert Schulz
Howdy, Right now I'm loading xltxtra alone (since it loads xunicode and fontspec). In some of my older documents I am loading all three. With an updated fontspec (as of version ?) under xelatex which of the three packages do I need to be loading. Just trying to streamline my xelatex templates.