(auto-insert-alist) <latex-mode>: Use
\documentclass.
This commit is contained in:
parent
92819e90bb
commit
47e58cf5b9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ If this contains a %s, that will be replaced by the matching rule."
|
|||
(latex-mode
|
||||
;; should try to offer completing read for these
|
||||
"options, RET: "
|
||||
"\\documentstyle[" str & ?\] | -1
|
||||
"\\documentclass[" str & ?\] | -1
|
||||
?{ (read-string "class: ") "}\n"
|
||||
("package, %s: "
|
||||
"\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue