ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Rotated table shifted on the layout
@ 2014-01-16 23:32 Joshua Krämer
  2014-01-16 23:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Krämer @ 2014-01-16 23:32 UTC (permalink / raw)
  To: ntg-context-wvrSQK3plZs

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Rotated table shifted on the layout
  2014-01-16 23:32 Rotated table shifted on the layout Joshua Krämer
@ 2014-01-16 23:38 ` Wolfgang Schuster
  2014-01-17 11:18   ` Joshua Krämer
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-01-16 23:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.01.2014 um 00:32 schrieb Joshua Krämer <joshua.kraemer@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Rotated table shifted on the layout
  2014-01-16 23:38 ` Wolfgang Schuster
@ 2014-01-17 11:18   ` Joshua Krämer
  0 siblings, 0 replies; 3+ messages in thread
From: Joshua Krämer @ 2014-01-17 11:18 UTC (permalink / raw)
  To: ntg-context-wvrSQK3plZs

Am Fri, 17 Jan 2014 00:38:04 +0100
schrieb Wolfgang Schuster <schuster.wolfgang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
> \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-wvrSQK3plZs@public.gmane.org / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-17 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-16 23:32 Rotated table shifted on the layout Joshua Krämer
2014-01-16 23:38 ` Wolfgang Schuster
2014-01-17 11:18   ` Joshua Krämer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).