diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-11 13:18:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-11 13:18:37 +0000 |
commit | bc7e6ba64528ec9408b8440f62e1e6de4bbabb35 (patch) | |
tree | 5837315256efc0ea53f38a1574d638826234f64d /Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy | |
parent | 84b958df892c3589ae527aa37413c50f7001c55a (diff) |
rename xindy (2.3) => xindy-old
git-svn-id: svn://tug.org/texlive/trunk@18198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy')
-rw-r--r-- | Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy b/Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy new file mode 100644 index 00000000000..3a39a5c922b --- /dev/null +++ b/Build/source/utils/xindy-old/modules/base/latex-loc-fmts.xdy @@ -0,0 +1,25 @@ +;; $Id: latex-loc-fmts.xdy,v 1.2 2006/08/31 00:10:59 jschrod Exp $ +;;------------------------------------------------------------ + +;;; +;;; Define default location attributes, and their markup. +;;; + +;; Default attributes are all merged into one location group. +(define-attributes (("default" "textbf" "textit" "hyperpage"))) + +(markup-locref :open "\textbf{" :close "}" :attr "textbf") +(markup-locref :open "\textit{" :close "}" :attr "textit") +(markup-locref :open "\hyperpage{" :close "}" :attr "hyperpage") + + + +;;====================================================================== +;; +;; $Log: latex-loc-fmts.xdy,v $ +;; Revision 1.2 2006/08/31 00:10:59 jschrod +;; Ticket 1549661: Default attributes should be in the same location group. +;; +;; Revision 1.1 2004/05/24 21:53:27 jschrod +;; Standard modules, introduced in "LaTeX Companion Release". +;; |