<span style="font-family: courier new,monospace;">Hello Ross,</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">thanks for the explanation - it is much clearer now.</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">I am able to list all fonts on ubuntu with </span><b style="font-family: courier new,monospace;"><i>fc-list</i></b><span style="font-family: courier new,monospace;"> command.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">How should I know which of them supports math fonts and which of them is monospaced (like Courier New)?</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Regards,</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Peter</span><br style="font-family: courier new,monospace;">
<br><br><br><br><br><div class="gmail_quote">On 29 September 2011 21:49, Ross Moore <span dir="ltr"><<a href="mailto:ross.moore@mq.edu.au">ross.moore@mq.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor="#FFFFFF"><div><br>Hello Peter,</div><div class="im"><div><br>On 30/09/2011, at 4:07 AM, peter knezel <<a href="mailto:peter.knezel@gmail.com" target="_blank">peter.knezel@gmail.com</a>> wrote:<br><br></div>
<div></div><blockquote type="cite"><div><span style="font-family: courier new,monospace;">Hmm, I have tried a short xe.tex file</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">===</span><br style="font-family: courier new,monospace;">


<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\documentclass{article}</p>

<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\usepackage[math]{mathspec}</p>
<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\newfontfamily\mymono{DejaVu Sans Mono}</p>
<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\newfontfamily\mymathmono{DejaVu Sans Mono}</p>
<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\begin{document}</p>
<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">{\mymono this is with mono}  changed {\mymathmono $E=mc^2$} back as normal</p>
<p style="margin: 0px; text-indent: 0px; font-family: courier new,monospace;">\end{document}</p><span style="font-family: courier new,monospace;">===</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">for which xe.pdf is created</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Using: </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">pdffonts -f 1 xe.pdf</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">name                                 type              emb sub uni object ID</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">------------------------------------ ----------------- --- --- --- ---------</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">MQBWCL+DejaVuSansMono                CID TrueType      yes yes yes      5  0</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">AEDUWP+LMRoman10-Regular-Identity-H  CID Type 0C       yes yes yes      7  0</span><br style="font-family: courier new,monospace;"></div></blockquote><div><br></div></div>
<div>These handle the words in the text.</div><div class="im"><div><br></div><br><blockquote type="cite"><div><span style="font-family: courier new,monospace;">FETFUV+CMMI10                        Type 1C           yes yes no       8  0</span><br style="font-family: courier new,monospace;">
</div></blockquote><div><br></div></div><div>Math identifiers: E  m  c .</div><div class="im"><br><blockquote type="cite"><div>
<span style="font-family: courier new,monospace;">ZYNKTW+CMR10                         Type 1C           yes yes no       9  0</span><br style="font-family: courier new,monospace;"></div></blockquote><div><br></div></div>
<div>The page number; presumably  1 .</div><div class="im"><div><br></div><br><blockquote type="cite"><div><span style="font-family: courier new,monospace;">LKHLTI+CMR7                          Type 1C           yes yes no      10  0</span><br style="font-family: courier new,monospace;">
</div></blockquote><div><br></div></div><div>The superscripted  2 .</div><div class="im"><div><br></div><br><blockquote type="cite"><div>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">which really shows what fonts are used. As far as I understood well, words "changed", "back as normal" are set with  LMRoman10-Regular-Identity-H (Latin Modern as you wrote). \mymono changed "this is with mono" to DejaVu Sans Mono.</span><br>

<span style="font-family: courier new,monospace;">But what font is used for "$E=mc^2$"? Is it CMMI10,CMR10 and CMR7? Where can I get more info about these fonts? </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">Why isn't the the equation written in DejaVu Sans Mono as defined with \mymathmono?</span><br style="font-family: courier new,monospace;"></div></blockquote><div><br>
</div><div><br></div></div><div>Because anything written in math mode obeys a different set of typesetting rules to what is used in ordinary text. This involves spacing, positioning and sizing of super- and subscripts as well as choice of font face for each class of character or symbol. This is what makes TeX output look so much more attractive than what any other software produces.</div>
<div> </div><div>To change things, you'll need to study the  mathspec  or  unicode-math  packages, if I've got the names correct. Otherwise study the LaTeX Companion, for ways to handle Math Alphabets using non-XeTeX methods, which should still work, but with a limited range of fonts.</div>
<div><br></div><div><br></div><br><blockquote type="cite"><div><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Kind regards,</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Peter</span><br>
<font color="#005001"><font color="#0023a3"><br></font></font></div></blockquote><br><div>Hope this helps,</div><div><br></div><font color="#888888"><div>       Ross</div></font></div><br><br>
<br>
--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
<br></blockquote></div><br>