emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to use texi2dvi for export to LaTeX?
@ 2012-08-16 19:43 Marius Hofert
  2012-08-16 20:15 ` Achim Gratz
  2012-08-16 22:49 ` Marius Hofert
  0 siblings, 2 replies; 5+ messages in thread
From: Marius Hofert @ 2012-08-16 19:43 UTC (permalink / raw)
  To: Emacs org-mode

Hi,

I found http://orgmode.org/worg/org-dependencies.html and proceeded as described
there to set up texi2dvi for LaTeX export. I don't have the egrep bug mentioned,
so all I had to do was:

1) put this in ~/.emacs:
   (setq org-latex-to-pdf-process "texi2dvi -p %f"); use texi2dvi; see
   http://orgmode.org/worg/org-dependencies.html
2) put this in ~/.profile:
   PDFLATEX="pdflatex --shell-escape"
   export PDFLATEX

texi2dvi is installed on my system (Ubuntu 12.04; Emacs 24; MacBook Air 4,1) and
works. However, if I export an org-mode file via 'C-c C-e p' to LaTeX, I obtain
an error. *Messages* shows:

,----
| call-interactively: Wrong type argument: listp, "texi2dvi -p %f"
`----

Why?

Something I'm wondering: Doesn't %f stand for the base file name with ending
.ps? Shouldn't it be texi2dvi -p %t? Trying this led to the same error, though.

Cheers,

Marius

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-16 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16 19:43 How to use texi2dvi for export to LaTeX? Marius Hofert
2012-08-16 20:15 ` Achim Gratz
2012-08-16 20:45   ` Nick Dokos
2012-08-16 20:54     ` Achim Gratz
2012-08-16 22:49 ` Marius Hofert

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).