emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: William Henney <whenney@gmail.com>
Cc: emacs-org <emacs-orgmode@gnu.org>
Subject: Re: [org-babel] Bug in org-babel-latex when writing to PDF
Date: Mon, 14 Jun 2010 13:32:30 -0700	[thread overview]
Message-ID: <87k4q19wyp.fsf@gmail.com> (raw)
In-Reply-To: <87iq5liilv.fsf@gmail.com> (Eric Schulte's message of "Mon, 14 Jun 2010 11:17:48 -0700")

typo in my previous mail -- see below

"Eric Schulte" <schulte.eric@gmail.com> writes:

[...]
> (setq org-export-latex-default-packages-alist
>       '(("" "inputenc")
>         ("T1" "fontenc" t)
>         ("" "fixltx2e" nil)
>         ("" "graphicx" t)
>         ("" "longtable" nil)
>         ("" "float" nil)
>         ("" "wrapfig" nil)
>         ("" "soul" t)
>         ("" "t1enc" t)
>         ("" "textcomp" t)
>         ("" "marvosym" t)
>         ("" "wasysym" t)
>         ("" "latexsym" t)
>         ("" "amssymb" t)
>         ("" "hyperref" nil)
>         "\\tolerance=1000"))
> (setq org-export-latex-default-packages-alist '())

should have been

--8<---------------cut here---------------start------------->8---
(setq org-export-latex-default-packages-alist
      '(("" "inputenc")
        ("T1" "fontenc" t)
        ("" "fixltx2e" nil)
        ("" "graphicx" t)
        ("" "longtable" nil)
        ("" "float" nil)
        ("" "wrapfig" nil)
        ("" "soul" t)
        ("" "t1enc" t)
        ("" "textcomp" t)
        ("" "marvosym" t)
        ("" "wasysym" t)
        ("" "latexsym" t)
        ("" "amssymb" t)
        ("" "hyperref" nil)
        "\\tolerance=1000"))
(setq org-export-latex-packages-alist '())
--8<---------------cut here---------------end--------------->8---

Best -- Eric

  parent reply	other threads:[~2010-06-14 20:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 18:04 [org-babel] Bug in org-babel-latex when writing to PDF William Henney
2010-06-14 18:17 ` Eric Schulte
2010-06-14 19:52   ` Sébastien Vauban
2010-06-14 20:32   ` Eric Schulte [this message]
2010-06-14 21:22   ` William Henney
2010-06-14 21:46     ` Eric Schulte
2010-06-15 14:46       ` William Henney

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=87k4q19wyp.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=whenney@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).