Philip Taylor wrote:
> Thank you Jonathan -- that may have led me to a solution.  I could generate 
> the .xdv with no problem, but even looking at it using DVIASM did not give me 
> sufficient information to work out what \specials might exist.  So instead I 
> added the following to my XeLaTeX code :
>
>     \let \Special = \special
>     \def \special #1{\message {\string \special: [#1]\Special {#1}}}
Slight typo. in preceding, should read :

    \let \Special = \special
    \def \special #1{\message {\string \special: [#1]}\Special {#1}}

but now I am completely confused in that I am no longer seeing the XML metadata 
in the PDF file even having (a) commented those two lines out, and then (b) 
replaced the entire LaTeX source with a clean copy taken from the web.  
Probably too tired to think straight :-(




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to