Update on Overleaf.
This commit is contained in:
27
charts/example_2_dag/auto/example_2_dag.el
Normal file
27
charts/example_2_dag/auto/example_2_dag.el
Normal file
@@ -0,0 +1,27 @@
|
||||
(TeX-add-style-hook
|
||||
"example_2_dag"
|
||||
(lambda ()
|
||||
(TeX-add-to-alist 'LaTeX-provided-class-options
|
||||
'(("standalone" "12pt")))
|
||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
||||
'(("inputenc" "utf8x") ("fontenc" "T1") ("mathdesign" "garamond")))
|
||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
|
||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
|
||||
(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"
|
||||
"standalone"
|
||||
"standalone12"
|
||||
"ucs"
|
||||
"inputenc"
|
||||
"fontenc"
|
||||
"textcomp"
|
||||
"mathdesign"
|
||||
"tikz"))
|
||||
:latex)
|
||||
|
||||
Reference in New Issue
Block a user