diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-02 14:38:57 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-02 14:38:57 +0000 |
commit | 82d52884d37b1a23afa751837ee5df24e03a99a4 (patch) | |
tree | 48ee8859c29f8239296f846b3b26a8d249ea5576 /Master/texmf-dist/makeindex/memoir | |
parent | 968c2c8410e2d768d324c6f06c6a92395b77cf16 (diff) |
memoir v1.61803
git-svn-id: svn://tug.org/texlive/trunk@8483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/makeindex/memoir')
-rw-r--r-- | Master/texmf-dist/makeindex/memoir/basic.gst | 36 | ||||
-rwxr-xr-x | Master/texmf-dist/makeindex/memoir/memman.gst | 23 | ||||
-rw-r--r-- | Master/texmf-dist/makeindex/memoir/memman.ist | 6 |
3 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/makeindex/memoir/basic.gst b/Master/texmf-dist/makeindex/memoir/basic.gst new file mode 100644 index 00000000000..0e53f182a36 --- /dev/null +++ b/Master/texmf-dist/makeindex/memoir/basic.gst @@ -0,0 +1,36 @@ +%% +%% This is file `basic.gst', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% memoir.dtx (with options: `gst') +%% +%% Author: Peter Wilson (herries dot press at earthlink dot net) +%% Herries Press +%% Copyright 2001--2008 Peter R. Wilson +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any +%% later version. +%% The latest version of the license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2003/06/01 or later. +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This work consists of the files listed in the README file. +%% +%%%%% basic.gst basic makeindex glossary configuration file for memoir +%%%%% Output style parameters +preamble "\\begin{theglossary}" +postamble "\n\\end{theglossary}\n" +group_skip "\n\\glossaryspace\n" +item_0 "\n\\glossitem" +delim_0 "{\\memglonum{" +encap_suffix "}}}" +%%% Input style parameters +keyword "\\glossaryentry" + diff --git a/Master/texmf-dist/makeindex/memoir/memman.gst b/Master/texmf-dist/makeindex/memoir/memman.gst new file mode 100755 index 00000000000..33b5aa0bbe5 --- /dev/null +++ b/Master/texmf-dist/makeindex/memoir/memman.gst @@ -0,0 +1,23 @@ +%%% memman.gst makindex glossary style file for memman and friends +%%% Output style parameters +preamble "\\begin{theglossary}" +postamble "\n\\end{theglossary}\n" +group_skip "\n\\glossaryspace\n" +item_0 "\n\\glossitem" +delim_0 "{\\memglonum{" +encap_suffix "}}}" +indent_space "\t" +indent_length 2 +%%% headings_flag 1 +%%% heading_prefix "{\\centering\\bfseries " +%%% heading_suffix "\\par}" +%%% Input style parameters +keyword "\\glossaryentry" +actual '?' +page_compositor "." + + + + + + diff --git a/Master/texmf-dist/makeindex/memoir/memman.ist b/Master/texmf-dist/makeindex/memoir/memman.ist index 3c056b447dc..eb1e1c546e0 100644 --- a/Master/texmf-dist/makeindex/memoir/memman.ist +++ b/Master/texmf-dist/makeindex/memoir/memman.ist @@ -6,5 +6,11 @@ actual '?' % ? instead of @ % output main entry <entry> as: \item \idxmark{<entry>}, item_0 "\n\\item \\idxmark{" delim_0 "}, " +% not forgetting the subitem case% added 2008 +item_x1 "} \n \\subitem " +% Wrap and uppercase head letters +headings_flag 1 +heading_prefix "\\doidxbookmark{" +heading_suffix "}" |