unix-conf/.emacs.d/elpa/auctex-11.89.1/style/czech.el

10 lines
279 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; czech.el --- Setup AUCTeX for editing Czech text.
(TeX-add-style-hook
"czech"
(lambda ()
(unless (eq (car TeX-quote-language) 'override)
(setq TeX-quote-language `("czech" "\\uv{" "}" ,TeX-quote-after-quote)))
(run-hooks 'TeX-language-cz-hook))
LaTeX-dialect)