[XeTeX] epsdice package.

Peter Dyballa Peter_Dyballa at Web.DE
Fri Jul 15 11:22:07 CEST 2011


Am 15.07.2011 um 00:57 schrieb Michael Joyner:

> 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.

This packages is a bit old and meant to be used with the pdfTeX  
engine. With XeTeX you can:

	\usepackage{fontspec}
	\newfontfamily\dice{Apple Symbols}
	.
	.
	.
	\begin{document}
	\dice{⚀⚁⚂⚃⚄⚅} %  U+2680…U+2685
	\end{document}

Besides Apple Symbols you can also use GNU Freefonts, Arev Sans,  
DejaVu, Code2000, STIX, XITS,...


They all have a white background and black foreground.

--
Greetings

   Pete

In a world without walls and fences, who needs gates and windows?




More information about the XeTeX mailing list