https://github.com/cran/rstpm2
Raw File
Tip revision: 8195f16396ee6334f80d99db92355d80c43c27c0 authored by Mark Clements on 19 April 2022, 07:10:02 UTC
version 1.5.5
Tip revision: 8195f16
aft.el
(TeX-add-style-hook
 "aft"
 (lambda ()
   (TeX-run-style-hooks
    "latex2e"
    "article"
    "art10"
    "amsmath"))
 :latex)

back to top