On 2011-07-14, Michael Joyner wrote: > I am trying to use the epsdice package from inside LyX, and when I > switch to using xelatex as the formatting engine, the package > malfunctions.
> Instead of drawing a single die, it draws all 12 possible combinations of > dice on two lines. :( It looks like the required clipping of the graphic file does not work with XeTeX. > Is there a working dice or dominoes or "grouped dots" package for xelatex ? > The document I am writing is in Cherokee, so xelatex is my only choice for > font reasons. With XeTeX, you can configure the use of an alternative font with the well documented fontspec package. Then you can switch between the two fonts with ERT or a custom text style and use the dice symbol characters in the LyX source. All you need is a Unicode-encoded font with the dice symbols. See the fontspec documentation for details. Günter