|
* tex-conf.el (TeX-after-compilation-finished-functions): Revert the
PDF after compilation.
(pdf-sync-forward-display-action):
(pdf-sync-backward-display-action): Display the PDF in the same
window.
(TeX-source-correlate-start-server): Start syncronization between the
TeX buffer and the PDF buffer.
(font-latex-fontify-sectioning): Make sections bigger.
(LaTeX-mode-hook): Add my own preparation function.
(open-paren): Insert a pair of parentheses and put the cursor in
between.
(open-curly): Insert a pair of curly braces and put the cursor in
between.
(open-bracket): Insert a pair of square brackets and put the cursor in
between.
(durand-delete-pair): When the character before point is an open
bracket, delete the corresponding closing bracket as well.
(end-exit-paren): When the character after point is a closing bracket,
exit out of it instead of inserting a closing bracket.
(open-back-paren): If the character before point is a closing bracket,
go back one character into the brackets.
(parens-require-spaces): Don't require spaces around parentheses.
(durand-prepare-latex): Treat the escape character as a symbol, turn
on auto-fill, and don't require spaces around parentheses.
(durand-latex-delete-newline): Delete a newline before point, if any.
(LaTeX-section-hook): Delete the newline between the section and the
label, so that chktex doesn't complain about that space.
|