Helvetica not scaling with mtpro2
This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
renewcommand{sfdefault}{phv}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces the pdf output with sans serif font Helvetica too large.

This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
usepackage[scaled=.90]{helvet}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces exactly the same pdf output, with Helvetica still too large.
HELVETICA DOES NOT SCALE.
Why? What can be done?
System:
Up to date texlive 2018 on iMac.
Compiled using pdflatex, and pdf viewed with Apple Preview.
Using adobe type 1 fonts. Same result using urw type 1 fonts.
The log file is 314 lines, 18044 characters. Can I post all that?
fonts
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
renewcommand{sfdefault}{phv}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces the pdf output with sans serif font Helvetica too large.

This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
usepackage[scaled=.90]{helvet}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces exactly the same pdf output, with Helvetica still too large.
HELVETICA DOES NOT SCALE.
Why? What can be done?
System:
Up to date texlive 2018 on iMac.
Compiled using pdflatex, and pdf viewed with Apple Preview.
Using adobe type 1 fonts. Same result using urw type 1 fonts.
The log file is 314 lines, 18044 characters. Can I post all that?
fonts
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
1
Probably unrelated to your problem, butlatin9is an unusual file encoding for mac. Please check if your file really is encoded in latin9.
– samcarter
1 hour ago
You don’t needmakeatletterandmakeatother. Also, since you are using Times font, you can useusepackage{newtxtext}for text followed byusepackage{mtpro2}for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.
– Ruixi Zhang
21 mins ago
add a comment |
This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
renewcommand{sfdefault}{phv}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces the pdf output with sans serif font Helvetica too large.

This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
usepackage[scaled=.90]{helvet}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces exactly the same pdf output, with Helvetica still too large.
HELVETICA DOES NOT SCALE.
Why? What can be done?
System:
Up to date texlive 2018 on iMac.
Compiled using pdflatex, and pdf viewed with Apple Preview.
Using adobe type 1 fonts. Same result using urw type 1 fonts.
The log file is 314 lines, 18044 characters. Can I post all that?
fonts
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
renewcommand{sfdefault}{phv}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces the pdf output with sans serif font Helvetica too large.

This LaTeX file:
documentclass[twoside]{article}
usepackage[T1]{fontenc}
usepackage[latin9]{inputenc}
makeatletter
renewcommand{rmdefault}{ptm}
renewcommand{ttdefault}{pcr}
usepackage[scaled=.90]{helvet}
usepackage{mtpro2}
makeatother
begin{document}
$x$ $mathsf{x}$ textsf{x} x
end{document}
produces exactly the same pdf output, with Helvetica still too large.
HELVETICA DOES NOT SCALE.
Why? What can be done?
System:
Up to date texlive 2018 on iMac.
Compiled using pdflatex, and pdf viewed with Apple Preview.
Using adobe type 1 fonts. Same result using urw type 1 fonts.
The log file is 314 lines, 18044 characters. Can I post all that?
fonts
fonts
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 28 mins ago
ojohns
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
ojohnsojohns
62
62
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ojohns is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
1
Probably unrelated to your problem, butlatin9is an unusual file encoding for mac. Please check if your file really is encoded in latin9.
– samcarter
1 hour ago
You don’t needmakeatletterandmakeatother. Also, since you are using Times font, you can useusepackage{newtxtext}for text followed byusepackage{mtpro2}for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.
– Ruixi Zhang
21 mins ago
add a comment |
1
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
1
Probably unrelated to your problem, butlatin9is an unusual file encoding for mac. Please check if your file really is encoded in latin9.
– samcarter
1 hour ago
You don’t needmakeatletterandmakeatother. Also, since you are using Times font, you can useusepackage{newtxtext}for text followed byusepackage{mtpro2}for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.
– Ruixi Zhang
21 mins ago
1
1
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
1
1
Probably unrelated to your problem, but
latin9 is an unusual file encoding for mac. Please check if your file really is encoded in latin9.– samcarter
1 hour ago
Probably unrelated to your problem, but
latin9 is an unusual file encoding for mac. Please check if your file really is encoded in latin9.– samcarter
1 hour ago
You don’t need
makeatletter and makeatother. Also, since you are using Times font, you can use usepackage{newtxtext} for text followed by usepackage{mtpro2} for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.– Ruixi Zhang
21 mins ago
You don’t need
makeatletter and makeatother. Also, since you are using Times font, you can use usepackage{newtxtext} for text followed by usepackage{mtpro2} for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.– Ruixi Zhang
21 mins ago
add a comment |
0
active
oldest
votes
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
});
}
});
ojohns is a new contributor. Be nice, and check out our Code of Conduct.
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%2f473405%2fhelvetica-not-scaling-with-mtpro2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
ojohns is a new contributor. Be nice, and check out our Code of Conduct.
ojohns is a new contributor. Be nice, and check out our Code of Conduct.
ojohns is a new contributor. Be nice, and check out our Code of Conduct.
ojohns is a new contributor. Be nice, and check out our Code of Conduct.
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%2f473405%2fhelvetica-not-scaling-with-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
1
Works fine for me (but I had to use usepackage[lite]{mtpro2} as I don't have the full set). Show your log-file.
– Ulrike Fischer
2 hours ago
1
Probably unrelated to your problem, but
latin9is an unusual file encoding for mac. Please check if your file really is encoded in latin9.– samcarter
1 hour ago
You don’t need
makeatletterandmakeatother. Also, since you are using Times font, you can useusepackage{newtxtext}for text followed byusepackage{mtpro2}for math. The former sets up Times as the serif font, and Helvetica (automatically scaled at 0.9) as the sans-serif font.– Ruixi Zhang
21 mins ago