[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing org table landscape on complete page
From: |
andrés ramírez |
Subject: |
Re: printing org table landscape on complete page |
Date: |
Mon, 01 Mar 2021 00:18:58 +0000 |
Hi (Como estas). Juan.
>>>>> "Juan" == Juan Manuel Macías <maciaschain@posteo.net> writes:
[...]
Juan> #+ATTR_LaTeX: :float sideways :environment tabularx :width
\textheigtht
I have tried it (with M-x org-export-dispatch).
This is the result:
,---- [ ]
| http://0x0.st/-Kgb.pdf
`----
It is centered.
Also I got a second option:
with this snippet and (M-x ps-print-buffer):
--8<---------------cut here---------------start------------->8---
(setq ps-left-margin 0
ps-paper-type 'a4
ps-font-size 16.0
ps-print-header nil
ps-landscape-mode t
ps-number-of-columns 1
ps-printer-name "pdf")
--8<---------------cut here---------------end--------------->8---
This is the result:
,---- [ ]
| http://0x0.st/-KgA.pdf
`----
The second option is going to be very useful when pdflatex is not
available. But it is NOT so well centered as the first option.
Thanks for your help.
Best Regards