diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/xindy/modules/base/tex.xdy | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf/xindy/modules/base/tex.xdy b/Master/texmf/xindy/modules/base/tex.xdy index af006ba5553..197dba1b455 100644 --- a/Master/texmf/xindy/modules/base/tex.xdy +++ b/Master/texmf/xindy/modules/base/tex.xdy @@ -1,4 +1,4 @@ -;; $Id: tex.xdy,v 1.2 2005/05/09 20:21:11 jschrod Exp $ +;; $Id: tex.xdy,v 1.3 2010/06/11 11:01:46 jschrod Exp $ ;;------------------------------------------------------------ ;;; @@ -57,6 +57,14 @@ ;;====================================================================== ;; ;; $Log: tex.xdy,v $ +;; Revision 1.3 2010/06/11 11:01:46 jschrod +;; New 2.4 ordrules supports regexps with start-anchored matches. +;; Thus we can activate the leading blank processing rule. The +;; parenthesis-discard rule must trigger everywhere, not just at the +;; start of the index key. +;; The blank suppression clause got optimized, it now triggers only +;; if there are multiple blanks and not for each appearing blank. +;; ;; Revision 1.2 2005/05/09 20:21:11 jschrod ;; Support handling of some common macros for logos; ignore all other ;; TeX commands. |