Skip to content
Snippets Groups Projects
Commit 5ac0cba1 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Correction TeX-parse-self

parent 968ba3bd
No related branches found
No related tags found
No related merge requests found
......@@ -612,7 +612,7 @@ Configuration LaTeX basique.
:ensure auctex
:init
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq TeX-parse-self t))
(setq TeX-parse-self t)
:config
(add-hook 'reftex-mode-hook
'(lambda ()
......@@ -621,7 +621,7 @@ Configuration LaTeX basique.
(interactive)
(let ((ivy-count-format "'=' for all | %d/%d "))
(reftex-citation)
)))))
))))))
#+END_SRC
** Gestion de projets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment