How to keep the paren style of math-font mtpro2?
up vote
0
down vote
favorite
documentclass{article}
usepackage{amsmath, amsfonts, amssymb}%
usepackage[lite]{mtpro2}
letnotsimeqrelax
usepackage{unicode-math}
setmainfont{XITS}
setmathfont{XITS Math}
begin{document}
[
A(lambda) = PARENS{begin{matrix}
a_{11}(lambda)&a_{12}(lambda) & cdots & a_{1n}(lambda)\
a_{21}(lambda)&a_{22}(lambda) & cdots & a_{2n}(lambda)\
a_{31}(lambda)&a_{32}(lambda) & cdots & a_{3n}(lambda)\
a_{41}(lambda)&a_{42}(lambda) & cdots & a_{4n}(lambda)\
vdots & vdots &{}& vdots \
a_{r1}(lambda)&a_{r2}(lambda) & cdots & a_{rn}(lambda)\
a_{s1}(lambda)&a_{s2}(lambda) & cdots & a_{sn}(lambda)\
a_{t1}(lambda)&a_{t2}(lambda) & cdots & a_{tn}(lambda)\
a_{m1}(lambda)&a_{m2}(lambda) & cdots & a_{mn}(lambda)
end{matrix}}
]
end{document}
In the following two styles, I prefer the left side. My trouble is that once 'unicode-math' package is set, then I can only get the right side---
math-mode unicode-math
add a comment |
up vote
0
down vote
favorite
documentclass{article}
usepackage{amsmath, amsfonts, amssymb}%
usepackage[lite]{mtpro2}
letnotsimeqrelax
usepackage{unicode-math}
setmainfont{XITS}
setmathfont{XITS Math}
begin{document}
[
A(lambda) = PARENS{begin{matrix}
a_{11}(lambda)&a_{12}(lambda) & cdots & a_{1n}(lambda)\
a_{21}(lambda)&a_{22}(lambda) & cdots & a_{2n}(lambda)\
a_{31}(lambda)&a_{32}(lambda) & cdots & a_{3n}(lambda)\
a_{41}(lambda)&a_{42}(lambda) & cdots & a_{4n}(lambda)\
vdots & vdots &{}& vdots \
a_{r1}(lambda)&a_{r2}(lambda) & cdots & a_{rn}(lambda)\
a_{s1}(lambda)&a_{s2}(lambda) & cdots & a_{sn}(lambda)\
a_{t1}(lambda)&a_{t2}(lambda) & cdots & a_{tn}(lambda)\
a_{m1}(lambda)&a_{m2}(lambda) & cdots & a_{mn}(lambda)
end{matrix}}
]
end{document}
In the following two styles, I prefer the left side. My trouble is that once 'unicode-math' package is set, then I can only get the right side---
math-mode unicode-math
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
documentclass{article}
usepackage{amsmath, amsfonts, amssymb}%
usepackage[lite]{mtpro2}
letnotsimeqrelax
usepackage{unicode-math}
setmainfont{XITS}
setmathfont{XITS Math}
begin{document}
[
A(lambda) = PARENS{begin{matrix}
a_{11}(lambda)&a_{12}(lambda) & cdots & a_{1n}(lambda)\
a_{21}(lambda)&a_{22}(lambda) & cdots & a_{2n}(lambda)\
a_{31}(lambda)&a_{32}(lambda) & cdots & a_{3n}(lambda)\
a_{41}(lambda)&a_{42}(lambda) & cdots & a_{4n}(lambda)\
vdots & vdots &{}& vdots \
a_{r1}(lambda)&a_{r2}(lambda) & cdots & a_{rn}(lambda)\
a_{s1}(lambda)&a_{s2}(lambda) & cdots & a_{sn}(lambda)\
a_{t1}(lambda)&a_{t2}(lambda) & cdots & a_{tn}(lambda)\
a_{m1}(lambda)&a_{m2}(lambda) & cdots & a_{mn}(lambda)
end{matrix}}
]
end{document}
In the following two styles, I prefer the left side. My trouble is that once 'unicode-math' package is set, then I can only get the right side---
math-mode unicode-math
documentclass{article}
usepackage{amsmath, amsfonts, amssymb}%
usepackage[lite]{mtpro2}
letnotsimeqrelax
usepackage{unicode-math}
setmainfont{XITS}
setmathfont{XITS Math}
begin{document}
[
A(lambda) = PARENS{begin{matrix}
a_{11}(lambda)&a_{12}(lambda) & cdots & a_{1n}(lambda)\
a_{21}(lambda)&a_{22}(lambda) & cdots & a_{2n}(lambda)\
a_{31}(lambda)&a_{32}(lambda) & cdots & a_{3n}(lambda)\
a_{41}(lambda)&a_{42}(lambda) & cdots & a_{4n}(lambda)\
vdots & vdots &{}& vdots \
a_{r1}(lambda)&a_{r2}(lambda) & cdots & a_{rn}(lambda)\
a_{s1}(lambda)&a_{s2}(lambda) & cdots & a_{sn}(lambda)\
a_{t1}(lambda)&a_{t2}(lambda) & cdots & a_{tn}(lambda)\
a_{m1}(lambda)&a_{m2}(lambda) & cdots & a_{mn}(lambda)
end{matrix}}
]
end{document}
In the following two styles, I prefer the left side. My trouble is that once 'unicode-math' package is set, then I can only get the right side---
math-mode unicode-math
math-mode unicode-math
asked 2 mins ago
poorich
1878
1878
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463775%2fhow-to-keep-the-paren-style-of-math-font-mtpro2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown