TeXMaker: Compiling as Latex or pdfLatex?pdflatex and pstricksHow to tell when to use pdflatex, latex, and xelatex for any given tex file?Prevent Texmaker from stealing focus after compiling a LaTeX document?Texmaker generated pdf file of multi-file latex not showing the position of cursorTexmaker: compiling a parent fileBibLaTeX not working with MikTeX, TeXMakerExternalising TikZ pictures using PdfLaTeXLaptop crashes when compiling with TexMakerproblems with PDFLatex in texmakerTexMaker not compiling a new pdf (pdflatex + view pdf)
My story is written in English, but is set in my home country. What language should I use for the dialogue?
Word for a person who has no opinion about whether god exists
Why don't MCU characters ever seem to have language issues?
Extra alignment tab has been changed to cr. } using table, tabular and resizebox
How could our ancestors have domesticated a solitary predator?
How much stiffer are 23c tires over 28c?
What does a stand alone "T" index value do?
Should I tell my boss the work he did was worthless
Good allowance savings plan?
Good for you! in Russian
Why the color red for the Republican Party
Why is this plane circling around the Lucknow airport every day?
How much attack damage does the AC boost from a shield prevent on average?
Making a sword in the stone, in a medieval world without magic
BitNot does not flip bits in the way I expected
Reverse string, can I make it faster?
What is the likely impact of grounding an entire aircraft series?
What are some noteworthy "mic-drop" moments in math?
Does "variables should live in the smallest scope as possible" include the case "variables should not exist if possible"?
How do I express some one as a black person?
Low budget alien movie about the Earth being cooked
Latest web browser compatible with Windows 98
Replacing Windows 7 security updates with anti-virus?
A three room house but a three headED dog
TeXMaker: Compiling as Latex or pdfLatex?
pdflatex and pstricksHow to tell when to use pdflatex, latex, and xelatex for any given tex file?Prevent Texmaker from stealing focus after compiling a LaTeX document?Texmaker generated pdf file of multi-file latex not showing the position of cursorTexmaker: compiling a parent fileBibLaTeX not working with MikTeX, TeXMakerExternalising TikZ pictures using PdfLaTeXLaptop crashes when compiling with TexMakerproblems with PDFLatex in texmakerTexMaker not compiling a new pdf (pdflatex + view pdf)
If compiling the MWE as pdfLatex
all is good. Compiling as Latex
raises compilation ERROR ! LaTeX Error: Cannot determine size of graphic in M51.jpg (no BoundingBox)
, although a pdf output is produced.
To add to the confusion the TeXMaker
logfile says for both This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX)
rather than TeX
for one and pdfTeX
for the other.
This may just be yet another ploy to confuse lesser minds, it is even difficult to turn it into a question. This seemed to be one: "If a document includes any .png
, .jpg
or .pdf
files compile as pdfLatex
". But if continued: "… else, also compile as pdfLatex
because it is clearly an improvement on Latex
." the question is no more. And why would I want to search a very large project for the occurrence of .png
, .jpg
or .pdf
files to decide how to compile it?
So, when to compile as Latex
in preference to pdfLatex
, and why? That's the question. And it may well relate to an idiosyncracy in TeXMaker
.
Apologies, I don't know how to supply the graphics file, but those wishing to compile the MWE may plug in any .png
, .jpg
or .pdf
available.
documentclassarticle
% RN. 13 March 2019
%=======================
usepackagegraphicx
%-----------------------
begindocument
beginfigure[htp]
centering
includegraphics[width=12cm]M51.jpg
captionMessier 51 and Companion
labelxxx
endfigure
enddocument
pdftex texmaker
add a comment |
If compiling the MWE as pdfLatex
all is good. Compiling as Latex
raises compilation ERROR ! LaTeX Error: Cannot determine size of graphic in M51.jpg (no BoundingBox)
, although a pdf output is produced.
To add to the confusion the TeXMaker
logfile says for both This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX)
rather than TeX
for one and pdfTeX
for the other.
This may just be yet another ploy to confuse lesser minds, it is even difficult to turn it into a question. This seemed to be one: "If a document includes any .png
, .jpg
or .pdf
files compile as pdfLatex
". But if continued: "… else, also compile as pdfLatex
because it is clearly an improvement on Latex
." the question is no more. And why would I want to search a very large project for the occurrence of .png
, .jpg
or .pdf
files to decide how to compile it?
So, when to compile as Latex
in preference to pdfLatex
, and why? That's the question. And it may well relate to an idiosyncracy in TeXMaker
.
Apologies, I don't know how to supply the graphics file, but those wishing to compile the MWE may plug in any .png
, .jpg
or .pdf
available.
documentclassarticle
% RN. 13 March 2019
%=======================
usepackagegraphicx
%-----------------------
begindocument
beginfigure[htp]
centering
includegraphics[width=12cm]M51.jpg
captionMessier 51 and Companion
labelxxx
endfigure
enddocument
pdftex texmaker
add a comment |
If compiling the MWE as pdfLatex
all is good. Compiling as Latex
raises compilation ERROR ! LaTeX Error: Cannot determine size of graphic in M51.jpg (no BoundingBox)
, although a pdf output is produced.
To add to the confusion the TeXMaker
logfile says for both This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX)
rather than TeX
for one and pdfTeX
for the other.
This may just be yet another ploy to confuse lesser minds, it is even difficult to turn it into a question. This seemed to be one: "If a document includes any .png
, .jpg
or .pdf
files compile as pdfLatex
". But if continued: "… else, also compile as pdfLatex
because it is clearly an improvement on Latex
." the question is no more. And why would I want to search a very large project for the occurrence of .png
, .jpg
or .pdf
files to decide how to compile it?
So, when to compile as Latex
in preference to pdfLatex
, and why? That's the question. And it may well relate to an idiosyncracy in TeXMaker
.
Apologies, I don't know how to supply the graphics file, but those wishing to compile the MWE may plug in any .png
, .jpg
or .pdf
available.
documentclassarticle
% RN. 13 March 2019
%=======================
usepackagegraphicx
%-----------------------
begindocument
beginfigure[htp]
centering
includegraphics[width=12cm]M51.jpg
captionMessier 51 and Companion
labelxxx
endfigure
enddocument
pdftex texmaker
If compiling the MWE as pdfLatex
all is good. Compiling as Latex
raises compilation ERROR ! LaTeX Error: Cannot determine size of graphic in M51.jpg (no BoundingBox)
, although a pdf output is produced.
To add to the confusion the TeXMaker
logfile says for both This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX)
rather than TeX
for one and pdfTeX
for the other.
This may just be yet another ploy to confuse lesser minds, it is even difficult to turn it into a question. This seemed to be one: "If a document includes any .png
, .jpg
or .pdf
files compile as pdfLatex
". But if continued: "… else, also compile as pdfLatex
because it is clearly an improvement on Latex
." the question is no more. And why would I want to search a very large project for the occurrence of .png
, .jpg
or .pdf
files to decide how to compile it?
So, when to compile as Latex
in preference to pdfLatex
, and why? That's the question. And it may well relate to an idiosyncracy in TeXMaker
.
Apologies, I don't know how to supply the graphics file, but those wishing to compile the MWE may plug in any .png
, .jpg
or .pdf
available.
documentclassarticle
% RN. 13 March 2019
%=======================
usepackagegraphicx
%-----------------------
begindocument
beginfigure[htp]
centering
includegraphics[width=12cm]M51.jpg
captionMessier 51 and Companion
labelxxx
endfigure
enddocument
pdftex texmaker
pdftex texmaker
asked 3 mins ago
Reinhard NeuwirthReinhard Neuwirth
1,59211422
1,59211422
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f479196%2ftexmaker-compiling-as-latex-or-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f479196%2ftexmaker-compiling-as-latex-or-pdflatex%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