<br><br><div class="gmail_quote">On Fri, Jul 15, 2011 at 5:22 AM, Peter Dyballa <span dir="ltr"><<a href="mailto:Peter_Dyballa@web.de">Peter_Dyballa@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Am 15.07.2011 um 00:57 schrieb Michael Joyner:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to use the epsdice package from inside LyX, and when I switch to<br>
using xelatex as the formatting engine, the package malfunctions.<br></blockquote></div></blockquote><div><br></div><div>Thanks for all the different suggestions!</div><div><br></div><div>This one seems easiest to implement inside of Lyx. </div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

</blockquote>
<br></div>
This packages is a bit old and meant to be used with the pdfTeX engine. With XeTeX you can:<br>
<br>
        \usepackage{fontspec}<br>
        \newfontfamily\dice{Apple Symbols}<br>
        .<br>
        .<br>
        .<br>
        \begin{document}<br>
        \dice{⚀⚁⚂⚃⚄⚅} %  U+2680…U+2685<br>
        \end{document}<br>
<br>
Besides Apple Symbols you can also use GNU Freefonts, Arev Sans, DejaVu, Code2000, STIX, XITS,...<br>
<br></blockquote><div><br></div><div>For those curious, it is for number teaching via visual counting of dots. As part of a suggested layout for flash cards in a table as a starting point.</div><div><br></div><div>As a sort of an aside (could tie into this) Is there a way to specify a "fallback" font for xetex to use when a glyph is not present in the current active font? </div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">-- </blockquote></div><div>---<br><ul><li>Learn to speak Cherokee: <a href="http://www.cherokeelessons.com/" target="_blank">http://www.cherokeelessons.com/</a></li>
<li>Cherokee Language Help BBS/Chat: <a href="http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6" target="_blank">http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6</a></li><li>Cherokee Lessons PDF made with: <a href="http://www.lyx.org/" target="_blank">http://www.lyx.org/</a></li>
</ul></div><br>