How to remove (or at least suppress) “fontmap entry for already exists” warningsHow do you suppress...
Stark VS Thanos
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Unexpected email from Yorkshire Bank
Python "triplet" dictionary?
Is it possible to Ready a spell to be cast just before the start of your next turn by having the trigger be an ally's attack?
Will tsunami waves travel forever if there was no land?
Illegal assignment from SObject to Contact
Colliding particles and Activation energy
Why does nature favour the Laplacian?
When and why did journal article titles become descriptive, rather than creatively allusive?
In gnome-terminal only 2 out of 3 zoom keys work
Does the EU Common Fisheries Policy cover British Overseas Territories?
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Why the difference in metal between 銀行 and お金?
How to determine the actual or "true" resolution of a digital photograph?
Is it possible to measure lightning discharges as Nikola Tesla?
Pressure to defend the relevance of one's area of mathematics
How to set the font color of quantity objects (Version 11.3 vs version 12)?
When did stoichiometry begin to be taught in U.S. high schools?
How to replace the "space symbol" (squat-u) in listings?
Confusion about capacitors
TikZ how to make supply and demand arrows for nodes?
Packing rectangles: Does rotation ever help?
How does a Swashbuckler rogue "fight with two weapons while safely darting away"?
How to remove (or at least suppress) “fontmap entry for already exists” warnings
How do you suppress specific warnings generated by pdflatex?Hebrew TeXLive on Ubuntu 12.04 missing fontsA package (installed according to TeX Live Utility) doesn't runHow to decypher font shape warnings?texlive-fonts-extra + ssfamily + microtype + [T1]{fontenc} = pdflatex crash?Fonts not found in local .texmf-var but thy are in /usr/shareIs there any way for LaTeX to provide a file context for better log messages?How to suppress font information from pdftex terminal output?Auxhook warning cannot patch document using AtBeginDocument insteadInstalling MinionPro on Ubuntu 16.04How to suppress warnings
Background
I cannot seem to find a solution that works and sufficiently explains what I need to do.
I do not use Latex much, so please explain as if I don't know how Latex works, because that's mostly true.
When I build a Latex file (using TeXStudio to generate PDFs, but I've also used other Tex IDEs), a gigantic log file is always created. The logfile itself is > 5 MB!!
The reason for this is a myriad of warnings captured in the log file like this (I have a Mac, if it matters):
/Library/TeX/texbin/pdflatex (file /usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map): fontmap entry for `ts1-zi4nr' already exists, duplicates ignored
Duplicates are ignored, the document compiles, but these warnings are so tiresome and tedious.
Attempts to Date
So, I looked into updmap
and ran
updmap-user --listmaps
There are many maps (approx. 200), but they are all located in one file:
/usr/local/texlive/2018/texmf-dist/web2c/updmap.cfg
So I cannot delete that file, obviously, since it contains all the fonts.
After first trying to find an easy way to suppress all errors, and ineffectively using hbadness=10000
to suppress them, I've just tried to ignore these senseless errors for months. But it slows down any progress I need to do any time I need to go back and touch Latex.
Please help, as I'm about to give up on Latex and go back to RevealJS, which cannot really do the job as well as Latex, for my purposes.
fonts warnings logging
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Background
I cannot seem to find a solution that works and sufficiently explains what I need to do.
I do not use Latex much, so please explain as if I don't know how Latex works, because that's mostly true.
When I build a Latex file (using TeXStudio to generate PDFs, but I've also used other Tex IDEs), a gigantic log file is always created. The logfile itself is > 5 MB!!
The reason for this is a myriad of warnings captured in the log file like this (I have a Mac, if it matters):
/Library/TeX/texbin/pdflatex (file /usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map): fontmap entry for `ts1-zi4nr' already exists, duplicates ignored
Duplicates are ignored, the document compiles, but these warnings are so tiresome and tedious.
Attempts to Date
So, I looked into updmap
and ran
updmap-user --listmaps
There are many maps (approx. 200), but they are all located in one file:
/usr/local/texlive/2018/texmf-dist/web2c/updmap.cfg
So I cannot delete that file, obviously, since it contains all the fonts.
After first trying to find an easy way to suppress all errors, and ineffectively using hbadness=10000
to suppress them, I've just tried to ignore these senseless errors for months. But it slows down any progress I need to do any time I need to go back and touch Latex.
Please help, as I'm about to give up on Latex and go back to RevealJS, which cannot really do the job as well as Latex, for my purposes.
fonts warnings logging
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
@UlrikeFischer I don't haveupdmap-says
available, onlyupdmap
,updmap-sys
, andupdmap-user
. The help is a few pages long. The options toupdmap
that seemed most logical to try were--listmaps
and--listavailablemaps
. Other the others seem to be flags to set things, like--enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!
– Mike Williamson
Oct 30 '18 at 21:56
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15
add a comment |
Background
I cannot seem to find a solution that works and sufficiently explains what I need to do.
I do not use Latex much, so please explain as if I don't know how Latex works, because that's mostly true.
When I build a Latex file (using TeXStudio to generate PDFs, but I've also used other Tex IDEs), a gigantic log file is always created. The logfile itself is > 5 MB!!
The reason for this is a myriad of warnings captured in the log file like this (I have a Mac, if it matters):
/Library/TeX/texbin/pdflatex (file /usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map): fontmap entry for `ts1-zi4nr' already exists, duplicates ignored
Duplicates are ignored, the document compiles, but these warnings are so tiresome and tedious.
Attempts to Date
So, I looked into updmap
and ran
updmap-user --listmaps
There are many maps (approx. 200), but they are all located in one file:
/usr/local/texlive/2018/texmf-dist/web2c/updmap.cfg
So I cannot delete that file, obviously, since it contains all the fonts.
After first trying to find an easy way to suppress all errors, and ineffectively using hbadness=10000
to suppress them, I've just tried to ignore these senseless errors for months. But it slows down any progress I need to do any time I need to go back and touch Latex.
Please help, as I'm about to give up on Latex and go back to RevealJS, which cannot really do the job as well as Latex, for my purposes.
fonts warnings logging
Background
I cannot seem to find a solution that works and sufficiently explains what I need to do.
I do not use Latex much, so please explain as if I don't know how Latex works, because that's mostly true.
When I build a Latex file (using TeXStudio to generate PDFs, but I've also used other Tex IDEs), a gigantic log file is always created. The logfile itself is > 5 MB!!
The reason for this is a myriad of warnings captured in the log file like this (I have a Mac, if it matters):
/Library/TeX/texbin/pdflatex (file /usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map): fontmap entry for `ts1-zi4nr' already exists, duplicates ignored
Duplicates are ignored, the document compiles, but these warnings are so tiresome and tedious.
Attempts to Date
So, I looked into updmap
and ran
updmap-user --listmaps
There are many maps (approx. 200), but they are all located in one file:
/usr/local/texlive/2018/texmf-dist/web2c/updmap.cfg
So I cannot delete that file, obviously, since it contains all the fonts.
After first trying to find an easy way to suppress all errors, and ineffectively using hbadness=10000
to suppress them, I've just tried to ignore these senseless errors for months. But it slows down any progress I need to do any time I need to go back and touch Latex.
Please help, as I'm about to give up on Latex and go back to RevealJS, which cannot really do the job as well as Latex, for my purposes.
fonts warnings logging
fonts warnings logging
asked Oct 29 '18 at 19:16
Mike WilliamsonMike Williamson
1086
1086
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
@UlrikeFischer I don't haveupdmap-says
available, onlyupdmap
,updmap-sys
, andupdmap-user
. The help is a few pages long. The options toupdmap
that seemed most logical to try were--listmaps
and--listavailablemaps
. Other the others seem to be flags to set things, like--enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!
– Mike Williamson
Oct 30 '18 at 21:56
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15
add a comment |
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
@UlrikeFischer I don't haveupdmap-says
available, onlyupdmap
,updmap-sys
, andupdmap-user
. The help is a few pages long. The options toupdmap
that seemed most logical to try were--listmaps
and--listavailablemaps
. Other the others seem to be flags to set things, like--enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!
– Mike Williamson
Oct 30 '18 at 21:56
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
@UlrikeFischer I don't have
updmap-says
available, only updmap
, updmap-sys
, and updmap-user
. The help is a few pages long. The options to updmap
that seemed most logical to try were --listmaps
and --listavailablemaps
. Other the others seem to be flags to set things, like --enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!– Mike Williamson
Oct 30 '18 at 21:56
@UlrikeFischer I don't have
updmap-says
available, only updmap
, updmap-sys
, and updmap-user
. The help is a few pages long. The options to updmap
that seemed most logical to try were --listmaps
and --listavailablemaps
. Other the others seem to be flags to set things, like --enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!– Mike Williamson
Oct 30 '18 at 21:56
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15
add a comment |
1 Answer
1
active
oldest
votes
I'm not sure how helpful this will be to other users, but the problem was that everything that LaTeX installed had the wrong file permissions.
I needed to go to all of the files installed under /usr/local/texlive/2018
(which was the default location for my Mac OS install) and change them all to be writeable.
It had nothing to do with duplicate files, despite the error that claimed as such.
If anyone else runs into a similar error, be sure to check updmap-sys
, or really any updmap
command, since they will all point you to where your fonts actually live. Then go ahead and fix all of their permissions.
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%2f457405%2fhow-to-remove-or-at-least-suppress-fontmap-entry-for-font-already-exists-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm not sure how helpful this will be to other users, but the problem was that everything that LaTeX installed had the wrong file permissions.
I needed to go to all of the files installed under /usr/local/texlive/2018
(which was the default location for my Mac OS install) and change them all to be writeable.
It had nothing to do with duplicate files, despite the error that claimed as such.
If anyone else runs into a similar error, be sure to check updmap-sys
, or really any updmap
command, since they will all point you to where your fonts actually live. Then go ahead and fix all of their permissions.
add a comment |
I'm not sure how helpful this will be to other users, but the problem was that everything that LaTeX installed had the wrong file permissions.
I needed to go to all of the files installed under /usr/local/texlive/2018
(which was the default location for my Mac OS install) and change them all to be writeable.
It had nothing to do with duplicate files, despite the error that claimed as such.
If anyone else runs into a similar error, be sure to check updmap-sys
, or really any updmap
command, since they will all point you to where your fonts actually live. Then go ahead and fix all of their permissions.
add a comment |
I'm not sure how helpful this will be to other users, but the problem was that everything that LaTeX installed had the wrong file permissions.
I needed to go to all of the files installed under /usr/local/texlive/2018
(which was the default location for my Mac OS install) and change them all to be writeable.
It had nothing to do with duplicate files, despite the error that claimed as such.
If anyone else runs into a similar error, be sure to check updmap-sys
, or really any updmap
command, since they will all point you to where your fonts actually live. Then go ahead and fix all of their permissions.
I'm not sure how helpful this will be to other users, but the problem was that everything that LaTeX installed had the wrong file permissions.
I needed to go to all of the files installed under /usr/local/texlive/2018
(which was the default location for my Mac OS install) and change them all to be writeable.
It had nothing to do with duplicate files, despite the error that claimed as such.
If anyone else runs into a similar error, be sure to check updmap-sys
, or really any updmap
command, since they will all point you to where your fonts actually live. Then go ahead and fix all of their permissions.
answered Oct 30 '18 at 23:27
Mike WilliamsonMike Williamson
1086
1086
add a comment |
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%2f457405%2fhow-to-remove-or-at-least-suppress-fontmap-entry-for-font-already-exists-w%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
does updmap-sys regenerate the pdftex.map above? If yes, check which cfg-file it loads.
– Ulrike Fischer
Oct 29 '18 at 19:28
@UlrikeFischer I'm sorry, I just don't know enough about Latex to say. This is why I was asking to please be detailed and clear with instructions. Thanks!
– Mike Williamson
Oct 29 '18 at 22:52
I have no mac, I'm on Windows. I can't give you clear instructions. Run updmap-says in a terminal and look what it says.
– Ulrike Fischer
Oct 29 '18 at 23:20
@UlrikeFischer I don't have
updmap-says
available, onlyupdmap
,updmap-sys
, andupdmap-user
. The help is a few pages long. The options toupdmap
that seemed most logical to try were--listmaps
and--listavailablemaps
. Other the others seem to be flags to set things, like--enable <MAPTYPE>
. This is why I'm stuck: I can't make heads or tails of the Latex documentation. :( Thanks for your help!– Mike Williamson
Oct 30 '18 at 21:56
Oh come on. Use your brain. Which of the three variants could I have meant if you take possible typos into account? Run it without option to see what it does, which files it reads and which it writes.
– Ulrike Fischer
Oct 30 '18 at 22:15