Files
uni/third/semester1/CT331: Programming Paradigms/assignments/assignment3/latex/.auctex-auto/CT331-Assignment-3.el

35 lines
1.1 KiB
EmacsLisp

(TeX-add-style-hook
"CT331-Assignment-3"
(lambda ()
(TeX-add-to-alist 'LaTeX-provided-class-options
'(("article" "a4paper")))
(TeX-add-to-alist 'LaTeX-provided-package-options
'(("babel" "english") ("hyperref" "final" "colorlinks=false" "urlcolor=cyan") ("datetime" "yyyymmdd")))
(add-to-list 'LaTeX-verbatim-environments-local "minted")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
(TeX-run-style-hooks
"latex2e"
"article"
"art10"
"microtype"
"babel"
"hyperref"
"changepage"
"fontspec"
"minted"
"xcolor"
"pgfplots"
"caption"
"datetime"
"titlesec")
(LaTeX-add-environments
"code"))
:latex)