<p>Thanks to both of you. I&#39;m sorry to hear XeTeX in Windows doesn&#39;t support transparency yet.</p><p>Best wishes.<br clear="all"></p>Nicolas<br>
<br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 5:29 AM, Mojca Miklavec <span dir="ltr">&lt;<a href="mailto:mojca.miklavec.lists@gmail.com">mojca.miklavec.lists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">On Tue, Jan 27, 2009 at 10:47 AM, Will Robertson wrote:<br>
&gt; Nicolas Vaughan &lt;nivaca@...&gt; writes:<br>
&gt;<br>
&gt;&gt; I&#39;ve been trying to replicate Will Robertson&#39;s font transparency<br>
&gt;&gt; example (in p.11 of the lastest fontenc manual), without success.<br>
&gt;&gt; I get no transparency efect at all. Is transparency a typeface-<br>
&gt;&gt; specific feature?<br>
&gt;<br>
&gt; I&#39;m afraid this feature is only supported by the xdv2pdf driver on Mac OS X;<br>
&gt; I&#39;ve added a sentence in the documentation mentioning this. I hope that the<br>
&gt; xdvipdfmx driver might support this one day as the feature is quite neat.<br>
<br>
</div>Hello,<br>
<br>
Do not ask me how since I don&#39;t speak LaTeX, but I bet that you can<br>
get transparent fonts with some macro package. This tiny ConTeXt<br>
example uses xdvipdfmx and generates transparent text without any<br>
problem. I&#39;m sure that there&#39;s an equivalent way to do the same in<br>
XeLaTeX.<br>
<br>
\setupcolors[state=start]<br>
\definecolor[c1][r=1,t=.5,a=1]<br>
\definecolor[c2][g=1,t=.5,a=1]<br>
\definecolor[c3][b=1,t=.5,a=1]<br>
<br>
\def\test#1#2{\hbox to 1ex{\color[#1]{#2}\hss}}<br>
\starttext<br>
\hbox{\test{c1}{this}\test{c2}{is}\test{c3}{transparent}}<br>
\stoptext<br>
<font color="#888888"><br>
Mojca<br>
</font><div><div class="Wj3C7c">_______________________________________________<br>
XeTeX mailing list<br>
<a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br>