How can I input internationa symbol? Thanks!

77 views
Skip to first unread message

Jack

unread,
Mar 17, 2012, 3:04:15 AM3/17/12
to MathJax Users
I hope to input internationa symbol such as \.{a} just like the
following pic, but MathJax can't display these symbols correctly, how
can I do ? thanks!

http://dl.dropbox.com/u/209352/Inter.PNG

Peter Krautzberger

unread,
Mar 17, 2012, 10:08:29 AM3/17/12
to mathja...@googlegroups.com
You could take a look at the unicode extensions. The documenation is at http://www.mathjax.org/docs/2.0/tex.html#unicode-support

Peter.

Davide P. Cervone

unread,
Mar 19, 2012, 7:20:28 AM3/19/12
to mathja...@googlegroups.com
Note that MathJax only implements math-mode macros, not text-mode ones
like \. and \' and the other text-mode accents. But it does have
\dot, \acute, and the other related math-mode versions, so if you are
using this in mathematics, you may really want "\dot a" instead of "\.
{a}". If you are using this in \text{}, then since MathJax doesn't
process macros in text mode, you won't be able to use either \. or
\unicode. In that case, you will need to enter the unicode characters
directly. So you could use ȧ directly, or perhaps ȧ depending
on the way that your pages are being constructed. E.g.,

\text{ȧ}

or

\text{ȧ}

would do.

Davide

Reply all
Reply to author
Forward
0 new messages