/usr/share/xindy/base/latex-loc-fmts.xdy is in xindy-rules 2.4-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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".
;;
|