==> Fatal error occurred, no output PDF file produced! [closed]
up vote
0
down vote
favorite
Currently trying to compile the document on this particular project. I seem to be getting the error:
!pdfTeX error: pdflatex (file ec-lmss10): Font ec-lmss10 at 600 not found
==> Fatal error occurred, no output PDF file produced!
Now I am not sure as to why this error is occuring, as it is not my personal project.
Code
Here's the code to my document as of now:
% Changing book to article will make the footers match on each page,
% rather than alternate every other.
documentclass[10pt,twoside,twocolumn,openany]{book}
usepackage[bg-letter]{dnd} % Options: bg-a4, bg-letter, bg-full, bg-print, bg-none.
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
% Start document
begin{document}
fontfamily{ppl}selectfont % Set text font
% Your content goes here
onecolumn
chapter{Hotel Archimedes}
begin{figure}[h!]
centering
includegraphics[width = 0.7textwidth]{img/hunchback.eps}
caption{<+caption text+>}
label{fig:<+label+>}
end{figure}
tableofcontents
clearpage
twocolumn
section{Introduction}
lipsum[1]
section{Notes for DM}
lipsum[1]
section{Milstones}
lipsum[1]
section{Some example structures}
subsection{Fun with boxes}
subsubsection{Even more fun!}
subtitlesection{Weapon, +1, +2, or +3}
{Weapon (any), uncommon (+1), rare (+2), or very rare (+3)}
newpage % Acts as columbreak because of twocolumn option; for pagebreak use clearpage
header{Nice table}
begin{dndtable}
textbf{Table head} & textbf{Table head} \
Some value & Some value \
Some value & Some value \
Some value & Some value
end{dndtable}
% End document
end{document}
Please do not hesitate to ask me if you need any more data or information.
Here is the full log of my compilation.
errors pdftex
closed as off-topic by egreg, samcarter, AndréC, Kurt, marmot Nov 24 at 23:05
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 14 more comments
up vote
0
down vote
favorite
Currently trying to compile the document on this particular project. I seem to be getting the error:
!pdfTeX error: pdflatex (file ec-lmss10): Font ec-lmss10 at 600 not found
==> Fatal error occurred, no output PDF file produced!
Now I am not sure as to why this error is occuring, as it is not my personal project.
Code
Here's the code to my document as of now:
% Changing book to article will make the footers match on each page,
% rather than alternate every other.
documentclass[10pt,twoside,twocolumn,openany]{book}
usepackage[bg-letter]{dnd} % Options: bg-a4, bg-letter, bg-full, bg-print, bg-none.
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
% Start document
begin{document}
fontfamily{ppl}selectfont % Set text font
% Your content goes here
onecolumn
chapter{Hotel Archimedes}
begin{figure}[h!]
centering
includegraphics[width = 0.7textwidth]{img/hunchback.eps}
caption{<+caption text+>}
label{fig:<+label+>}
end{figure}
tableofcontents
clearpage
twocolumn
section{Introduction}
lipsum[1]
section{Notes for DM}
lipsum[1]
section{Milstones}
lipsum[1]
section{Some example structures}
subsection{Fun with boxes}
subsubsection{Even more fun!}
subtitlesection{Weapon, +1, +2, or +3}
{Weapon (any), uncommon (+1), rare (+2), or very rare (+3)}
newpage % Acts as columbreak because of twocolumn option; for pagebreak use clearpage
header{Nice table}
begin{dndtable}
textbf{Table head} & textbf{Table head} \
Some value & Some value \
Some value & Some value \
Some value & Some value
end{dndtable}
% End document
end{document}
Please do not hesitate to ask me if you need any more data or information.
Here is the full log of my compilation.
errors pdftex
closed as off-topic by egreg, samcarter, AndréC, Kurt, marmot Nov 24 at 23:05
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
Your map files are not correct. If you are using miktex runupdmapon a command line. If you are using texlive some more information is needed from the log.
– Ulrike Fischer
Feb 20 '17 at 7:51
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is namedlm(and normally installed by default).
– Schweinebacke
Feb 20 '17 at 9:22
4
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08
|
show 14 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Currently trying to compile the document on this particular project. I seem to be getting the error:
!pdfTeX error: pdflatex (file ec-lmss10): Font ec-lmss10 at 600 not found
==> Fatal error occurred, no output PDF file produced!
Now I am not sure as to why this error is occuring, as it is not my personal project.
Code
Here's the code to my document as of now:
% Changing book to article will make the footers match on each page,
% rather than alternate every other.
documentclass[10pt,twoside,twocolumn,openany]{book}
usepackage[bg-letter]{dnd} % Options: bg-a4, bg-letter, bg-full, bg-print, bg-none.
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
% Start document
begin{document}
fontfamily{ppl}selectfont % Set text font
% Your content goes here
onecolumn
chapter{Hotel Archimedes}
begin{figure}[h!]
centering
includegraphics[width = 0.7textwidth]{img/hunchback.eps}
caption{<+caption text+>}
label{fig:<+label+>}
end{figure}
tableofcontents
clearpage
twocolumn
section{Introduction}
lipsum[1]
section{Notes for DM}
lipsum[1]
section{Milstones}
lipsum[1]
section{Some example structures}
subsection{Fun with boxes}
subsubsection{Even more fun!}
subtitlesection{Weapon, +1, +2, or +3}
{Weapon (any), uncommon (+1), rare (+2), or very rare (+3)}
newpage % Acts as columbreak because of twocolumn option; for pagebreak use clearpage
header{Nice table}
begin{dndtable}
textbf{Table head} & textbf{Table head} \
Some value & Some value \
Some value & Some value \
Some value & Some value
end{dndtable}
% End document
end{document}
Please do not hesitate to ask me if you need any more data or information.
Here is the full log of my compilation.
errors pdftex
Currently trying to compile the document on this particular project. I seem to be getting the error:
!pdfTeX error: pdflatex (file ec-lmss10): Font ec-lmss10 at 600 not found
==> Fatal error occurred, no output PDF file produced!
Now I am not sure as to why this error is occuring, as it is not my personal project.
Code
Here's the code to my document as of now:
% Changing book to article will make the footers match on each page,
% rather than alternate every other.
documentclass[10pt,twoside,twocolumn,openany]{book}
usepackage[bg-letter]{dnd} % Options: bg-a4, bg-letter, bg-full, bg-print, bg-none.
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage{lmodern}
% Start document
begin{document}
fontfamily{ppl}selectfont % Set text font
% Your content goes here
onecolumn
chapter{Hotel Archimedes}
begin{figure}[h!]
centering
includegraphics[width = 0.7textwidth]{img/hunchback.eps}
caption{<+caption text+>}
label{fig:<+label+>}
end{figure}
tableofcontents
clearpage
twocolumn
section{Introduction}
lipsum[1]
section{Notes for DM}
lipsum[1]
section{Milstones}
lipsum[1]
section{Some example structures}
subsection{Fun with boxes}
subsubsection{Even more fun!}
subtitlesection{Weapon, +1, +2, or +3}
{Weapon (any), uncommon (+1), rare (+2), or very rare (+3)}
newpage % Acts as columbreak because of twocolumn option; for pagebreak use clearpage
header{Nice table}
begin{dndtable}
textbf{Table head} & textbf{Table head} \
Some value & Some value \
Some value & Some value \
Some value & Some value
end{dndtable}
% End document
end{document}
Please do not hesitate to ask me if you need any more data or information.
Here is the full log of my compilation.
errors pdftex
errors pdftex
edited Feb 20 '17 at 9:51
asked Feb 20 '17 at 7:17
Sharan Duggirala
1367
1367
closed as off-topic by egreg, samcarter, AndréC, Kurt, marmot Nov 24 at 23:05
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by egreg, samcarter, AndréC, Kurt, marmot Nov 24 at 23:05
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
Your map files are not correct. If you are using miktex runupdmapon a command line. If you are using texlive some more information is needed from the log.
– Ulrike Fischer
Feb 20 '17 at 7:51
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is namedlm(and normally installed by default).
– Schweinebacke
Feb 20 '17 at 9:22
4
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08
|
show 14 more comments
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
Your map files are not correct. If you are using miktex runupdmapon a command line. If you are using texlive some more information is needed from the log.
– Ulrike Fischer
Feb 20 '17 at 7:51
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is namedlm(and normally installed by default).
– Schweinebacke
Feb 20 '17 at 9:22
4
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
Your map files are not correct. If you are using miktex run
updmap on a command line. If you are using texlive some more information is needed from the log.– Ulrike Fischer
Feb 20 '17 at 7:51
Your map files are not correct. If you are using miktex run
updmap on a command line. If you are using texlive some more information is needed from the log.– Ulrike Fischer
Feb 20 '17 at 7:51
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is named
lm (and normally installed by default).– Schweinebacke
Feb 20 '17 at 9:22
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is named
lm (and normally installed by default).– Schweinebacke
Feb 20 '17 at 9:22
4
4
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08
|
show 14 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
if the following error occure:
!pdfTeX error: pdflatex (file md-chr7v): Font md-chr7v at 578 not
found ==> Fatal error occurred, no output PDF file produced!
then just added pdfmapfile{=md-chr7v.map} in the .tex file.
courtesy: @UlrikeFischer
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
if the following error occure:
!pdfTeX error: pdflatex (file md-chr7v): Font md-chr7v at 578 not
found ==> Fatal error occurred, no output PDF file produced!
then just added pdfmapfile{=md-chr7v.map} in the .tex file.
courtesy: @UlrikeFischer
add a comment |
up vote
0
down vote
if the following error occure:
!pdfTeX error: pdflatex (file md-chr7v): Font md-chr7v at 578 not
found ==> Fatal error occurred, no output PDF file produced!
then just added pdfmapfile{=md-chr7v.map} in the .tex file.
courtesy: @UlrikeFischer
add a comment |
up vote
0
down vote
up vote
0
down vote
if the following error occure:
!pdfTeX error: pdflatex (file md-chr7v): Font md-chr7v at 578 not
found ==> Fatal error occurred, no output PDF file produced!
then just added pdfmapfile{=md-chr7v.map} in the .tex file.
courtesy: @UlrikeFischer
if the following error occure:
!pdfTeX error: pdflatex (file md-chr7v): Font md-chr7v at 578 not
found ==> Fatal error occurred, no output PDF file produced!
then just added pdfmapfile{=md-chr7v.map} in the .tex file.
courtesy: @UlrikeFischer
answered Sep 25 at 19:36
Ibrahim Khalil
111
111
add a comment |
add a comment |
Welcome to TeX.SE. Please add working example (MWE) to help us, to help you. Everything else would mean to ask the magic crystal ball. Include your example here and not as a link to somewhere else. Make it as small as possible while the error still occurs.
– Jan
Feb 20 '17 at 7:32
@Jan, I really have no idea where this error is coming from. It could be a compilation problem by itself, so I have just posted the code for the entire document (which isn't too long) for you to see.
– Sharan Duggirala
Feb 20 '17 at 7:39
Your map files are not correct. If you are using miktex run
updmapon a command line. If you are using texlive some more information is needed from the log.– Ulrike Fischer
Feb 20 '17 at 7:51
Check whether or not the Latin Modern fonts are installed. In the package managers of TeX Live and MiKTeX the package is named
lm(and normally installed by default).– Schweinebacke
Feb 20 '17 at 9:22
4
I'm voting to close this question as off-topic because the issue was due to a faulty TeX installation
– egreg
Nov 24 at 21:08