Different results of mag statementUsing macros in DeclareGraphicsRule statement using shell commandb5paper option for book document class abnormal resultsSpecifying statement paper sizeUsing pdfx with LuaLaTeX results in errorluatex has different subscript distancesDifferent looks of two different PDFWhy pdfTeX gives different results with identical typesetting instructions?Tikzpicture has different outputs depending on the TeX engineDifferent fonts inside and outside math-modeScale to different paper sizes?
date -d 'previous Monday" to display the preceding Monday
Names of the Six Tastes
Is it a good idea to copy a trader when investing?
Why do unstable nuclei form?
When quoting someone, is it proper to change "gotta" to "got to" without modifying the rest of the quote?
Has there been evidence of any other gods?
How can I avoid subordinates and coworkers leaving work until the last minute, then having no time for revisions?
Is this state of Earth possible, after humans left for a million years?
How to handle DM constantly stealing everything from sleeping characters?
Extending Kan fibrations, without using minimal fibrations
Why can't I prove summation identities without guessing?
Is there an application which does HTTP PUT?
What is the criteria of choosing a given pin pattern in ICs?
Electric kick drum pedal starts oscillating in such a way that it does not register hits
Improving Sati-Sampajañña (situative wisdom)
What can cause an unfrozen indoor copper drain pipe to crack?
Why do the Avengers care about returning these items in Endgame?
spatiotemporal regression
Can a surprised creature fall prone voluntarily on their turn?
Whats the purpose of lockedLoadData / uncached page build takes around a minute, spent in usleep
What does this quote in Small Gods refer to?
Would encrypting a database protect against a compromised admin account?
Why was wildfire not used during the Battle of Winterfell?
Is it bad writing or bad story telling if first person narrative contains more information than the narrator knows?
Different results of mag statement
Using macros in DeclareGraphicsRule statement using shell commandb5paper option for book document class abnormal resultsSpecifying statement paper sizeUsing pdfx with LuaLaTeX results in errorluatex has different subscript distancesDifferent looks of two different PDFWhy pdfTeX gives different results with identical typesetting instructions?Tikzpicture has different outputs depending on the TeX engineDifferent fonts inside and outside math-modeScale to different paper sizes?
The following example gives different results for pdfLaTeX and LuaLaTeX. I use a recent TeX Live 2019 installation.
documentclass[a4paper]article
usepackagegeometry
mag=250 %
setlengthparindent0pt
begindocument
Huge
LaTeX hfill LaTeX
vfill
LaTeX hfill LaTeX
enddocument
pdfLaTeX: A page on A8 paper (53mm x 74mm)
LuaLaTeX: A page on A4 paper (210mm x 297mm)
I use the package »geometry« only for transfering the page size informations to the output file. Without »geometry« I get the same results. Why ist the size not changed with LuaLaTeX? Can anyone enlighten me? Thanks in advance.
pdftex luatex paper-size magnification
add a comment |
The following example gives different results for pdfLaTeX and LuaLaTeX. I use a recent TeX Live 2019 installation.
documentclass[a4paper]article
usepackagegeometry
mag=250 %
setlengthparindent0pt
begindocument
Huge
LaTeX hfill LaTeX
vfill
LaTeX hfill LaTeX
enddocument
pdfLaTeX: A page on A8 paper (53mm x 74mm)
LuaLaTeX: A page on A4 paper (210mm x 297mm)
I use the package »geometry« only for transfering the page size informations to the output file. Without »geometry« I get the same results. Why ist the size not changed with LuaLaTeX? Can anyone enlighten me? Thanks in advance.
pdftex luatex paper-size magnification
add a comment |
The following example gives different results for pdfLaTeX and LuaLaTeX. I use a recent TeX Live 2019 installation.
documentclass[a4paper]article
usepackagegeometry
mag=250 %
setlengthparindent0pt
begindocument
Huge
LaTeX hfill LaTeX
vfill
LaTeX hfill LaTeX
enddocument
pdfLaTeX: A page on A8 paper (53mm x 74mm)
LuaLaTeX: A page on A4 paper (210mm x 297mm)
I use the package »geometry« only for transfering the page size informations to the output file. Without »geometry« I get the same results. Why ist the size not changed with LuaLaTeX? Can anyone enlighten me? Thanks in advance.
pdftex luatex paper-size magnification
The following example gives different results for pdfLaTeX and LuaLaTeX. I use a recent TeX Live 2019 installation.
documentclass[a4paper]article
usepackagegeometry
mag=250 %
setlengthparindent0pt
begindocument
Huge
LaTeX hfill LaTeX
vfill
LaTeX hfill LaTeX
enddocument
pdfLaTeX: A page on A8 paper (53mm x 74mm)
LuaLaTeX: A page on A4 paper (210mm x 297mm)
I use the package »geometry« only for transfering the page size informations to the output file. Without »geometry« I get the same results. Why ist the size not changed with LuaLaTeX? Can anyone enlighten me? Thanks in advance.
pdftex luatex paper-size magnification
pdftex luatex paper-size magnification
asked 9 hours ago
rolfnrolfn
47028
47028
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is a documentated difference to pdftex. From the manual:
Magnification (mag) is only supported in dvi output mode. You can set
this parameter and it even works with true units till you switch to
pdf output mode. When you use pdf output you can best not touch the
mag variable. This fuzzy behaviour is not much different from using
pdf backend related functionality while eventually dvi output is
required
Thank you for the explanation.
– rolfn
8 hours ago
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%2f489941%2fdifferent-results-of-mag-statement%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
This is a documentated difference to pdftex. From the manual:
Magnification (mag) is only supported in dvi output mode. You can set
this parameter and it even works with true units till you switch to
pdf output mode. When you use pdf output you can best not touch the
mag variable. This fuzzy behaviour is not much different from using
pdf backend related functionality while eventually dvi output is
required
Thank you for the explanation.
– rolfn
8 hours ago
add a comment |
This is a documentated difference to pdftex. From the manual:
Magnification (mag) is only supported in dvi output mode. You can set
this parameter and it even works with true units till you switch to
pdf output mode. When you use pdf output you can best not touch the
mag variable. This fuzzy behaviour is not much different from using
pdf backend related functionality while eventually dvi output is
required
Thank you for the explanation.
– rolfn
8 hours ago
add a comment |
This is a documentated difference to pdftex. From the manual:
Magnification (mag) is only supported in dvi output mode. You can set
this parameter and it even works with true units till you switch to
pdf output mode. When you use pdf output you can best not touch the
mag variable. This fuzzy behaviour is not much different from using
pdf backend related functionality while eventually dvi output is
required
This is a documentated difference to pdftex. From the manual:
Magnification (mag) is only supported in dvi output mode. You can set
this parameter and it even works with true units till you switch to
pdf output mode. When you use pdf output you can best not touch the
mag variable. This fuzzy behaviour is not much different from using
pdf backend related functionality while eventually dvi output is
required
answered 9 hours ago
Ulrike FischerUlrike Fischer
203k9310698
203k9310698
Thank you for the explanation.
– rolfn
8 hours ago
add a comment |
Thank you for the explanation.
– rolfn
8 hours ago
Thank you for the explanation.
– rolfn
8 hours ago
Thank you for the explanation.
– rolfn
8 hours ago
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%2f489941%2fdifferent-results-of-mag-statement%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