TeX Gyre Pagella Math Integral sign much too smallMath spacing in TeX Gyre PagellaItalic greek letters, upright operators and working partial sign with unicode-math and TeX Gyre PagellaSpacing of fractions in TeX Gyre Pagella Mathboldmath with unicode-math AND fonts with a MATH tableLine height with sqrt and TeX Gyre Pagella Mathsetmathfont[range=sqrt]… changes size of integralsVertical spacing between arrow and caption with unicode-mathLetter f in TeX Gyre Pagella Mathplus/minus (pm) sign appears misaligned with unicode-mathUsing printeranswers environment, how to print solutions in the box without the title “Solutions”
Origins of the "array like" strings in BASIC
Double underlining a result in a system of equations with calculation steps on the right side
How to get MAX value using SOQL when there are more than 50,000 rows
What is a good way to allow only one non null field in an object
Narcissistic cube asks who are we?
Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?
Names of the Six Tastes
Passport stamps art, can it be done?
Not taking the bishop by the knight, why?
What are these round pads on the bottom of a PCB?
Why do the Avengers care about returning these items in Endgame?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
Is there an idiom that means "revealing a secret unintentionally"?
How do carbureted and fuel injected engines compare in high altitude?
Add Columns to .csv from Multiple Files
Publishing an article in a journal without a related degree
Why are thrust reversers not used to slow down to taxi speeds?
I might have messed up in the 'Future Work' section of my thesis
Is every story set in the future "science fiction"?
Employee is self-centered and affects the team negatively
How likely are Coriolis-effect-based quirks to develop in starship crew members?
Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019
How did Captain Marvel know where to find these characters?
What's an appropriate age to involve kids in life changing decisions?
TeX Gyre Pagella Math Integral sign much too small
Math spacing in TeX Gyre PagellaItalic greek letters, upright operators and working partial sign with unicode-math and TeX Gyre PagellaSpacing of fractions in TeX Gyre Pagella Mathboldmath with unicode-math AND fonts with a MATH tableLine height with sqrt and TeX Gyre Pagella Mathsetmathfont[range=sqrt]… changes size of integralsVertical spacing between arrow and caption with unicode-mathLetter f in TeX Gyre Pagella Mathplus/minus (pm) sign appears misaligned with unicode-mathUsing printeranswers environment, how to print solutions in the box without the title “Solutions”
I am writing my thesis and I use the TeX Gyre Pagella Math fonts, but I have noticed that the integral sign is much too small compared to fractions.

as you can see in the above image. I am using LuaLaTeX.
Is there any way to make the integral sign a more sensible size?
A minimal example:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math Regular
begindocument
beginequation
f(a) = frac12pi iint_gamma fracf(z)z-amathrm d z
endequation
enddocument
Thanks in advance!
math-mode luatex unicode-math tex-gyre-math
add a comment |
I am writing my thesis and I use the TeX Gyre Pagella Math fonts, but I have noticed that the integral sign is much too small compared to fractions.

as you can see in the above image. I am using LuaLaTeX.
Is there any way to make the integral sign a more sensible size?
A minimal example:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math Regular
begindocument
beginequation
f(a) = frac12pi iint_gamma fracf(z)z-amathrm d z
endequation
enddocument
Thanks in advance!
math-mode luatex unicode-math tex-gyre-math
Loadrelsizeand trymathlargerint?
– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
add a comment |
I am writing my thesis and I use the TeX Gyre Pagella Math fonts, but I have noticed that the integral sign is much too small compared to fractions.

as you can see in the above image. I am using LuaLaTeX.
Is there any way to make the integral sign a more sensible size?
A minimal example:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math Regular
begindocument
beginequation
f(a) = frac12pi iint_gamma fracf(z)z-amathrm d z
endequation
enddocument
Thanks in advance!
math-mode luatex unicode-math tex-gyre-math
I am writing my thesis and I use the TeX Gyre Pagella Math fonts, but I have noticed that the integral sign is much too small compared to fractions.

as you can see in the above image. I am using LuaLaTeX.
Is there any way to make the integral sign a more sensible size?
A minimal example:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math Regular
begindocument
beginequation
f(a) = frac12pi iint_gamma fracf(z)z-amathrm d z
endequation
enddocument
Thanks in advance!
math-mode luatex unicode-math tex-gyre-math
math-mode luatex unicode-math tex-gyre-math
edited 34 mins ago
Zarko
133k872174
133k872174
asked 3 hours ago
msxmsx
15019
15019
Loadrelsizeand trymathlargerint?
– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
add a comment |
Loadrelsizeand trymathlargerint?
– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
Load
relsize and try mathlargerint?– Bernard
3 hours ago
Load
relsize and try mathlargerint?– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
add a comment |
3 Answers
3
active
oldest
votes
with xelatex you get

but with lualatex you get

