blob: 810b96d16c0a01add8d81dff8ad43ae2427e4943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
;; $Id: letter-order.xdy,v 1.1 2004/05/24 21:53:27 jschrod Exp $
;;------------------------------------------------------------
;;;
;;; letter order scheme
;;;
;;; spaces are ignored, "index style" is sorted after "indexing".
;;;
(sort-rule " " "")
;;======================================================================
;;
;; $Log: letter-order.xdy,v $
;; Revision 1.1 2004/05/24 21:53:27 jschrod
;; Standard modules, introduced in "LaTeX Companion Release".
;;
|