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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 72 deletions

View file

@ -50,8 +50,8 @@ function uses."
"Advice to auto-fold LaTeX macros after functions that
typically insert macros."
;; A simpler approach would be to just fold the whole line, but if point was
;; inside a macro that would would kick it out. So instead we fold the last
;; macro before point, hoping its the one newly inserted.
;; inside a macro that would kick it out. So instead we fold the last macro
;; before point, hoping its the one newly inserted.
(TeX-fold-region (save-excursion
(search-backward "\\" (line-beginning-position) t)
(point))