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

Deuxième essai

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