summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/modules/base/latin-lettergroups.xdy
blob: 5a48b871600df0b494ba3d51b4439fe575f4c5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;; $Id: latin-lettergroups.xdy,v 1.3 2008/01/09 15:13:29 jschrod Exp $
;;------------------------------------------------------------

;;;
;;; latin lettergroups
;;;

(markup-letter-group :open-head "~n  \lettergroupDefault{" :close-head "}"
		     :group "default")
(markup-letter-group :open-head "~n  \lettergroup{" :close-head "}")


;;======================================================================
;;
;; $Log: latin-lettergroups.xdy,v $
;; Revision 1.3  2008/01/09 15:13:29  jschrod
;;     Configurable section headline for the Default letter group.
;;
;; Revision 1.2  2006/11/07 01:16:50  jschrod
;;     Prevent page break after letter group heading.
;; Introduce a \lettergroup tag for that, which can be redefined
;; by the user in an own theindex environment. (Ticket 1255990)
;;
;; Revision 1.1  2004/05/24 21:53:27  jschrod
;;     Standard modules, introduced in "LaTeX Companion Release".
;;