diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-11 12:42:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-11 12:42:46 +0000 |
commit | d3e5e9d190cb03a4d72c91c774ab81b77b1391a3 (patch) | |
tree | bc86c108c0753e04f067971ef47082e3a0f8f5a0 /Master/texmf | |
parent | aa34f480a4081b0613a890ba703edbaf67ca6912 (diff) |
update xindy rules
git-svn-id: svn://tug.org/texlive/trunk@18894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-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. |