Hi (Como estas). Juan. >>>>> "Juan" == Juan Manuel Macías <maciasch...@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