nit(latex): table d'hôte

This is a huge set of pedantic changes, none them affecting actual code.

Mostly, I tried to:
- use consistent names; e.g, use LaTeX wherever possible, not latex;
- fix broken symbol links;
- use capitalized comments with full stops.
This commit is contained in:
Dominik Schrempf
2021-11-24 13:08:34 +01:00
committed by GitHub
parent 3431cec2b2
commit a16571db04
6 changed files with 75 additions and 72 deletions

View File

@ -3,10 +3,10 @@
(use-package! reftex
:hook (LaTeX-mode . reftex-mode)
:config
;; set up completion for citations and references
;; Set up completion for citations and references.
(set-company-backend! 'reftex-mode 'company-reftex-labels 'company-reftex-citations)
;; Get ReTeX working with biblatex
;; http://tex.stackexchange.com/questions/31966/setting-up-reftex-with-biblatex-citation-commands/31992#31992
;; Get RefTeX working with BibLaTeX, see
;; http://tex.stackexchange.com/questions/31966/setting-up-reftex-with-biblatex-citation-commands/31992#31992.
(setq reftex-cite-format
'((?a . "\\autocite[]{%l}")
(?b . "\\blockcquote[]{%l}{}")
@ -31,7 +31,7 @@
:e "q" #'kill-buffer-and-window
:e "ESC" #'kill-buffer-and-window)))
;; set up mode for bib files
;; Set up mode for bib files.
(after! bibtex
(setq bibtex-dialect 'biblatex
bibtex-align-at-equal-sign t