emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Matt Price <moptop99@gmail.com>
Cc: nicholas.dokos@hp.com, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: specify font for pdf export?
Date: Thu, 21 Oct 2010 00:29:36 -0400	[thread overview]
Message-ID: <14663.1287635376@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Matt Price <moptop99@gmail.com> of "Wed, 20 Oct 2010 21:23:41 EDT." <AANLkTim=vPiwHse3NjUPLC8WnYLKzo6FmTgAD1vHhLPg@mail.gmail.com>

Matt Price <moptop99@gmail.com> wrote:

> I have to submit documents for a grant application in Times New Roman 12
> point font with margins of 3/4".  Is it trivial to specify these values for
> the text in a pdf output?  Also, is it ever possible to omit author, title,
> and date lines in a pdf?  doing so is an absolute requirement of the
> granting agency.    If need be I will simply make these modifications post
> facto in openoffice, but a direct org export would be much neater.
> 

You should be able to just do

#+LaTeX_CLASS_OPTIONS: [12pt]
#+LATEX_HEADER: \usepackage{times}
#+LATEX_HEADER: \usepackage{geometry}
#+LATEX_HEADER: \geometry{....}
#+TITLE:

with some geometry specification for the margins (I can't get my hands
on geometry documentation right now, so I can't fill in that blank).

The empty title option omits the title page altogether: is that
what you want?

There is also the question of what Times New Roman is: is that the
default Times font that's built in to every Postscript printer out
there or is that some M$ abomination that they've arbitrarily stuck
onto the requirements? When I produce a PDF with the above options
and look at its properties with acroread, the fonts it shows are
Nimbus which I think are the Times clones that are distributed with
ghostscript. If it is *that* important, you should probably check
the PDF file that's produced for conformance.

HTH,
Nick

      parent reply	other threads:[~2010-10-21  4:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21  1:23 specify font for pdf export? Matt Price
2010-10-21  1:38 ` Thomas S. Dye
2010-10-21  4:29 ` Nick Dokos [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=14663.1287635376@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=moptop99@gmail.com \
    /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).