emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* use #+INDEX: for multiple indices latex export
@ 2016-11-08 20:24 Charles Millar
  0 siblings, 0 replies; only message in thread
From: Charles Millar @ 2016-11-08 20:24 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi,

Given as a very minimal example

#+latex_header: \usepackage{imakeidx}
#+latex_header: \makeindex[title=INDEX]
#+latex_header: \makeindex[name=foo, title=FOOINDEX]

is it possible to generate multiple indices using #+INDEX:

just as

* some heading on page 1
#+latex: \index[foo]{bar}

* some heading on page 2
#+latex: \index{baz}

#+latex: \printindex[foo]
#+latex: \printindex

will give

FOOINDEX

bar, 1

. . . .

INDEX

baz, 2

Charlie Millar

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-08 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 20:24 use #+INDEX: for multiple indices latex export Charles Millar

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