Helvetica not scaling with mtpro2












1















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?










share|improve this question









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, 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


















1















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?










share|improve this question









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, 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
















1












1








1








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?










share|improve this question









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






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








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, 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
















  • 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 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










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












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.










draft saved

draft discarded


















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.










draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Lallio

Unable to find Lightning Node

Futebolista