|
@@ -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"
|