14 lines
206 B
EmacsLisp
14 lines
206 B
EmacsLisp
(TeX-add-style-hook
|
|
"iv_perspective_example"
|
|
(lambda ()
|
|
(TeX-run-style-hooks
|
|
"latex2e"
|
|
"standalone"
|
|
"standalone10"
|
|
"tikz"
|
|
"makecell")
|
|
(TeX-add-symbols
|
|
"myindent"))
|
|
:latex)
|
|
|