from
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
begindocument
[int_gammafracf(x)z-a]
enddocument
I'm not sure if the difference is in unicode-math or the underlying luatex math rendering, the scaled font for int has caused the math parameters used for fraction spacing (and other things) to be scaled. I'll ping Will...
as Ulrike points out you can reset the parameters with an additional mathfont setting, resulting in

which doesn't produce quite the result xetex does but usable.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
setmathfontTeX Gyre Pagella Math[range=sum]
begindocument
[int_gammafracf(x)z-a]
enddocument
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.setmathfontTeX Gyre Pagella Math[range=sum]as last entry.
– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral withUleftUdelimiter "0 "0 "00222B(and a accompaigning Uright. after the frac), but the subscript is at the wrong position.
– Ulrike Fischer
3 hours ago
|
show 2 more comments
Uhextensible seems to work:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ Uhextensible width 2ex "0 "00222B_gammafracf(x)z-a]
enddocument
But I have no idea why and which width is sensible.

After a bit digging in the context code I found also an (undocumented) Uvextensible which looks more sensible:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ mathopUvextensible height 15pt depth 15pt exact axisUdelimiter "0 "0 "222Bnolimits_gammafracf(x)z-a]
enddocument
The subscript position is wrong.
– Henri Menke
33 mins ago
add a comment |
Simply adjust the DisplayOperatorMinHeight font parameter. That also indicates that the font is broken.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
everydisplayUmathoperatorsizedisplaystyle=5ex
begindocument
[int_gammafracf(x)z-a]
enddocument

add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f489859%2ftex-gyre-pagella-math-integral-sign-much-too-small%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
with xelatex you get

but with lualatex you get

from
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
begindocument
[int_gammafracf(x)z-a]
enddocument
I'm not sure if the difference is in unicode-math or the underlying luatex math rendering, the scaled font for int has caused the math parameters used for fraction spacing (and other things) to be scaled. I'll ping Will...
as Ulrike points out you can reset the parameters with an additional mathfont setting, resulting in

which doesn't produce quite the result xetex does but usable.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
setmathfontTeX Gyre Pagella Math[range=sum]
begindocument
[int_gammafracf(x)z-a]
enddocument
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.setmathfontTeX Gyre Pagella Math[range=sum]as last entry.
– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral withUleftUdelimiter "0 "0 "00222B(and a accompaigning Uright. after the frac), but the subscript is at the wrong position.
– Ulrike Fischer
3 hours ago
|
show 2 more comments
with xelatex you get

but with lualatex you get

from
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
begindocument
[int_gammafracf(x)z-a]
enddocument
I'm not sure if the difference is in unicode-math or the underlying luatex math rendering, the scaled font for int has caused the math parameters used for fraction spacing (and other things) to be scaled. I'll ping Will...
as Ulrike points out you can reset the parameters with an additional mathfont setting, resulting in

which doesn't produce quite the result xetex does but usable.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
setmathfontTeX Gyre Pagella Math[range=sum]
begindocument
[int_gammafracf(x)z-a]
enddocument
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.setmathfontTeX Gyre Pagella Math[range=sum]as last entry.
– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral withUleftUdelimiter "0 "0 "00222B(and a accompaigning Uright. after the frac), but the subscript is at the wrong position.
– Ulrike Fischer
3 hours ago
|
show 2 more comments
with xelatex you get

but with lualatex you get

from
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
begindocument
[int_gammafracf(x)z-a]
enddocument
I'm not sure if the difference is in unicode-math or the underlying luatex math rendering, the scaled font for int has caused the math parameters used for fraction spacing (and other things) to be scaled. I'll ping Will...
as Ulrike points out you can reset the parameters with an additional mathfont setting, resulting in

which doesn't produce quite the result xetex does but usable.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
setmathfontTeX Gyre Pagella Math[range=sum]
begindocument
[int_gammafracf(x)z-a]
enddocument
with xelatex you get

but with lualatex you get

from
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
begindocument
[int_gammafracf(x)z-a]
enddocument
I'm not sure if the difference is in unicode-math or the underlying luatex math rendering, the scaled font for int has caused the math parameters used for fraction spacing (and other things) to be scaled. I'll ping Will...
as Ulrike points out you can reset the parameters with an additional mathfont setting, resulting in

