Tagged Questions
0
votes
1answer
128 views
using unicode-math with math keyboard or hotkeys?
Here is more information about the unicode math-package:
http://ctan.mackichan.com/macros/latex/contrib/unicode-math/unicode-math.pdf
A great pro for using unicode math, is that your code is much ...
7
votes
1answer
233 views
Making integral ∫ use \limits by default with unicode-math
How can I make the unicode integral symbol ∫ act as if it is followed by \limits? Classically \usepackage[intlimits]{amsmath} would do. But with unicode-math this does not help anymore. I also tried:
...
1
vote
1answer
165 views
What's the use of multiple vertical variants for math operators of a OpenType math font?
The only fonts I know that have more than one "large" version of the math operators are Asana Math and Cambria Math. The other ones just have one glyph for the \textstyle version and other for the ...