1
0

Initial commit

p#	new file:   runwikiq.sh
This commit is contained in:
2018-06-02 15:32:19 -07:00
commit 72633c193b
202 changed files with 21929 additions and 0 deletions

View 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)