What units are pgfphysicalheight and pgfphysicalwidth defined in?What are the differences between newdimen, newskip and newlength?Running Sample Tikz CodeWhat is going on with pgfpages and page labels?Is there a pre-defined width that covers the text area and the margin?What are skip values?Displaying rubber lengths in arbitrary unitsstandalone package and user-defined macros/lengthsWhat is the difference between ‘truemm’ and ‘mm’ etc.?em, ex, en? Which length units are font size dependent?What is the correct calculation to span some columns?
Can solid acids and bases have pH values? If not, how are they classified as acids or bases?
Unexpected email from Yorkshire Bank
TikZ how to make supply and demand arrows for nodes?
Find the coordinate of two line segments that are perpendicular
Reverse the word in a string with the same order in javascript
Toggle Overlays shortcut?
Why do TACANs not have a symbol for compulsory reporting?
When and why did journal article titles become descriptive, rather than creatively allusive?
Why does processed meat contain preservatives, while canned fish needs not?
Do generators produce a fixed load?
Lock in SQL Server and Oracle
You look catfish vs You look like a catfish
If Earth is tilted, why is Polaris always above the same spot?
Options leqno, reqno for documentclass or exist another option?
Please, smoke with good manners
How can I get precisely a certain cubic cm by changing the following factors?
Is it possible to measure lightning discharges as Nikola Tesla?
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?
Why does nature favour the Laplacian?
Colliding particles and Activation energy
Does jamais mean always or never in this context?
How to creep the reader out with what seems like a normal person?
What does YCWCYODFTRFDTY mean?
Packing rectangles: Does rotation ever help?
What units are pgfphysicalheight and pgfphysicalwidth defined in?
What are the differences between newdimen, newskip and newlength?Running Sample Tikz CodeWhat is going on with pgfpages and page labels?Is there a pre-defined width that covers the text area and the margin?What are skip values?Displaying rubber lengths in arbitrary unitsstandalone package and user-defined macros/lengthsWhat is the difference between ‘truemm’ and ‘mm’ etc.?em, ex, en? Which length units are font size dependent?What is the correct calculation to span some columns?
I often use pgfphysicalheight
and pgfphysicalwidth
from the pgfpages
package to define sizes dynamically based on the dimensions of my page (which vary). For example, here's a "dynamic" vertical space:
vspace*.04pgfphysicalheight
What units are these pgf values actually in? In other words, what is the value of pgfphysicalheight
if my document height is 10in?
I found nothing in the pgfpages
docs. Also tried logging the values with show
, but got something cryptic like "dimen195" which I couldn't decipher further.
tikz-pgf lengths pgfpages
add a comment |
I often use pgfphysicalheight
and pgfphysicalwidth
from the pgfpages
package to define sizes dynamically based on the dimensions of my page (which vary). For example, here's a "dynamic" vertical space:
vspace*.04pgfphysicalheight
What units are these pgf values actually in? In other words, what is the value of pgfphysicalheight
if my document height is 10in?
I found nothing in the pgfpages
docs. Also tried logging the values with show
, but got something cryptic like "dimen195" which I couldn't decipher further.
tikz-pgf lengths pgfpages
3
useshowthe
notshow
– David Carlisle
Apr 24 at 16:18
add a comment |
I often use pgfphysicalheight
and pgfphysicalwidth
from the pgfpages
package to define sizes dynamically based on the dimensions of my page (which vary). For example, here's a "dynamic" vertical space:
vspace*.04pgfphysicalheight
What units are these pgf values actually in? In other words, what is the value of pgfphysicalheight
if my document height is 10in?
I found nothing in the pgfpages
docs. Also tried logging the values with show
, but got something cryptic like "dimen195" which I couldn't decipher further.
tikz-pgf lengths pgfpages
I often use pgfphysicalheight
and pgfphysicalwidth
from the pgfpages
package to define sizes dynamically based on the dimensions of my page (which vary). For example, here's a "dynamic" vertical space:
vspace*.04pgfphysicalheight
What units are these pgf values actually in? In other words, what is the value of pgfphysicalheight
if my document height is 10in?
I found nothing in the pgfpages
docs. Also tried logging the values with show
, but got something cryptic like "dimen195" which I couldn't decipher further.
tikz-pgf lengths pgfpages
tikz-pgf lengths pgfpages
edited Apr 24 at 16:26
David Carlisle
502k4211491897
502k4211491897
asked Apr 24 at 16:15
kontextifykontextify
1786
1786
3
useshowthe
notshow
– David Carlisle
Apr 24 at 16:18
add a comment |
3
useshowthe
notshow
– David Carlisle
Apr 24 at 16:18
3
3
use
showthe
not show
– David Carlisle
Apr 24 at 16:18
use
showthe
not show
– David Carlisle
Apr 24 at 16:18
add a comment |
1 Answer
1
active
oldest
votes
A TeX length (dimen or skip) register does not store the units used when the value is set, whether you use pt
or cm
or whatever is not recorded and it just saves the value as an integer which is the length in sp
, if you look at the value using the
or showthe
then TeX will show the value using pt
units (that is, the stored integer divided by 65536)
On the terminal you could see this for example by:
$ latex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex)
restricted write18 enabled.
**relax
entering extended mode
LaTeX2e <2018-12-01>
*textheight=10in
*showthetextheight
> 722.7pt.
<*> showthetextheight
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%2f487411%2fwhat-units-are-pgfphysicalheight-and-pgfphysicalwidth-defined-in%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
A TeX length (dimen or skip) register does not store the units used when the value is set, whether you use pt
or cm
or whatever is not recorded and it just saves the value as an integer which is the length in sp
, if you look at the value using the
or showthe
then TeX will show the value using pt
units (that is, the stored integer divided by 65536)
On the terminal you could see this for example by:
$ latex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex)
restricted write18 enabled.
**relax
entering extended mode
LaTeX2e <2018-12-01>
*textheight=10in
*showthetextheight
> 722.7pt.
<*> showthetextheight
add a comment |
A TeX length (dimen or skip) register does not store the units used when the value is set, whether you use pt
or cm
or whatever is not recorded and it just saves the value as an integer which is the length in sp
, if you look at the value using the
or showthe
then TeX will show the value using pt
units (that is, the stored integer divided by 65536)
On the terminal you could see this for example by:
$ latex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex)
restricted write18 enabled.
**relax
entering extended mode
LaTeX2e <2018-12-01>
*textheight=10in
*showthetextheight
> 722.7pt.
<*> showthetextheight
add a comment |
A TeX length (dimen or skip) register does not store the units used when the value is set, whether you use pt
or cm
or whatever is not recorded and it just saves the value as an integer which is the length in sp
, if you look at the value using the
or showthe
then TeX will show the value using pt
units (that is, the stored integer divided by 65536)
On the terminal you could see this for example by:
$ latex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex)
restricted write18 enabled.
**relax
entering extended mode
LaTeX2e <2018-12-01>
*textheight=10in
*showthetextheight
> 722.7pt.
<*> showthetextheight
A TeX length (dimen or skip) register does not store the units used when the value is set, whether you use pt
or cm
or whatever is not recorded and it just saves the value as an integer which is the length in sp
, if you look at the value using the
or showthe
then TeX will show the value using pt
units (that is, the stored integer divided by 65536)
On the terminal you could see this for example by:
$ latex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex)
restricted write18 enabled.
**relax
entering extended mode
LaTeX2e <2018-12-01>
*textheight=10in
*showthetextheight
> 722.7pt.
<*> showthetextheight
edited Apr 24 at 16:26
answered Apr 24 at 16:21
David CarlisleDavid Carlisle
502k4211491897
502k4211491897
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%2f487411%2fwhat-units-are-pgfphysicalheight-and-pgfphysicalwidth-defined-in%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
3
use
showthe
notshow
– David Carlisle
Apr 24 at 16:18