Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d9cbee57
Commit
d9cbee57
authored
Nov 27, 2003
by
Stefan Monnier
Browse files
(latex-mode): `tex-trailer' is not a regexp.
parent
d46aeafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-1
No files found.
lisp/textmodes/tex-mode.el
View file @
d9cbee57
...
...
@@ -902,7 +902,7 @@ subshell is initiated, `tex-shell-hook' is run."
(set (make-local-variable 'tex-start-of-header)
"
\\\\document\\
(
style\\|class\\)")
(set (make-local-variable 'tex-end-of-header) "\\\\begin\\s-*{document}")
(set (make-local-variable 'tex-trailer) "\\end
\\s-*
{document}\n")
(set (make-local-variable 'tex-trailer) "\\end{document}\n")
;; A line containing just $$ is treated as a paragraph separator.
;; A line starting with $$ starts a paragraph,
;; but does not separate paragraphs if it has more stuff on it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment