pdfTeX error (font expansion): auto expansion is only possible with scalable fonts even with...

What can I do if someone tampers with my SSH public key?

Naming Characters after Friends/Family

Sundering Titan and basic normal lands and snow lands

An Undercover Army

I can't die. Who am I?

What is the orbital boost acceleration of the ISS?

newcommand: Using one parameter as the default for the other

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

PTIJ: Sport in the Torah

Is this nominative case or accusative case?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Why is my explanation wrong?

SHA 256 Algorithm

What is better: yes / no radio, or simple checkbox?

Deal the cards to the players

How do we objectively assess if a dialogue sounds unnatural or cringy?

3.5% Interest Student Loan or use all of my savings on Tuition?

Precision notation for voltmeters

In the world of The Matrix, what is "popping"?

Is it a Cyclops number? "Nobody" knows!

Iron deposits mined from under the city

I am the person who abides by rules but breaks the rules . Who am I

Why aren't there more Gauls like Obelix?



pdfTeX error (font expansion): auto expansion is only possible with scalable fonts even with usepackage[T1]{fontenc}


What is the Windows MikTeX equivalent to “updating pdftex.map by running initexmf --mkmaps”?pdfTeX error (font expansion): auto expansion is only possible with scalableHow do I invoke cm-super?On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype packageTypesetting low-resolution text only - LaTeXpdfTeX error (font expansion): auto expansion is only possible with scalableConflict between color, graphicx and libertineAuto expansion only with scalable fontsChanging the default series of the sans serif family onlyCyrillic and microtype: pdfTeX error (font expansion): auto expansion is only possible with scalable fontsRare pdflatex “Auto Expansion is only possible with scalable font” on scaleable-font documentDoes fouriernc contain sans serif fonts?On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype packageWhat is the Windows MikTeX equivalent to “updating pdftex.map by running initexmf --mkmaps”?New ACM Latex compilation error: ! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts













4















According to this question: On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype package, to get rid of the error, a scalable font must be loaded.



Package lmodern no longer seems available in MikTeX; all the "lm-something" package my repository offers are shown below:
enter image description here



Given that I install cm-super font family and add usepackage[T1]{fontenc} to my document. But the error is still there.



