blob: 44d3743a48f2b5735ff91860b5fa6df2639c0dfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
;; $Id: ignore-hyphen.xdy,v 1.1 2004/05/24 21:53:27 jschrod Exp $
;;------------------------------------------------------------
;;;
;;; ignore hyphen scheme
;;;
;;; hyphens are ignored, "ad-hoc" is sorted as "adhoc".
;;;
(sort-rule "-" "")
;;======================================================================
;;
;; $Log: ignore-hyphen.xdy,v $
;; Revision 1.1 2004/05/24 21:53:27 jschrod
;; Standard modules, introduced in "LaTeX Companion Release".
;;
|