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”
Add Columns to .csv from Multiple Files
Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019
How long can fsck take on a 30 TB volume?
Is there an application which does HTTP PUT?
How to handle DM constantly stealing everything from sleeping characters?
What can cause an unfrozen indoor copper drain pipe to crack?
Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?
How likely are Coriolis-effect-based quirks to develop in starship crew members?
Locked my sa user out
Is there any evidence to support the claim that the United States was "suckered into WW1" by Zionists, made by Benjamin Freedman in his 1961 speech
How do carbureted and fuel injected engines compare in high altitude?
Are double contractions formal? Eg: "couldn't've" for "could not have"
Row vectors and column vectors (Mathematica vs Matlab)
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
What replaces x86 intrinsics for C when Apple ditches Intel CPUs for their own chips?
Unicode-math and mathrm result in missing symbols
Passport stamps art, can it be done?
What does the "DS" in "DS-..." US visa application forms stand for?
how to find out if there's files in a folder and exit accordingly (in KSH)
How come mathematicians published in Annals of Eugenics?
Why did Missandei say this?
Publishing an article in a journal without a related degree
When do you stop "pushing" a book?
What are these round pads on the bottom of a PCB?
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
Loadrelsize
and 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 40 mins ago
Zarko
133k872174
133k872174
asked 4 hours ago
msxmsx
15019
15019
Loadrelsize
and trymathlargerint
?
– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago
add a comment |
Loadrelsize
and 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
39 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
39 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
39 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
39 mins ago
add a comment |
The subscript position is wrong.
– Henri Menke
39 mins ago
The subscript position is wrong.
– Henri Menke
39 mins ago
The subscript position is wrong.
– Henri Menke
39 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 40 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
relsize
and trymathlargerint
?– Bernard
3 hours ago
Could we please see a full minimal example, so others can test
– daleif
3 hours ago