File: tipa.el

package info (click to toggle)
tipa 19960624-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 888 kB
  • ctags: 27
  • sloc: perl: 1,636; sh: 256; makefile: 83; lisp: 14
file content (15 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(TeX-add-style-hook "tipa"
 (function
  (lambda ()
    (LaTeX-add-environments
     "IPA")
    (TeX-add-symbols
     '("nrsuper" 1)
     '("textipa" 1)
     "tsipa"
     "tipa"
     "super")
    (TeX-run-style-hooks
     "extraipa"
     "tone"))))