mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
renamed: sphinx-isolatin.xdy -> LatinRules.xdy
This commit is contained in:
parent
5193c2aa22
commit
d8b90fcd66
@ -1,5 +1,5 @@
|
||||
;; style file for xindy
|
||||
;; filename: sphinx-isolatin.xdy
|
||||
;; filename: LatinRules.xdy
|
||||
;;
|
||||
;; It is based upon xindy's files lang/general/utf8.xdy and
|
||||
;; lang/general/utf8-lang.xdy which implement
|
||||
@ -13,7 +13,8 @@
|
||||
;; observed not to use bytes with octal encoding 0o266 or higher.
|
||||
;;
|
||||
;; So here we use only 0o266 or higher bytes.
|
||||
;;
|
||||
;; (Ŋ, ŋ, IJ, and ij are absent from
|
||||
;; lang/general/utf8.xdy and not included here)
|
||||
;; Contributed by the Sphinx team, 2018.
|
||||
|
||||
(define-letter-group "A" :prefixes ("¶"))
|
@ -31,7 +31,7 @@ XINDYOPTS += -M LICRcyr2utf8.xdy
|
||||
{% endif -%}
|
||||
{% endif -%}
|
||||
{% if xindy_cyrillic -%}
|
||||
XINDYOPTS += -M sphinx-isolatin.xdy
|
||||
XINDYOPTS += -M LatinRules.xdy
|
||||
{% endif -%}
|
||||
# also with pdflatex as LICRlatin2utf8.xdy replaces xindy's /tex/inputenc/utf8.xdy
|
||||
XINDYOPTS += -I xelatex
|
||||
|
Loading…
Reference in New Issue
Block a user