You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
168 B

4 years ago
  1. (TeX-add-style-hook
  2. "main"
  3. (lambda ()
  4. (TeX-run-style-hooks
  5. "latex2e"
  6. "article"
  7. "art10"
  8. "graphicx")
  9. (LaTeX-add-labels
  10. "overflow"))
  11. :latex)