<html><head></head><body bgcolor="#FFFFFF"><div>Hi David, Zdenek, and others<br><br></div><div>On 18/04/2015, at 1:05, Zdenek Wagner <<a href="mailto:zdenek.wagner@gmail.com">zdenek.wagner@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><div dir="ltr">2015-04-17 16:31 GMT+02:00 David Carlisle <span dir="ltr"><<a href="mailto:d.p.carlisle@gmail.com" target="_blank">d.p.carlisle@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
package, anyway)<br></blockquote><div><br></div><div>Colour is a font attribut in XeTeX but AFAIK it allowx RGB and RGBA only, CMYK is not supported. If I want to print the document by offset, I have to use colour specials, otherwise I risk unwanted result. <br></div></div></div></div></div></blockquote><div><br></div><div>It is not just colour information that one may want to insert.</div><div><br></div><div>Here are some more instances in support of  boojums  <span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">(using  pdfTeX , not XeTeX).</span></div><div><br></div><div>A.</div><div>For tagged PDF you may need to tag individual characters with attributes for accessibility and Copy/Paste, such as to get the PDF page-contents stream looking like:</div><div><br></div><div>    /Span <</Alt(...)/ActualText<FFEF....> >> BDC</div><div>      ... normal TeX-placed material ...</div><div>    EMC</div><div><br></div><div>\pdfliteral   page {.... }    <span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">can provide the extra PDF coding lines, </span></div><div>but this is 2 extra  boojums  for each actual character in the math list. </div><div><br></div><div>B.</div><div>I'm currently writing a paper describing a method to attach tooltips to mathematical symbols and expressions. After setting the chunks in boxes for measuring, this ultimately puts</div><div>   \pdfannot ....</div><div>into the math-stream.  </div><div>To not affect spacing, this would need to be a  boojum  surely.</div><div><br></div><div>I can supply instances where spacing has changed, by an extra thin space.</div><div>Sometimes placing extra {...} avoids this extra space, other cases require a \! to fix.</div><div><br></div><div><br></div><br><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br clear="all"><div><div class="gmail_signature">Zdeněk Wagner<br><a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank">http://hroch486.icpf.cas.cz/wagner/</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><br>
<span class=""><font color="#888888"><br>
David</font></span></blockquote></div></div></div></div></blockquote><div><br></div><div><br></div>Is there a good tool or TeXnique that lets one see the contents of a math-stream, after all macros are processed, and during the internal page-construction stage?<div>I'd like something a bit better than just examining box contents after using \tracingall .</div><div><br><div><br></div><div>Cheers,</div><div><br></div><div>     Ross</div><div><br></div></div></body></html>