From 82d52884d37b1a23afa751837ee5df24e03a99a4 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Mon, 2 Jun 2008 14:38:57 +0000 Subject: memoir v1.61803 git-svn-id: svn://tug.org/texlive/trunk@8483 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/makeindex/memoir/basic.gst | 36 +++++++++++++++++++++++++++ Master/texmf-dist/makeindex/memoir/memman.gst | 23 +++++++++++++++++ Master/texmf-dist/makeindex/memoir/memman.ist | 6 +++++ 3 files changed, 65 insertions(+) create mode 100644 Master/texmf-dist/makeindex/memoir/basic.gst create mode 100755 Master/texmf-dist/makeindex/memoir/memman.gst (limited to 'Master/texmf-dist/makeindex/memoir') 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 as: \item \idxmark{}, 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 "}" -- cgit v1.2.3