Thank you. I have all numbers turning grey now. Regarding the setting of the font size globally, I have not succeeded. I have tried numbers 8pt to 20pt just to see the difference, but all without any changes.<br><br>Thank you,<br>
<br>Brian<br><br>Again my document. <br><br>\documentclass[a5paper,draft]{book}<br>\special{papersize=148mm, 210mm}<br><br>\usepackage{fontspec} % provides font selecting commands<br>\usepackage{xunicode} % provides unicode character macros<br>
\usepackage{xltxtra} % provides some fixes/extras<br><br>\usepackage{polyglossia} % not sure what this does. My goal is to make a document in Lao<br>\setdefaultlanguage[variant=us]{english}<br>\usepackage[usenames,dvipsnames]{color}<br>
<br>\defaultfontfeatures{Mapping=tex-text}<br>\setmainfont{Palatino}<br>\newfontfamily\versenumbers{Myriad Pro}<br><br>\definecolor{light-gray}{gray}{0.6}<br>\newcommand\graytext[1]{\textcolor{light-gray}{#1}}<br>\newcommand\graynumbers[1]{\textsuperscript{\graytext{#1}}}<br>
<br>\newcommand\vnum[1]{{\versenumbers\graynumbers{#1}}\,}<br><br>\begin{document}<br><br>This is a test of the \vnum{234} command.<br><br>End of test.<br><br>\end{document}<br><br> &gt;The main problem I found was with grouping your use of the<br>
 &gt;\textsuperscript in the \graynumbers command. You have:<br><br> &gt;&gt; \newcommand\graynumbers[1]{\textsuperscript\graytext{#1}}<br> &gt;&gt;<br> &gt;Where it works with:<br><br> &gt;\newcommand\graynumbers[1]{\textsuperscript{\graytext{#1}}}<br>
<br> &gt;\textsuperscript didn&#39;t get its argument grouped, so it stopped.<br><br> &gt;As for the font size of the main font, etc., /one/ way (maybe not the<br> &gt;exact control you&#39;re looking for) is to load the font size globally in<br>
 &gt;the option for the documentclass:<br><br> &gt;\documentclass[12pt,a5paper,draft]{book}<br><br> &gt;Then, you have to either scale the other font sizes with fontspec option<br> &gt;[Scale=MatchLowercase] or whatever --- see the fontspec documentation.<br>
<br> &gt;I&#39;m not familiar with the XeTeX (or LaTeX)way of loading a font where<br> &gt;you can specify a size to load ... someone else can help you there, I&#39;m<br> &gt;sure (I&#39;d be happy to know, too!)<br><br> &gt;HTH.<br>
<br> &gt;--<br> &gt;United in adoration of Jesus,<br><br> &gt;fr. michael gilmary, mma<br><br> &gt;Most Holy Trinity Monastery<br> &gt;67 Dugway Road<br> &gt;Petersham, MA 01366-9725<br><br>w&gt;<a href="http://ww.MaroniteMonks.org">ww.MaroniteMonks.org</a><br>
<br> &gt;------------------------------<br><br>