summaryrefslogtreecommitdiff
path: root/Master/texmf/xindy/modules/styles/basic.xdy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/xindy/modules/styles/basic.xdy')
-rw-r--r--Master/texmf/xindy/modules/styles/basic.xdy36
1 files changed, 0 insertions, 36 deletions
diff --git a/Master/texmf/xindy/modules/styles/basic.xdy b/Master/texmf/xindy/modules/styles/basic.xdy
deleted file mode 100644
index 08df4bc66dc..00000000000
--- a/Master/texmf/xindy/modules/styles/basic.xdy
+++ /dev/null
@@ -1,36 +0,0 @@
-;; $Id: basic.xdy,v 1.2 2008/01/09 15:13:54 jschrod Exp $ -*- Lisp -*-
-;; ------------------------------------------------------------
-;; (history at end)
-;; Licensed under GPL, see README and LICENSE.
-
-
-;;;
-;;; Very basic xindy style, to get some TeX-like output at all.
-;;; Useful for testing without the whole texindy framework.
-;;; It assumes the alphabets to be handled elsewhere, by language modules.
-;;;
-
-(define-location-class "page-numbers" ("arabic-numbers"))
-(define-attributes ("default"))
-
-(markup-letter-group :open-head "~n~n \textbf{" :close-head "}~n"
- :capitalize)
-
-(markup-indexentry :open "~n \item " :depth 0)
-(markup-indexentry :open "~n \subitem " :depth 1)
-(markup-indexentry :open "~n \subsubitem " :depth 2)
-
-(markup-locclass-list :open "\quad ")
-(markup-locref-list :sep ", ")
-(markup-range :sep "--")
-
-
-;======================================================================
-;;
-;; $Log: basic.xdy,v $
-;; Revision 1.2 2008/01/09 15:13:54 jschrod
-;; Add another newline in front of letter groups.
-;;
-;; Revision 1.1 2006/08/05 15:58:11 jschrod
-;; Initial revision.
-;;