Add CT331 Programming Paradigms
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
(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)
|
||||
|
Reference in New Issue
Block a user