Re: [XeTeX] epsdice package.

2011-07-17 Thread Peter Dyballa


Am 17.07.2011 um 00:42 schrieb Michael Joyner:

The font definition I posted has Cherokee glyphs, but I have to fake  
bold,

etc.



Try GNU FreeSerif and FreeSans! (My FreeMono has only one Cherokee  
type face.)


--
Greetings

  Pete

Some day we may discover how to make magnets that can point in any  
direction.




--
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] Microtype and XeTeX on Linux

2011-07-17 Thread Petr Tomasek
On Fri, Jan 21, 2011 at 10:11:23PM +0100, Peter Dyballa wrote:
 
 Am 21.01.2011 um 19:01 schrieb Chris Wilson:
 
 Where can I find the most up to date version of XeTeX for Linux?
 
 
 In TeX Live 2010. Or on xetex.tk, is source form.

Hello!

are the microtype fetures already merged into XeTeX SVN TRUNK,
or are they still only here: 
http://scripts.sil.org/svn-view/xetex/BRANCHES/microtype/ ?

Thanks!

P.T.

-- 
Petr Tomasek http://www.etf.cuni.cz/~tomasek
Jabber: but...@jabbim.cz


EA 355:001  DU DU DU DU
EA 355:002  TU TU TU TU
EA 355:003  NU NU NU NU NU NU NU
EA 355:004  NA NA NA NA NA





--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] epsdice package.

2011-07-17 Thread Peter Dyballa

Am 17.07.2011 um 16:21 schrieb Michael Joyner:

  If I wanted to redefine
 the UNICODE range for Cherokee Glyphs to match the below, so that I could
 leave the rest using standard fonts, by using the \def approach, how would
 you do it?

Maybe this (untested) works:

\newfontfamily\Cher{FreeSerif}  % select this or
\newfontfamily\Cher{FreeSans}   % that font for Cherokee

\newcount\n \n=13A0 \loop \ifnum\n13F5   % start and end point 
in hex
  \catcode\n=\active% activation
  \def\n{\Cher\n} \advance\n by 1 \repeat   % set font, increment 
loop index

I am not a TeX programmer (shell, sed, awk are much easier, also more often 
usable).

--
Greetings

  Pete

It's not the valleys in life I dread so much as the dips.
– Garfield




--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] Microtype and XeTeX on Linux

2011-07-17 Thread Peter Dyballa

Am 17.07.2011 um 17:58 schrieb Petr Tomasek:

 are the microtype fetures already merged into XeTeX SVN TRUNK,

I think they are, but the TeX Live 2010 distribution does not have the new 
microtype package. The update is available via tlmgr (or TLU on Mac OS X) from 
the repository http://tlcontrib.metatex.org/2010. See also: 
http://tlcontrib.metatex.org/

After the update check for the existence of the file 
/usr/local/texlive/20XY/texmf-dist/tex/latex/microtype/microtype-xetex.def!


--
Greetings

  Pete

Hard Disk, n.:
A device that allows users to delete vast quantities of data with 
simple mnemonic commands.




--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] epsdice package.

2011-07-17 Thread Philip TAYLOR (Webmaster, Ret'd)



Peter Dyballa wrote:


  \def\n{\Cher\n}


Can't see that working : won't the expansion of
\n involve the expansion of \n, which will involve
the ...  (you get the idea).

** Phil (a TeX programmer, who would sooner roll
naked in nettles than attempt to program anything
in shell, sed, or awk).


--
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex


Re: [XeTeX] epsdice package.

2011-07-17 Thread Steve Peter

 ** Phil (a TeX programmer, who would sooner roll naked in nettles

Now that's a disturbing image...


--
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex