I would like to use Cambria Math font in mathematical equation, and I have a simple problem here. plain TeX uses many symbols for the root sign, so it can use the proper one depending on context, however the Unicode have only one (or maybe two) that is capable to replace big roots:
If the 3. family is set to Cambria Math, the line \def\sqrt{\XeTeXradical 3 `\⎷} does not produces the root sign at the proper place for example $\sqrt{a\over b}$.
How can I do this properly?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
I think the
\font\x="Cambria Math:script=MATH" at 10pt
\textfont1=\x\textfont2=\x\textfont3=\x
\def\sqrt{\XeTeXradical 3 "0221A}
$$
\sqrt{1\over 2}
$$
\bye
|
|||||||
|