pdfTeX error (font expansion): auto expansion is only possible with scalable fonts even with...
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:
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
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
add a comment |
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:
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
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
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
add a comment |
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:
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
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
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:
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
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
fonts pdftex miktex
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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 ...
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
...
(+1) Apologies for confusing things. People post too quick - I can't keep up!
– cfr
May 17 '16 at 22:20
add a comment |
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.
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
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%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
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 ...
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
...
(+1) Apologies for confusing things. People post too quick - I can't keep up!
– cfr
May 17 '16 at 22:20
add a comment |
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 ...
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
...
(+1) Apologies for confusing things. People post too quick - I can't keep up!
– cfr
May 17 '16 at 22:20
add a comment |
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 ...
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
...
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 ...
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
...
edited Mar 8 at 13:29
answered May 17 '16 at 21:57
KurtKurt
39.4k850164
39.4k850164
(+1) Apologies for confusing things. People post too quick - I can't keep up!
– cfr
May 17 '16 at 22:20
add a comment |
(+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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
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%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
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
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