which doesn't produce quite the result xetex does but usable.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
setmathfontTeX Gyre Pagella Math[range=int,Scale=2]
setmathfontTeX Gyre Pagella Math[range=sum]
begindocument
[int_gammafracf(x)z-a]
enddocument
edited 3 hours ago
answered 3 hours ago
David CarlisleDavid Carlisle
504k4211501901
504k4211501901
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.setmathfontTeX Gyre Pagella Math[range=sum]as last entry.
– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral withUleftUdelimiter "0 "0 "00222B(and a accompaigning Uright. after the frac), but the subscript is at the wrong position.
– Ulrike Fischer
3 hours ago
|
show 2 more comments
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.setmathfontTeX Gyre Pagella Math[range=sum]as last entry.
– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral withUleftUdelimiter "0 "0 "00222B(and a accompaigning Uright. after the frac), but the subscript is at the wrong position.
– Ulrike Fischer
3 hours ago
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
a scale of 2 is too big in any case, but used to magnify the effect here.
– David Carlisle
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.
setmathfontTeX Gyre Pagella Math[range=sum] as last entry.– Ulrike Fischer
3 hours ago
The last math font sets the math fontdimens etc, so add e.g.
setmathfontTeX Gyre Pagella Math[range=sum] as last entry.– Ulrike Fischer
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer ah I tried setting the whole thing again but that undid the scale...
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
@UlrikeFischer still doesn't get it quite right, I'll add an image
– David Carlisle
3 hours ago
I can stretch the integral with
UleftUdelimiter "0 "0 "00222B (and a accompaigning Uright. after the frac), but the subscript is at the wrong position.– Ulrike Fischer
3 hours ago
I can stretch the integral with
UleftUdelimiter "0 "0 "00222B (and a accompaigning Uright. after the frac), but the subscript is at the wrong position.– Ulrike Fischer
3 hours ago
|
show 2 more comments
Uhextensible seems to work:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ Uhextensible width 2ex "0 "00222B_gammafracf(x)z-a]
enddocument
But I have no idea why and which width is sensible.

After a bit digging in the context code I found also an (undocumented) Uvextensible which looks more sensible:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ mathopUvextensible height 15pt depth 15pt exact axisUdelimiter "0 "0 "222Bnolimits_gammafracf(x)z-a]
enddocument
The subscript position is wrong.
– Henri Menke
33 mins ago
add a comment |
Uhextensible seems to work:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ Uhextensible width 2ex "0 "00222B_gammafracf(x)z-a]
enddocument
But I have no idea why and which width is sensible.

After a bit digging in the context code I found also an (undocumented) Uvextensible which looks more sensible:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ mathopUvextensible height 15pt depth 15pt exact axisUdelimiter "0 "0 "222Bnolimits_gammafracf(x)z-a]
enddocument
The subscript position is wrong.
– Henri Menke
33 mins ago
add a comment |
Uhextensible seems to work:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ Uhextensible width 2ex "0 "00222B_gammafracf(x)z-a]
enddocument
But I have no idea why and which width is sensible.

After a bit digging in the context code I found also an (undocumented) Uvextensible which looks more sensible:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ mathopUvextensible height 15pt depth 15pt exact axisUdelimiter "0 "0 "222Bnolimits_gammafracf(x)z-a]
enddocument
Uhextensible seems to work:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ Uhextensible width 2ex "0 "00222B_gammafracf(x)z-a]
enddocument
But I have no idea why and which width is sensible.

After a bit digging in the context code I found also an (undocumented) Uvextensible which looks more sensible:
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
begindocument
[int _gammafracf(x)z-a]
[ mathopUvextensible height 15pt depth 15pt exact axisUdelimiter "0 "0 "222Bnolimits_gammafracf(x)z-a]
enddocument
edited 2 hours ago
answered 3 hours ago
Ulrike FischerUlrike Fischer
203k9310698
203k9310698
The subscript position is wrong.
– Henri Menke
33 mins ago
add a comment |
The subscript position is wrong.
– Henri Menke
33 mins ago
The subscript position is wrong.
– Henri Menke
33 mins ago
The subscript position is wrong.
– Henri Menke
33 mins ago
add a comment |
Simply adjust the DisplayOperatorMinHeight font parameter. That also indicates that the font is broken.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
everydisplayUmathoperatorsizedisplaystyle=5ex
begindocument
[int_gammafracf(x)z-a]
enddocument

add a comment |
Simply adjust the DisplayOperatorMinHeight font parameter. That also indicates that the font is broken.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
everydisplayUmathoperatorsizedisplaystyle=5ex
begindocument
[int_gammafracf(x)z-a]
enddocument

add a comment |
Simply adjust the DisplayOperatorMinHeight font parameter. That also indicates that the font is broken.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
everydisplayUmathoperatorsizedisplaystyle=5ex
begindocument
[int_gammafracf(x)z-a]
enddocument

Simply adjust the DisplayOperatorMinHeight font parameter. That also indicates that the font is broken.
documentclassarticle
usepackageunicode-math
setmathfontTeX Gyre Pagella Math
everydisplayUmathoperatorsizedisplaystyle=5ex
begindocument
[int_gammafracf(x)z-a]
enddocument

answered 34 mins ago
Henri MenkeHenri Menke
78.9k9172285
78.9k9172285
add a comment |
add a comment |
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.
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%2f489859%2ftex-gyre-pagella-math-integral-sign-much-too-small%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
Load
relsizeand trymathlargerint?– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago