]> code.communitydata.science - rises_declines_wikia_code.git/blob - paper_source/auto/generalizable_wiki.el
Initial commit
[rises_declines_wikia_code.git] / paper_source / auto / generalizable_wiki.el
1 (TeX-add-style-hook
2  "generalizable_wiki"
3  (lambda ()
4    (TeX-add-to-alist 'LaTeX-provided-package-options
5                      '(("color" "usenames" "dvipsnames") ("fontenc" "T1") ("hyperref" "pdflang={en-US}" "pdftex") ("hypcap" "all") ("inputenc" "utf8")))
6    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
7    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
8    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
9    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
10    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
11    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
12    (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
13    (TeX-run-style-hooks
14     "latex2e"
15     "sigchi"
16     "sigchi10"
17     "color"
18     "dcolumn"
19     "array"
20     "balance"
21     "graphics"
22     "fontenc"
23     "txfonts"
24     "mathptmx"
25     "hyperref"
26     "booktabs"
27     "textcomp"
28     "microtype"
29     "hypcap"
30     "ccicons"
31     "inputenc"
32     "tikz")
33    (TeX-add-symbols
34     '("tabhead" 1)
35     "plaintitle"
36     "plainauthor"
37     "emptyauthor"
38     "plainkeywords"
39     "plaingeneralterms"
40     "UrlFont"
41     "pprw"
42     "pprh")
43    (LaTeX-add-labels
44     "plot.editors.time"
45     "newcomer-survival")
46    (LaTeX-add-bibliographies
47     "refs")
48    (LaTeX-add-array-newcolumntypes
49     "d")
50    (LaTeX-add-xcolor-definecolors
51     "linkColor"))
52  :latex)
53

Community Data Science Collective || Want to submit a patch?