MWE (excerpt from overleaf user Craig's CV sample):



documentclass[12pt,letterpaper]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

usepackage[T1]{fontenc}
%usepackage{lmodern}

% modern themes
moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% adjust the page margins
usepackage{geometry}

usepackage{import}

% personal data
name{My}{Name}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{my address, line 1, line 2, line 3, postcode}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty



%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begin{document}
%makecvtitle

Undergraduate electrical and electronic engineer completing the final year of a master's degree.

end{document}


What do I do to make the error go away? Thanks. Your help is appreciated.



Update:
I followed the step Ulrike Fischer suggested in How do I invoke cm-super?. Now it seems cm-super is not correctly installed (I see a .pk rather than a .pfb in the log) even though I do have it in MikTek Package Manager enter image description here



I have refreshed FNDB and updated formats in MikTek Options (Admin) after installing cm-super.



Googling leads me to this , but I don't know how to follow the advice. Could someone please tell me how to execute M.A. solution "updating pdftex.map by running initexmf --mkmaps" in Windows MikTek 2.9? And what else have I missed?



Update: Problem solved by Kurt's answer.










share|improve this question

























  • I get no error when I run your document in texlive2016

    – David Carlisle
    May 17 '16 at 18:17











  • @DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

    – Alex
    May 17 '16 at 20:11













  • I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

    – David Carlisle
    May 17 '16 at 20:12


















4















According to this question: On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype package, to get rid of the error, a scalable font must be loaded.



Package lmodern no longer seems available in MikTeX; all the "lm-something" package my repository offers are shown below:
enter image description here



Given that I install cm-super font family and add usepackage[T1]{fontenc} to my document. But the error is still there.



MWE (excerpt from overleaf user Craig's CV sample):



documentclass[12pt,letterpaper]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

usepackage[T1]{fontenc}
%usepackage{lmodern}

% modern themes
moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% adjust the page margins
usepackage{geometry}

usepackage{import}

% personal data
name{My}{Name}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{my address, line 1, line 2, line 3, postcode}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty



%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begin{document}
%makecvtitle

Undergraduate electrical and electronic engineer completing the final year of a master's degree.

end{document}


What do I do to make the error go away? Thanks. Your help is appreciated.



Update:
I followed the step Ulrike Fischer suggested in How do I invoke cm-super?. Now it seems cm-super is not correctly installed (I see a .pk rather than a .pfb in the log) even though I do have it in MikTek Package Manager enter image description here



I have refreshed FNDB and updated formats in MikTek Options (Admin) after installing cm-super.



Googling leads me to this , but I don't know how to follow the advice. Could someone please tell me how to execute M.A. solution "updating pdftex.map by running initexmf --mkmaps" in Windows MikTek 2.9? And what else have I missed?



Update: Problem solved by Kurt's answer.










share|improve this question

























  • I get no error when I run your document in texlive2016

    – David Carlisle
    May 17 '16 at 18:17











  • @DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

    – Alex
    May 17 '16 at 20:11













  • I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

    – David Carlisle
    May 17 '16 at 20:12
















4












4








4








According to this question: On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype package, to get rid of the error, a scalable font must be loaded.



Package lmodern no longer seems available in MikTeX; all the "lm-something" package my repository offers are shown below:
enter image description here



Given that I install cm-super font family and add usepackage[T1]{fontenc} to my document. But the error is still there.



MWE (excerpt from overleaf user Craig's CV sample):



documentclass[12pt,letterpaper]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

usepackage[T1]{fontenc}
%usepackage{lmodern}

% modern themes
moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% adjust the page margins
usepackage{geometry}

usepackage{import}

% personal data
name{My}{Name}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{my address, line 1, line 2, line 3, postcode}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty



%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begin{document}
%makecvtitle

Undergraduate electrical and electronic engineer completing the final year of a master's degree.

end{document}


What do I do to make the error go away? Thanks. Your help is appreciated.



Update:
I followed the step Ulrike Fischer suggested in How do I invoke cm-super?. Now it seems cm-super is not correctly installed (I see a .pk rather than a .pfb in the log) even though I do have it in MikTek Package Manager enter image description here



I have refreshed FNDB and updated formats in MikTek Options (Admin) after installing cm-super.



Googling leads me to this , but I don't know how to follow the advice. Could someone please tell me how to execute M.A. solution "updating pdftex.map by running initexmf --mkmaps" in Windows MikTek 2.9? And what else have I missed?



Update: Problem solved by Kurt's answer.










share|improve this question
















According to this question: On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype package, to get rid of the error, a scalable font must be loaded.



Package lmodern no longer seems available in MikTeX; all the "lm-something" package my repository offers are shown below:
enter image description here



Given that I install cm-super font family and add usepackage[T1]{fontenc} to my document. But the error is still there.



MWE (excerpt from overleaf user Craig's CV sample):



documentclass[12pt,letterpaper]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

usepackage[T1]{fontenc}
%usepackage{lmodern}

% modern themes
moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% adjust the page margins
usepackage{geometry}

usepackage{import}

% personal data
name{My}{Name}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{my address, line 1, line 2, line 3, postcode}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty



%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begin{document}
%makecvtitle

Undergraduate electrical and electronic engineer completing the final year of a master's degree.

end{document}


What do I do to make the error go away? Thanks. Your help is appreciated.



Update:
I followed the step Ulrike Fischer suggested in How do I invoke cm-super?. Now it seems cm-super is not correctly installed (I see a .pk rather than a .pfb in the log) even though I do have it in MikTek Package Manager enter image description here



I have refreshed FNDB and updated formats in MikTek Options (Admin) after installing cm-super.



Googling leads me to this , but I don't know how to follow the advice. Could someone please tell me how to execute M.A. solution "updating pdftex.map by running initexmf --mkmaps" in Windows MikTek 2.9? And what else have I missed?



Update: Problem solved by Kurt's answer.







fonts pdftex miktex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:35









Community

1




1










asked May 17 '16 at 17:11









AlexAlex

11418




11418













  • I get no error when I run your document in texlive2016

    – David Carlisle
    May 17 '16 at 18:17











  • @DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

    – Alex
    May 17 '16 at 20:11













  • I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

    – David Carlisle
    May 17 '16 at 20:12





















  • I get no error when I run your document in texlive2016

    – David Carlisle
    May 17 '16 at 18:17











  • @DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

    – Alex
    May 17 '16 at 20:11













  • I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

    – David Carlisle
    May 17 '16 at 20:12



















I get no error when I run your document in texlive2016

– David Carlisle
May 17 '16 at 18:17





I get no error when I run your document in texlive2016

– David Carlisle
May 17 '16 at 18:17













@DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

– Alex
May 17 '16 at 20:11







@DavidCarlisle I am willing to give up on MikTek and install TexLive at this point but ctan.org is down. Ctan mirrors are still running, but the search facility of all mirrors I have tried is based on the main ctan.org and is down. I have no way to find a usable download address of TexLive now. I will try again and see if ctan.org gets back online. Thanks for your comment.

– Alex
May 17 '16 at 20:11















I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

– David Carlisle
May 17 '16 at 20:12







I didn't particularly mean you should install Tl (the results in miktex should be the same) but just mentioned which version i had used, for completeness. (ctan is planned downtime, it'll be back tomorrow morning)

– David Carlisle
May 17 '16 at 20:12












2 Answers
2






active

oldest

votes


















4














Well, I'm not sure but I think package lmodern should be part of the basic installation of MiKTeX.



Please see the following image. I called the MiKTeX Package manager and filtered for lm (Latin Modern). Then you can see if Latin Modern is installed, if you see an date in column Installed on. BTW: Do not forget to call package lmodern to activate Latin Modern in your TeX document ...



MiKTeX Package Manager Latin Modern



On the other side you should be able to install it later with the MiKTeX package manager, like you tried with cm-super.



Now to the last sentences of your question:



In windows you can open the terminal/console with:



Windows-key+R, type cmd, press enter and type the mentioned command into the new window: initexmf --mkmaps, then press enter ...






share|improve this answer


























  • (+1) Apologies for confusing things. People post too quick - I can't keep up!

    – cfr
    May 17 '16 at 22:20



















5














I will answer this question of my own for documentation purpose: MikTeX by default doesn't come with any scalable fonts that pdfTeX is happy with - who knows exactly what makes pdfTeX happy except cm-super... When using MikTeX, if encounter auto expansion is only possible with scalable fonts error, install cm-super fonts family, execute initexmf --mkmaps command in console, and add usepackage[T1]{fontenc} to TeX document.






share|improve this answer





















  • 1





    Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

    – cfr
    May 17 '16 at 22:21













  • @cfr Rephrased.

    – Alex
    May 17 '16 at 22:32











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f310120%2fpdftex-error-font-expansion-auto-expansion-is-only-possible-with-scalable-fon%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














Well, I'm not sure but I think package lmodern should be part of the basic installation of MiKTeX.



Please see the following image. I called the MiKTeX Package manager and filtered for lm (Latin Modern). Then you can see if Latin Modern is installed, if you see an date in column Installed on. BTW: Do not forget to call package lmodern to activate Latin Modern in your TeX document ...



MiKTeX Package Manager Latin Modern



On the other side you should be able to install it later with the MiKTeX package manager, like you tried with cm-super.



Now to the last sentences of your question:



In windows you can open the terminal/console with:



Windows-key+R, type cmd, press enter and type the mentioned command into the new window: initexmf --mkmaps, then press enter ...






share|improve this answer


























  • (+1) Apologies for confusing things. People post too quick - I can't keep up!

    – cfr
    May 17 '16 at 22:20
















4














Well, I'm not sure but I think package lmodern should be part of the basic installation of MiKTeX.



Please see the following image. I called the MiKTeX Package manager and filtered for lm (Latin Modern). Then you can see if Latin Modern is installed, if you see an date in column Installed on. BTW: Do not forget to call package lmodern to activate Latin Modern in your TeX document ...



MiKTeX Package Manager Latin Modern



On the other side you should be able to install it later with the MiKTeX package manager, like you tried with cm-super.



Now to the last sentences of your question:



In windows you can open the terminal/console with:



Windows-key+R, type cmd, press enter and type the mentioned command into the new window: initexmf --mkmaps, then press enter ...






share|improve this answer


























  • (+1) Apologies for confusing things. People post too quick - I can't keep up!

    – cfr
    May 17 '16 at 22:20














4












4








4







Well, I'm not sure but I think package lmodern should be part of the basic installation of MiKTeX.



Please see the following image. I called the MiKTeX Package manager and filtered for lm (Latin Modern). Then you can see if Latin Modern is installed, if you see an date in column Installed on. BTW: Do not forget to call package lmodern to activate Latin Modern in your TeX document ...



MiKTeX Package Manager Latin Modern



On the other side you should be able to install it later with the MiKTeX package manager, like you tried with cm-super.



Now to the last sentences of your question:



In windows you can open the terminal/console with:



Windows-key+R, type cmd, press enter and type the mentioned command into the new window: initexmf --mkmaps, then press enter ...






share|improve this answer















Well, I'm not sure but I think package lmodern should be part of the basic installation of MiKTeX.



Please see the following image. I called the MiKTeX Package manager and filtered for lm (Latin Modern). Then you can see if Latin Modern is installed, if you see an date in column Installed on. BTW: Do not forget to call package lmodern to activate Latin Modern in your TeX document ...



MiKTeX Package Manager Latin Modern



On the other side you should be able to install it later with the MiKTeX package manager, like you tried with cm-super.



Now to the last sentences of your question:



In windows you can open the terminal/console with:



Windows-key+R, type cmd, press enter and type the mentioned command into the new window: initexmf --mkmaps, then press enter ...







share|improve this answer














share|improve this answer



share|improve this answer








edited 8 mins ago

























answered May 17 '16 at 21:57









KurtKurt

38.7k849162




38.7k849162













  • (+1) Apologies for confusing things. People post too quick - I can't keep up!

    – cfr
    May 17 '16 at 22:20



















  • (+1) Apologies for confusing things. People post too quick - I can't keep up!

    – cfr
    May 17 '16 at 22:20

















(+1) Apologies for confusing things. People post too quick - I can't keep up!

– cfr
May 17 '16 at 22:20





(+1) Apologies for confusing things. People post too quick - I can't keep up!

– cfr
May 17 '16 at 22:20











5














I will answer this question of my own for documentation purpose: MikTeX by default doesn't come with any scalable fonts that pdfTeX is happy with - who knows exactly what makes pdfTeX happy except cm-super... When using MikTeX, if encounter auto expansion is only possible with scalable fonts error, install cm-super fonts family, execute initexmf --mkmaps command in console, and add usepackage[T1]{fontenc} to TeX document.






share|improve this answer





















  • 1





    Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

    – cfr
    May 17 '16 at 22:21













  • @cfr Rephrased.

    – Alex
    May 17 '16 at 22:32
















5














I will answer this question of my own for documentation purpose: MikTeX by default doesn't come with any scalable fonts that pdfTeX is happy with - who knows exactly what makes pdfTeX happy except cm-super... When using MikTeX, if encounter auto expansion is only possible with scalable fonts error, install cm-super fonts family, execute initexmf --mkmaps command in console, and add usepackage[T1]{fontenc} to TeX document.






share|improve this answer





















  • 1





    Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

    – cfr
    May 17 '16 at 22:21













  • @cfr Rephrased.

    – Alex
    May 17 '16 at 22:32














5












5








5







I will answer this question of my own for documentation purpose: MikTeX by default doesn't come with any scalable fonts that pdfTeX is happy with - who knows exactly what makes pdfTeX happy except cm-super... When using MikTeX, if encounter auto expansion is only possible with scalable fonts error, install cm-super fonts family, execute initexmf --mkmaps command in console, and add usepackage[T1]{fontenc} to TeX document.






share|improve this answer















I will answer this question of my own for documentation purpose: MikTeX by default doesn't come with any scalable fonts that pdfTeX is happy with - who knows exactly what makes pdfTeX happy except cm-super... When using MikTeX, if encounter auto expansion is only possible with scalable fonts error, install cm-super fonts family, execute initexmf --mkmaps command in console, and add usepackage[T1]{fontenc} to TeX document.







share|improve this answer














share|improve this answer



share|improve this answer








edited May 17 '16 at 22:32

























answered May 17 '16 at 21:47









AlexAlex

11418




11418








  • 1





    Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

    – cfr
    May 17 '16 at 22:21













  • @cfr Rephrased.

    – Alex
    May 17 '16 at 22:32














  • 1





    Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

    – cfr
    May 17 '16 at 22:21













  • @cfr Rephrased.

    – Alex
    May 17 '16 at 22:32








1




1





Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

– cfr
May 17 '16 at 22:21







Are you sure it doesn't come with scalable fonts? Isn't it just that Computer Modern isn't available in scalable form? The standard postscript set are surely included, aren't they? I thought they were part of even the most basic LaTeX install.

– cfr
May 17 '16 at 22:21















@cfr Rephrased.

– Alex
May 17 '16 at 22:32





@cfr Rephrased.

– Alex
May 17 '16 at 22:32


















draft saved

draft discarded




















































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%2f310120%2fpdftex-error-font-expansion-auto-expansion-is-only-possible-with-scalable-fon%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

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...