Rotated table shifted on the layout
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
Am 17.01.2014 um 00:32 schrieb 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
\showframe \starttext \startplacetable [location={force,90,none}] \bTABLE [textwidth=\textheight] \bTR \bTD \input knuth \eTD \bTD \input tufte \eTD \eTR \eTABLE \stopplacetable \stoptext Wolfgang
participants (2)
-
Joshua Krämer
-
Wolfgang Schuster