From: Brady Trainor <algebrat@uw.edu>
To: emacs-orgmode@gnu.org
Subject: Re: Paper Size for Exported LaTeX
Date: Tue, 21 Oct 2014 18:42:55 -0700 [thread overview]
Message-ID: <87lho8vq00.fsf@uw.edu> (raw)
In-Reply-To: CAN7vk5TKzZ61LhkymTVkdBT40FDy5bL-dbr99cHJCywqNj337Q@mail.gmail.com
Andreas Kiermeier <andreas.kiermeier@gmail.com> writes:
>
> #+LATEX_HEADER: \usepackage[various options]{geometry}
>
Here is an example I am using to cram a lot of lists/notes onto a peice of paper to fold into eighths.
#+BEGIN_SRC org
#+LaTeX_CLASS_OPTIONS: [landscape]
#+LaTeX_HEADER: \usepackage[top=.1in,bottom=.125in,left=0in,right=.125in]{geometry}
#+LaTeX_HEADER: \usepackage{amssymb} % for org checkboxes -> $\square$
#+LaTeX_HEADER: \usepackage{nopageno} % no page number
#+LaTeX_HEADER: \usepackage{multicol} % slice page into arbitrary columns
#+LaTeX_HEADER: \setlength\columnsep{.35in} % set column separation
#+LaTeX_HEADER: \usepackage{paralist} % reduce spacing in lists
#+LaTeX_HEADER: \let\itemize\compactitem
#+LATEX_HEADER: \let\enumerate\compactenum
#+LATEX_HEADER: \let\description\compactdesc
#+LaTeX_HEADER: \let\centering\relax % prevent centering of tables
#+TITLE:
#+END_SRC
(I setup TeXLive to default to letter.)
I originally started with a uniform
: #+LaTeX_HEADER: \usepackage[margin=.125in]{geometry}
but had to massage out the edges due to the printer (or something?) adding a margin on the left, and basically use a ruler to get the column separation to work in concert.
I also throw in
#+BEGIN_SRC org
#+BEGIN_LaTeX
\begin{multicols*}{4}
#+END_LaTeX
#+END_SRC
The `*' is for allowing uneven heights of columns.
To break a column, I use
: \vfill
: \columnbreak
--
Brady
next prev parent reply other threads:[~2014-10-22 1:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 18:00 Paper Size for Exported LaTeX Kenneth Jacker
2014-10-21 18:29 ` John Hendy
2014-10-21 19:26 ` Thomas S. Dye
2014-10-21 19:38 ` Kenneth Jacker
2014-10-21 20:38 ` Nick Dokos
2014-10-21 22:08 ` Kenneth Jacker
2014-10-21 22:29 ` Thomas S. Dye
2014-10-21 23:18 ` Andreas Kiermeier
2014-10-22 1:42 ` Brady Trainor [this message]
2014-10-23 14:00 ` Kenneth Jacker
2014-10-21 23:40 ` Marcin Borkowski
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=87lho8vq00.fsf@uw.edu \
--to=algebrat@uw.edu \
--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).