Initial commit
p# new file: runwikiq.sh
This commit is contained in:
53
paper_source/auto/generalizable_wiki.el
Normal file
53
paper_source/auto/generalizable_wiki.el
Normal file
@@ -0,0 +1,53 @@
|
||||
(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)
|
||||
|
||||
Reference in New Issue
Block a user