Re: [NTG-context] Rotated table shifted on the layout

2014-01-17 Thread Joshua Krämer
Am Fri, 17 Jan 2014 00:38:04 +0100
schrieb Wolfgang Schuster schuster.wolfg...@gmail.com:
 \startplacetable [location={force,90,none}]

Thanks, it works.  Interestingly, it works also if I write
location={90, page} instead of location={page, 90}.

Kind regards,
Joshua

___
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
___


[NTG-context] Rotated table shifted on the layout

2014-01-16 Thread Joshua Krämer
Dear list!

In the following MWE, the table is shifted a bit.

\showframe
\starttext
Hello World!
\startplacetable [location={page, 90}, title=none]
\bTABLE [textwidth=\textheight]
\bTR
\bTD \input knuth \eTD
\bTD \input tufte \eTD 
\eTR
\eTABLE
\stopplacetable
\stoptext

Btw, without Hello World!, ConTeXt doesn't create a PDF file.

Kind regards,
Joshua Krämer


___
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
___

Re: [NTG-context] Rotated table shifted on the layout

2014-01-16 Thread Wolfgang Schuster

Am 17.01.2014 um 00:32 schrieb Joshua Krämer joshua.krae...@gmail.com:

 Dear list!
 
 In the following MWE, the table is shifted a bit.
 
 \showframe
 \starttext
 Hello World!
 \startplacetable [location={page, 90}, title=none]
\bTABLE [textwidth=\textheight]
   \bTR
   \bTD \input knuth \eTD
   \bTD \input tufte \eTD 
   \eTR
\eTABLE
 \stopplacetable
 \stoptext

\showframe

\starttext

\startplacetable [location={force,90,none}]
   \bTABLE [textwidth=\textheight]
\bTR
\bTD \input knuth \eTD
\bTD \input tufte \eTD 
\eTR
   \eTABLE
\stopplacetable

\stoptext

Wolfgang
___
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
___