From 35dfe7a6a088eb623a6f1a840fa573c4086a5c14 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Feb 2009 00:55:44 +0000 Subject: (belated?) amsmidx update, 14feb09 git-svn-id: svn://tug.org/texlive/trunk@12163 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/amscls/amsmidx.txt | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/amscls/amsmidx.txt (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/amscls/amsmidx.txt b/Master/texmf-dist/doc/latex/amscls/amsmidx.txt new file mode 100644 index 00000000000..307c24ec39f --- /dev/null +++ b/Master/texmf-dist/doc/latex/amscls/amsmidx.txt @@ -0,0 +1,45 @@ +Instructions for using amsmidx.sty + +Put these commands in the preamble: + + \usepackage{amsmidx} + \makeindex{} + +for example: + + \makeindex{subject} + \makeindex{author} + +You may include as many indexes as you need using whatever file names +make sense. Each \makeindex command will initiate the creation of a +.idx file. + +To identify the index entries in the text: + + \index{}{index term} + +This will populate the .idx files. Do not leave a space between the +\index entry and the text being indexed; that leaves unsightly spaces +in the output, and may also cause the page number for the index entry +to be different from the page where the term actually appears. + +In the backmatter, insert \Printindex commands to print the indexes; +the second argument gives the title to be printed at the top of the +index: + + \Printindex{}{First Index} + \Printindex{}{Second Index} + +When the file is processed, files of index terms, .idx, +will be generated. To sort the index terms, process the .idx files +separately with Makeindex; this will create .ind files, +which will in turn be input by \Printindex the next time the .tex file +is processed. + +To include a paragraph of comments below the index title, insert the +text as an \indexcomment before the relevant \Printindex: + + \indexcomment{Text of comments} + \Printindex{}{...} + +The \indexcomment text will be cleared after use. -- cgit v1.2.3