|
@@ -8,12 +8,12 @@
|
8
|
8
|
(TeX-add-to-alist 'LaTeX-provided-package-options
|
9
|
9
|
'(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem")))
|
10
|
10
|
(add-to-list 'LaTeX-verbatim-environments-local "semiverbatim")
|
11
|
|
- (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
12
|
|
- (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
13
|
|
- (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
14
|
|
- (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
15
|
|
- (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
16
|
11
|
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
|
|
12
|
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
|
13
|
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
|
14
|
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
|
15
|
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
|
16
|
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
17
|
17
|
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
|
18
|
18
|
(TeX-run-style-hooks
|
19
|
19
|
"latex2e"
|
|
@@ -84,6 +84,7 @@
|
84
|
84
|
"sec-11"
|
85
|
85
|
"sec-11-1"
|
86
|
86
|
"sec-11-2"
|
87
|
|
- "sec-11-3"))
|
|
87
|
+ "sec-11-3"
|
|
88
|
+ "sec-11-4"))
|
88
|
89
|
:latex)
|
89
|
90
|
|