What is the best Math Font for use with Minion Pro font?
I have began using the Minion Pro series of fonts and compiling with XeLaTeX. However, despite the typeface changing, I still have the same CM Modern Math fonts. Do any of you have a good suggestion for a good math font that works with Minion Pro?
I have used usepackage{mathastext}
and the italic varient usepackage[italic]{mathastext}
but the 'f' in math mode is very awkward and too close to the parethesis. The code that produces this effects is:
documentclass{article}
usepackage{fontspec}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage[italic]{mathastext}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
Is there a better option than usepackage{mathastext}
? or is there a way to adjust this minor issue? I have never been able to get usepackage{MnSymbol}
working (I keep getting a Command mathdollar
already defined error) and Minion Math is well... pricey.
fonts math-mode xetex fontspec
add a comment |
I have began using the Minion Pro series of fonts and compiling with XeLaTeX. However, despite the typeface changing, I still have the same CM Modern Math fonts. Do any of you have a good suggestion for a good math font that works with Minion Pro?
I have used usepackage{mathastext}
and the italic varient usepackage[italic]{mathastext}
but the 'f' in math mode is very awkward and too close to the parethesis. The code that produces this effects is:
documentclass{article}
usepackage{fontspec}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage[italic]{mathastext}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
Is there a better option than usepackage{mathastext}
? or is there a way to adjust this minor issue? I have never been able to get usepackage{MnSymbol}
working (I keep getting a Command mathdollar
already defined error) and Minion Math is well... pricey.
fonts math-mode xetex fontspec
1
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
the answers provide specificMinion
packages which are presumably a better choice; but for the record let me mention that you can issueMTsetmathskips {f}{0mu}{1mu}
to have extra white space of1mu
automatically inserted in math mode after eachf
. (adjust this to the value of your taste)
– jfbu
Mar 11 '14 at 12:56
Pricey is an understatement.
– JPi
18 mins ago
add a comment |
I have began using the Minion Pro series of fonts and compiling with XeLaTeX. However, despite the typeface changing, I still have the same CM Modern Math fonts. Do any of you have a good suggestion for a good math font that works with Minion Pro?
I have used usepackage{mathastext}
and the italic varient usepackage[italic]{mathastext}
but the 'f' in math mode is very awkward and too close to the parethesis. The code that produces this effects is:
documentclass{article}
usepackage{fontspec}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage[italic]{mathastext}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
Is there a better option than usepackage{mathastext}
? or is there a way to adjust this minor issue? I have never been able to get usepackage{MnSymbol}
working (I keep getting a Command mathdollar
already defined error) and Minion Math is well... pricey.
fonts math-mode xetex fontspec
I have began using the Minion Pro series of fonts and compiling with XeLaTeX. However, despite the typeface changing, I still have the same CM Modern Math fonts. Do any of you have a good suggestion for a good math font that works with Minion Pro?
I have used usepackage{mathastext}
and the italic varient usepackage[italic]{mathastext}
but the 'f' in math mode is very awkward and too close to the parethesis. The code that produces this effects is:
documentclass{article}
usepackage{fontspec}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage[italic]{mathastext}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
Is there a better option than usepackage{mathastext}
? or is there a way to adjust this minor issue? I have never been able to get usepackage{MnSymbol}
working (I keep getting a Command mathdollar
already defined error) and Minion Math is well... pricey.
fonts math-mode xetex fontspec
fonts math-mode xetex fontspec
edited 19 mins ago
JPi
9,59621550
9,59621550
asked Nov 17 '13 at 21:42
MarkMark
13318
13318
1
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
the answers provide specificMinion
packages which are presumably a better choice; but for the record let me mention that you can issueMTsetmathskips {f}{0mu}{1mu}
to have extra white space of1mu
automatically inserted in math mode after eachf
. (adjust this to the value of your taste)
– jfbu
Mar 11 '14 at 12:56
Pricey is an understatement.
– JPi
18 mins ago
add a comment |
1
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
the answers provide specificMinion
packages which are presumably a better choice; but for the record let me mention that you can issueMTsetmathskips {f}{0mu}{1mu}
to have extra white space of1mu
automatically inserted in math mode after eachf
. (adjust this to the value of your taste)
– jfbu
Mar 11 '14 at 12:56
Pricey is an understatement.
– JPi
18 mins ago
1
1
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
the answers provide specific
Minion
packages which are presumably a better choice; but for the record let me mention that you can issue MTsetmathskips {f}{0mu}{1mu}
to have extra white space of 1mu
automatically inserted in math mode after each f
. (adjust this to the value of your taste)– jfbu
Mar 11 '14 at 12:56
the answers provide specific
Minion
packages which are presumably a better choice; but for the record let me mention that you can issue MTsetmathskips {f}{0mu}{1mu}
to have extra white space of 1mu
automatically inserted in math mode after each f
. (adjust this to the value of your taste)– jfbu
Mar 11 '14 at 12:56
Pricey is an understatement.
– JPi
18 mins ago
Pricey is an understatement.
– JPi
18 mins ago
add a comment |
3 Answers
3
active
oldest
votes
I suggest to use the MinionPro
package. It works under XeLaTeX and pdfLaTeX. It is part of the Font Pro package available from https://github.com/sebschub/FontPro. Follow the instructions there to install it.
The following MWE
documentclass{article}
usepackage{MinionPro}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
yields
Another solution is to use the MnSymbols
package. To avoid the problem with the mathdollar already defined error
one can use the following workaround.
usepackage{fontspec}
usepackage{etoolbox}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage{MnSymbol}
% the next line makes the definition of mathdollar from MnSymbol void.
undefmathdollar
% the next 3 lines reinstate the definition of mathdollar from MnSymbols
% at the begin of the document
makeatletter
AtBeginDocument{DeclareRobustCommand{mathdollar{Mn@Text@With@MathVersion{textdollar}}}
makeatother
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for themathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefinemathdollar
it if it is not going to be used?
– Mark
Nov 18 '13 at 2:56
1
No, you can leave out the definition ofmathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).
– Guido
Nov 18 '13 at 3:51
add a comment |
André Miede, the author of classicthesis
- which uses Minion Pro, recommends the Euler Math font to use with the latter one:
"[...] loads the awesome Euler fonts for math." [emphesis mine]
(from the classicthesis
documentation, page 6)
add a comment |
According to the German Wikipedia article there is a Minion Math font by Typoma, specifically designed for Minion Pro.
Find more information on their homepage at http://www.typoma.com/de/schriften.html
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
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%2f145522%2fwhat-is-the-best-math-font-for-use-with-minion-pro-font%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
I suggest to use the MinionPro
package. It works under XeLaTeX and pdfLaTeX. It is part of the Font Pro package available from https://github.com/sebschub/FontPro. Follow the instructions there to install it.
The following MWE
documentclass{article}
usepackage{MinionPro}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
yields
Another solution is to use the MnSymbols
package. To avoid the problem with the mathdollar already defined error
one can use the following workaround.
usepackage{fontspec}
usepackage{etoolbox}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage{MnSymbol}
% the next line makes the definition of mathdollar from MnSymbol void.
undefmathdollar
% the next 3 lines reinstate the definition of mathdollar from MnSymbols
% at the begin of the document
makeatletter
AtBeginDocument{DeclareRobustCommand{mathdollar{Mn@Text@With@MathVersion{textdollar}}}
makeatother
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for themathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefinemathdollar
it if it is not going to be used?
– Mark
Nov 18 '13 at 2:56
1
No, you can leave out the definition ofmathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).
– Guido
Nov 18 '13 at 3:51
add a comment |
I suggest to use the MinionPro
package. It works under XeLaTeX and pdfLaTeX. It is part of the Font Pro package available from https://github.com/sebschub/FontPro. Follow the instructions there to install it.
The following MWE
documentclass{article}
usepackage{MinionPro}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
yields
Another solution is to use the MnSymbols
package. To avoid the problem with the mathdollar already defined error
one can use the following workaround.
usepackage{fontspec}
usepackage{etoolbox}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage{MnSymbol}
% the next line makes the definition of mathdollar from MnSymbol void.
undefmathdollar
% the next 3 lines reinstate the definition of mathdollar from MnSymbols
% at the begin of the document
makeatletter
AtBeginDocument{DeclareRobustCommand{mathdollar{Mn@Text@With@MathVersion{textdollar}}}
makeatother
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for themathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefinemathdollar
it if it is not going to be used?
– Mark
Nov 18 '13 at 2:56
1
No, you can leave out the definition ofmathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).
– Guido
Nov 18 '13 at 3:51
add a comment |
I suggest to use the MinionPro
package. It works under XeLaTeX and pdfLaTeX. It is part of the Font Pro package available from https://github.com/sebschub/FontPro. Follow the instructions there to install it.
The following MWE
documentclass{article}
usepackage{MinionPro}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
yields
Another solution is to use the MnSymbols
package. To avoid the problem with the mathdollar already defined error
one can use the following workaround.
usepackage{fontspec}
usepackage{etoolbox}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage{MnSymbol}
% the next line makes the definition of mathdollar from MnSymbol void.
undefmathdollar
% the next 3 lines reinstate the definition of mathdollar from MnSymbols
% at the begin of the document
makeatletter
AtBeginDocument{DeclareRobustCommand{mathdollar{Mn@Text@With@MathVersion{textdollar}}}
makeatother
I suggest to use the MinionPro
package. It works under XeLaTeX and pdfLaTeX. It is part of the Font Pro package available from https://github.com/sebschub/FontPro. Follow the instructions there to install it.
The following MWE
documentclass{article}
usepackage{MinionPro}
begin{document}
This is the standard Minion Pro Fontldots My issue is with the 'f' in italic math mode. It needs more space. For example:
begin{equation}
f(x) = x^2 + f(n-1)
end{equation}
end{document}
yields
Another solution is to use the MnSymbols
package. To avoid the problem with the mathdollar already defined error
one can use the following workaround.
usepackage{fontspec}
usepackage{etoolbox}
defaultfontfeatures{Mapping=tex}
setmainfont{Minion Pro}
usepackage{MnSymbol}
% the next line makes the definition of mathdollar from MnSymbol void.
undefmathdollar
% the next 3 lines reinstate the definition of mathdollar from MnSymbols
% at the begin of the document
makeatletter
AtBeginDocument{DeclareRobustCommand{mathdollar{Mn@Text@With@MathVersion{textdollar}}}
makeatother
edited Nov 18 '13 at 0:27
answered Nov 17 '13 at 21:56
GuidoGuido
24.2k54986
24.2k54986
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for themathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefinemathdollar
it if it is not going to be used?
– Mark
Nov 18 '13 at 2:56
1
No, you can leave out the definition ofmathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).
– Guido
Nov 18 '13 at 3:51
add a comment |
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for themathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefinemathdollar
it if it is not going to be used?
– Mark
Nov 18 '13 at 2:56
1
No, you can leave out the definition ofmathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).
– Guido
Nov 18 '13 at 3:51
4
4
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
Under xetex, you can use fontspec and the command setmainfont{Minion Pro} in order to use the opentype font for text, and load the MinionPro package with the ‘onlymath’ option.
– Bernard
Nov 17 '13 at 22:01
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
I have looked at the MinionPro package before, I just wanted something that was more "independent" than a downloaded package and faster to work with. Preferably something that comes with CTAN. +1 for finding a great match however.
– Mark
Nov 17 '13 at 22:03
The workaround for the
mathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefine mathdollar
it if it is not going to be used?– Mark
Nov 18 '13 at 2:56
The workaround for the
mathdollar
command was perfect and I just got the MinionPro Package working - it is gorgeous. Is it necessary to redefine mathdollar
it if it is not going to be used?– Mark
Nov 18 '13 at 2:56
1
1
No, you can leave out the definition of
mathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).– Guido
Nov 18 '13 at 3:51
No, you can leave out the definition of
mathdollar
. In such case it will resort to the original one (and you can notice the different font for $ with the two solutions).– Guido
Nov 18 '13 at 3:51
add a comment |
André Miede, the author of classicthesis
- which uses Minion Pro, recommends the Euler Math font to use with the latter one:
"[...] loads the awesome Euler fonts for math." [emphesis mine]
(from the classicthesis
documentation, page 6)
add a comment |
André Miede, the author of classicthesis
- which uses Minion Pro, recommends the Euler Math font to use with the latter one:
"[...] loads the awesome Euler fonts for math." [emphesis mine]
(from the classicthesis
documentation, page 6)
add a comment |
André Miede, the author of classicthesis
- which uses Minion Pro, recommends the Euler Math font to use with the latter one:
"[...] loads the awesome Euler fonts for math." [emphesis mine]
(from the classicthesis
documentation, page 6)
André Miede, the author of classicthesis
- which uses Minion Pro, recommends the Euler Math font to use with the latter one:
"[...] loads the awesome Euler fonts for math." [emphesis mine]
(from the classicthesis
documentation, page 6)
answered Nov 17 '13 at 22:10
RubenRuben
11.3k32365
11.3k32365
add a comment |
add a comment |
According to the German Wikipedia article there is a Minion Math font by Typoma, specifically designed for Minion Pro.
Find more information on their homepage at http://www.typoma.com/de/schriften.html
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
add a comment |
According to the German Wikipedia article there is a Minion Math font by Typoma, specifically designed for Minion Pro.
Find more information on their homepage at http://www.typoma.com/de/schriften.html
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
add a comment |
According to the German Wikipedia article there is a Minion Math font by Typoma, specifically designed for Minion Pro.
Find more information on their homepage at http://www.typoma.com/de/schriften.html
According to the German Wikipedia article there is a Minion Math font by Typoma, specifically designed for Minion Pro.
Find more information on their homepage at http://www.typoma.com/de/schriften.html
answered Nov 18 '13 at 5:16
Uwe ZiegenhagenUwe Ziegenhagen
9,30243980
9,30243980
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
add a comment |
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
1
1
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
The OP explicitly mentions Minion Math.
– Guido
Nov 18 '13 at 5:31
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%2f145522%2fwhat-is-the-best-math-font-for-use-with-minion-pro-font%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
1
Welcome to TeX.SX! Usually, we don't put a greeting or a “thank you” in our posts. While this might seem strange at first, it is not a sign of lack of politeness, but rather part of our trying to keep everything very concise. Accepting and upvoting answers is the preferred way here to say “thank you” to users who helped you.
– Martin Schröder
Nov 17 '13 at 22:02
the answers provide specific
Minion
packages which are presumably a better choice; but for the record let me mention that you can issueMTsetmathskips {f}{0mu}{1mu}
to have extra white space of1mu
automatically inserted in math mode after eachf
. (adjust this to the value of your taste)– jfbu
Mar 11 '14 at 12:56
Pricey is an understatement.
– JPi
18 mins ago