1
0
Files
ml_measurement_error_overleaf/auto/iv_perspective_example.el
2023-02-23 18:17:52 +00:00

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)