emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Thomas S. Dye" <tsd@tsdye.com>
To: Amit Sethi <amit.pureenergy@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org table export to pdf pagination problem
Date: Thu, 11 Nov 2010 08:09:03 -1000	[thread overview]
Message-ID: <A316176F-DF24-4578-B74A-56DCA36EE452@tsdye.com> (raw)
In-Reply-To: <AANLkTin6HKnQXfAKbmTckR+sqgfmOKkHfR6qxyDMDknD@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1437 bytes --]


On Nov 11, 2010, at 7:29 AM, Amit Sethi wrote:

> Hi all , I am newbie to the org-mode. I just today to create
> a pdf file from the org-table I had. However I found that the page
> did not paginate properly and only part of the data that was visible  
> on the
> buffer was converted into pdf. I am attaching the org file and the  
> resultant
> pdf. May be there is something I am doing wrong here but I really  
> don't know.
>
>
>
> P.S My org-mode version is 7.01h
>
> -- 
> A-M-I-T S|S
> <whole.org><whole.pdf>_______________________________________________

Aloha A-M-I-T S|S,

By default, the Org-mode LaTeX exporter assumes that the length and  
width of a table will fit on the printed page.  When this isn't the  
case, you'll need to override the default settings.  This is discussed  
in the manual:
http://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export

Looking at your pdf output, it appears to me that you will need to use  
a longtable and set the alignment.  Fields with long entries can be  
wrapped in LaTeX with, e.g. p{1in}, where the part between the curly  
braces is a LaTeX length.  You have 9 columns in the table, which  
might be a bit much for a printed page, but you would need to do  
something like this: #+ATTR_LaTeX: longtable  
align=llp{0.5in}p{0.5in}p{0.5in}p{0.5in}p{0.5in}p{0.5in}p{0.5in}, then  
fiddle with the length values until you have something that works.

hth,
Tom

[-- Attachment #1.2: Type: text/html, Size: 2567 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2010-11-11 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-11 17:29 org table export to pdf pagination problem Amit Sethi
2010-11-11 18:09 ` Thomas S. Dye [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A316176F-DF24-4578-B74A-56DCA36EE452@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=amit.pureenergy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).