From: "Berry, Charles" <ccberry@health.ucsd.edu>
To: Norman Walsh <ndw@nwalsh.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Wholesale changes to LaTeX headers
Date: Tue, 31 Dec 2019 18:55:36 +0000 [thread overview]
Message-ID: <9464DFCB-8715-4D3A-8C48-020FE2A846DD@ucsd.edu> (raw)
In-Reply-To: <m25zhw4i31.fsf@nwalsh.com>
> On Dec 31, 2019, at 7:42 AM, Norman Walsh <ndw@nwalsh.com> wrote:
>
> Hi,
>
> I want to make wholesale changes to the LaTeX preamble exported from
> Org mode. I want to put \RequirePackage and \PassOptionsToPackage
> calls before the \documentclass, I want to write a specific set of
> macros after the \documentclass, I want to craft a couple of
> \renewcommands, etc.
>
> Where should I begin?
Execute this src block:
#+begin_src emacs-lisp :results none
(info "(org) LaTeX header and sectioning")
(describe-variable 'org-latex-classes)
#+end_src
Browse the *info* buffer and study the *Help* buffer.
Then type
`M-x customize-variable RET org-latex-classes RET`
and add your custom class or modify an existing class to your liking.
HTH,
Chuck
next prev parent reply other threads:[~2019-12-31 18:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-31 15:42 Wholesale changes to LaTeX headers Norman Walsh
2019-12-31 18:55 ` Berry, Charles [this message]
2019-12-31 19:18 ` Tim Cross
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=9464DFCB-8715-4D3A-8C48-020FE2A846DD@ucsd.edu \
--to=ccberry@health.ucsd.edu \
--cc=emacs-orgmode@gnu.org \
--cc=ndw@nwalsh.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).