From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Robert Love <rblove@airmail.net>
Cc: emacs-orgmode list <emacs-orgmode@gnu.org>
Subject: Re: Example of Make file for Org Mode LaTeX to pdf
Date: Sun, 06 Mar 2016 08:40:46 -0500 [thread overview]
Message-ID: <m2r3fn67xd.fsf@Johns-MacBook-Air.local> (raw)
In-Reply-To: <4A383BD1-2B7C-4AF3-909E-5D1561B1F933@airmail.net>
* Export org-files using a Makefile
#+BEGIN_SRC makefile :tangle Makefile
pdf:
rm -f make-org.pdf
emacs -batch make-org.org -f org-latex-export-to-pdf
open make-org.pdf
#+END_SRC
works for me.
Robert Love writes:
> Does anyone have a make file example that has emacs load an .org file, process it into LaTeX and export as PDF, all from the
> command line without the user doing anything more than type ‘make’? All examples appreciated.
>
> —
> Bob Love
> "Insisting on perfect safety is for people who don't have the balls to live in the real world." -- Mary Shafer, NASA Dryden
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
next prev parent reply other threads:[~2016-03-06 13:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-05 5:43 Example of Make file for Org Mode LaTeX to pdf Robert Love
2016-03-06 13:26 ` Myles English
2016-03-06 13:40 ` John Kitchin [this message]
2016-03-06 18:34 ` Eric S Fraga
2016-03-07 8:55 ` Loris Bennett
2016-03-07 14:20 ` Nick Dokos
2016-03-07 15:26 ` Eric S Fraga
2016-03-07 16:10 ` Loris Bennett
2016-03-09 3:38 ` Robert Love
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=m2r3fn67xd.fsf@Johns-MacBook-Air.local \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=rblove@airmail.net \
/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).