2026-01-27T15:28:05
This commit is contained in:
74
.auctex-auto/documentation.el
Normal file
74
.auctex-auto/documentation.el
Normal file
@@ -0,0 +1,74 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(TeX-add-style-hook
|
||||
"documentation"
|
||||
(lambda ()
|
||||
(TeX-add-to-alist 'LaTeX-provided-class-options
|
||||
'(("article" "11pt")))
|
||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
||||
'(("inputenc" "utf8") ("fontenc" "T1") ("graphicx" "") ("longtable" "") ("wrapfig" "") ("rotating" "") ("ulem" "normalem") ("amsmath" "") ("amssymb" "") ("capt-of" "") ("hyperref" "") ("calc" "")))
|
||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
|
||||
(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"
|
||||
"article"
|
||||
"art11"
|
||||
"inputenc"
|
||||
"fontenc"
|
||||
"graphicx"
|
||||
"longtable"
|
||||
"wrapfig"
|
||||
"rotating"
|
||||
"ulem"
|
||||
"amsmath"
|
||||
"amssymb"
|
||||
"capt-of"
|
||||
"hyperref"
|
||||
"calc")
|
||||
(TeX-add-symbols
|
||||
'("cslcitation" 2)
|
||||
'("cslbibitem" 2)
|
||||
'("cslindent" 1)
|
||||
'("cslrightinline" 1)
|
||||
'("cslleftmargin" 1)
|
||||
'("cslblock" 1)
|
||||
"oldsection"
|
||||
"oldsubsection"
|
||||
"oldpar")
|
||||
(LaTeX-add-labels
|
||||
"sec:orga095243"
|
||||
"sec:org4a38da4"
|
||||
"sec:org784d853"
|
||||
"sec:org8218260"
|
||||
"sec:orgc92e0ac"
|
||||
"sec:org80dbf09"
|
||||
"sec:org7e75604"
|
||||
"sec:org9f6d06d"
|
||||
"sec:orga069e15"
|
||||
"sec:orga095516"
|
||||
"sec:org356a6b8"
|
||||
"sec:orgd155bc9"
|
||||
"sec:org20242c9"
|
||||
"sec:orga43d4c9"
|
||||
"sec:org4292208"
|
||||
"sec:orgb038bbe"
|
||||
"sec:orgf872e63"
|
||||
"sec:orgd361433"
|
||||
"sec:org7f48d68"
|
||||
"sec:org700fda6"
|
||||
"sec:org8334b01"
|
||||
"sec:orga992d73"
|
||||
"sec:orgab8c92c")
|
||||
(LaTeX-add-environments
|
||||
'("cslbibliography" 2))
|
||||
(LaTeX-add-lengths
|
||||
"cslhangindent"
|
||||
"csllabelsep"
|
||||
"csllabelwidth"))
|
||||
:latex)
|
||||
|
||||
Reference in New Issue
Block a user