summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-01 11:07:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-01 11:07:18 +0000
commit71d48c02c58e34346c5c269eaaf00e735e9344ba (patch)
tree77bc6298adfbc393dc02d1b4ea9de35acc71ee30 /Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy
parent288fc6e5e58880b29f34ee279e96fd6de0c0aa5f (diff)
import xindy-2.4 as utils/xindy-new (still incomplete)
git-svn-id: svn://tug.org/texlive/trunk@16260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy')
-rw-r--r--Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy b/Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy
new file mode 100644
index 00000000000..451ae9ac472
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/modules/base/ff-ranges-only.xdy
@@ -0,0 +1,25 @@
+;; $Id: ff-ranges-only.xdy,v 1.1 2004/05/24 21:53:27 jschrod Exp $
+;;------------------------------------------------------------
+
+;;;
+;;; ff ranges only
+;;;
+;;; Use "f" for two pages, "ff" notation for ranges of three and more pages
+;;;
+
+;; FIXME: This will output a warning about a redefinition if latex.xdy
+;; is already loaded. Which it is, most of the time. I don't want that
+;; message, and we should get rid of it.
+(define-location-class "arabic-page-numbers"
+ ("arabic-numbers") :min-range-length 1)
+
+(markup-range :sep "f" :length 1 :ignore-end :class "arabic-page-numbers")
+(markup-range :sep "ff" :ignore-end :class "arabic-page-numbers")
+
+
+;;======================================================================
+;;
+;; $Log: ff-ranges-only.xdy,v $
+;; Revision 1.1 2004/05/24 21:53:27 jschrod
+;; Standard modules, introduced in "LaTeX Companion Release".
+;;