Its OK, ... How easy ... I am stupid :-) ...
sorry ... and thanx

Jaroslav

Dne 3.7.2010 12:51, luigi scarso napsal(a):
On Sat, Jul 3, 2010 at 12:35 PM, Jaroslav Hajtmar<hajt...@gyza.cz>  wrote:
Hi All

Is there a way to detect of paperheight and paperwidth of "large paper",
when I print a "small page" to "large paper" ??
When I use \paperwidth and \paperheight commands, then I get dimensions of
  "small paper", but I want get dimensions of "large papers" too.
(I need this dimensions for next calculations)

Thanx, Jaroslav


My min. example:


\definepapersize[MyPap][width=300pt,height=200pt]
\definepapersize[MyPaper][width=1000pt,height=500pt]

\setuppapersize [MyPap][MyPaper]

\starttext

Small paper dimensions:

MyPap paper width - \the\paperwidth

MyPap paper height - \the\paperheight

\blank[big]

Large paper dimensions:

MyPaper paper width - ????? %\the\commandforMyPaperwidthdetect

MyPaper paper height - ???? %\the\commandforMyPaperheightdetect


\stoptext


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to
the Wiki!

maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

perhaps
\the\printpaperheight
\the\printpaperwidth
?


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to