54 lines
1.4 KiB
EmacsLisp
54 lines
1.4 KiB
EmacsLisp
(TeX-add-style-hook
|
|
"generalizable_wiki"
|
|
(lambda ()
|
|
(TeX-add-to-alist 'LaTeX-provided-package-options
|
|
'(("color" "usenames" "dvipsnames") ("fontenc" "T1") ("hyperref" "pdflang={en-US}" "pdftex") ("hypcap" "all") ("inputenc" "utf8")))
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
|
|
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
|
|
(TeX-run-style-hooks
|
|
"latex2e"
|
|
"sigchi"
|
|
"sigchi10"
|
|
"color"
|
|
"dcolumn"
|
|
"array"
|
|
"balance"
|
|
"graphics"
|
|
"fontenc"
|
|
"txfonts"
|
|
"mathptmx"
|
|
"hyperref"
|
|
"booktabs"
|
|
"textcomp"
|
|
"microtype"
|
|
"hypcap"
|
|
"ccicons"
|
|
"inputenc"
|
|
"tikz")
|
|
(TeX-add-symbols
|
|
'("tabhead" 1)
|
|
"plaintitle"
|
|
"plainauthor"
|
|
"emptyauthor"
|
|
"plainkeywords"
|
|
"plaingeneralterms"
|
|
"UrlFont"
|
|
"pprw"
|
|
"pprh")
|
|
(LaTeX-add-labels
|
|
"plot.editors.time"
|
|
"newcomer-survival")
|
|
(LaTeX-add-bibliographies
|
|
"refs")
|
|
(LaTeX-add-array-newcolumntypes
|
|
"d")
|
|
(LaTeX-add-xcolor-definecolors
|
|
"linkColor"))
|
|
:latex)
|
|
|