1
0

Update on Overleaf.

This commit is contained in:
2023-02-22 19:00:30 +00:00
committed by node
commit c5e0a01713
133 changed files with 24196 additions and 0 deletions

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