|
|
|
@ -269,10 +269,13 @@ closing brace." |
|
|
|
(concat TeX-esc "end" TeX-grop |
|
|
|
(concat TeX-esc "end" TeX-grop |
|
|
|
environment TeX-grcl)) |
|
|
|
environment TeX-grcl)) |
|
|
|
(match-beginning 0))) |
|
|
|
(match-beginning 0))) |
|
|
|
(indent-region env-start env-end) ;;does this work? |
|
|
|
;; The following apparently does not work. |
|
|
|
|
|
|
|
;; (indent-region env-start env-end) |
|
|
|
|
|
|
|
(fill-paragraph) |
|
|
|
(run-hook-with-args 'LaTeX-after-insert-env-hooks |
|
|
|
(run-hook-with-args 'LaTeX-after-insert-env-hooks |
|
|
|
environment env-start env-end))) |
|
|
|
environment env-start env-end))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(load "latex-compile-filters.el") |
|
|
|
(load "latex-compile-filters.el") |
|
|
|
|
|
|
|
|
|
|
|
;; * add bibretrieve |
|
|
|
;; * add bibretrieve |
|
|
|
|