Why do numbers in a table appear as oldstyle figures when using Palatino/Euler Math?
Clash Royale CLAN TAG#URR8PPP
up vote
13
down vote
favorite
I'm using the Palatino font in combination with Euler Math. In most cases, digits in math mode appear as standard lined figures. However, in tables, they appear as oldstyle figures. Here's an example:
Why are these numbers rendered differently? How can I make the digits in the table match the other math digits?
Here's the code for the screenshot above:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
However in a table, numbers appear as oldstyle figures:
[
x =
left
begintabularcc
0123 & 4567 \
8910 & 0101
endtabular
right
]
endcenter
enddocument
tables oldstylenums mathpazo eulervm euler
add a comment |Â
up vote
13
down vote
favorite
I'm using the Palatino font in combination with Euler Math. In most cases, digits in math mode appear as standard lined figures. However, in tables, they appear as oldstyle figures. Here's an example:
Why are these numbers rendered differently? How can I make the digits in the table match the other math digits?
Here's the code for the screenshot above:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
However in a table, numbers appear as oldstyle figures:
[
x =
left
begintabularcc
0123 & 4567 \
8910 & 0101
endtabular
right
]
endcenter
enddocument
tables oldstylenums mathpazo eulervm euler
11
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
On a side note, there’s also theeulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable withunicode-math
.
– Davislor
Sep 4 at 4:37
add a comment |Â
up vote
13
down vote
favorite
up vote
13
down vote
favorite
I'm using the Palatino font in combination with Euler Math. In most cases, digits in math mode appear as standard lined figures. However, in tables, they appear as oldstyle figures. Here's an example:
Why are these numbers rendered differently? How can I make the digits in the table match the other math digits?
Here's the code for the screenshot above:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
However in a table, numbers appear as oldstyle figures:
[
x =
left
begintabularcc
0123 & 4567 \
8910 & 0101
endtabular
right
]
endcenter
enddocument
tables oldstylenums mathpazo eulervm euler
I'm using the Palatino font in combination with Euler Math. In most cases, digits in math mode appear as standard lined figures. However, in tables, they appear as oldstyle figures. Here's an example:
Why are these numbers rendered differently? How can I make the digits in the table match the other math digits?
Here's the code for the screenshot above:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
However in a table, numbers appear as oldstyle figures:
[
x =
left
begintabularcc
0123 & 4567 \
8910 & 0101
endtabular
right
]
endcenter
enddocument
tables oldstylenums mathpazo eulervm euler
asked Sep 3 at 19:04
Nathan Friend
1855
1855
11
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
On a side note, there’s also theeulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable withunicode-math
.
– Davislor
Sep 4 at 4:37
add a comment |Â
11
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
On a side note, there’s also theeulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable withunicode-math
.
– Davislor
Sep 4 at 4:37
11
11
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
On a side note, there’s also the
eulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable with unicode-math
.– Davislor
Sep 4 at 4:37
On a side note, there’s also the
eulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable with unicode-math
.– Davislor
Sep 4 at 4:37
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
15
down vote
accepted
tabular
switches to textmode, use array
in math:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
and in an array too:
[
x =
left
beginarraycc
0123 & 4567 \
8910 & 0101
endarray
right
]
endcenter
enddocument
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
15
down vote
accepted
tabular
switches to textmode, use array
in math:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
and in an array too:
[
x =
left
beginarraycc
0123 & 4567 \
8910 & 0101
endarray
right
]
endcenter
enddocument
add a comment |Â
up vote
15
down vote
accepted
tabular
switches to textmode, use array
in math:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
and in an array too:
[
x =
left
beginarraycc
0123 & 4567 \
8910 & 0101
endarray
right
]
endcenter
enddocument
add a comment |Â
up vote
15
down vote
accepted
up vote
15
down vote
accepted
tabular
switches to textmode, use array
in math:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
and in an array too:
[
x =
left
beginarraycc
0123 & 4567 \
8910 & 0101
endarray
right
]
endcenter
enddocument
tabular
switches to textmode, use array
in math:
documentclass[12pt]article
usepackagegeometry
usepackageamsmath
usepackageamsfonts
usepackage[sc,osf]mathpazo
linespread1.025
usepackage[euler-digits,small]eulervm
usepackage[usenames, dvipsnames]color
begindocument
begincenter
Normally, math digits appear as lined figures:
[
x = 1234567890
]
and in an array too:
[
x =
left
beginarraycc
0123 & 4567 \
8910 & 0101
endarray
right
]
endcenter
enddocument
answered Sep 3 at 20:51


Ulrike Fischer
178k7281650
178k7281650
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f449167%2fwhy-do-numbers-in-a-table-appear-as-oldstyle-figures-when-using-palatino-euler-m%23new-answer', 'question_page');
);
Post as a guest
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
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
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
11
tabular switches to textmode, use array in math.
– Ulrike Fischer
Sep 3 at 19:08
Thanks, @UlrikeFischer, that worked! If you add your comment as an answer, I'll accept.
– Nathan Friend
Sep 3 at 20:28
On a side note, there’s also the
eulerpx
package for a Euler/Palatino mashup, or Khaled Hosny’s OpenType math font Neo Euler, usable withunicode-math
.– Davislor
Sep 4 at 4:37