Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
2_programmation:qualite_de_votre_code_latex [2018/06/03 13:17] joseph.wright |
2_programmation:qualite_de_votre_code_latex [2021/04/08 11:01] yannick.tanguy Correction d'une coquille. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment améliorer la qualité d'un code LaTeX? ====== |
- | title: The quality of your LaTeX | + | |
- | category: programming | + | |
- | tags: | + | |
- | - latex | + | |
- | - macros | + | |
- | permalink: / | + | |
- | --- | + | |
- | The [`l2tabu`](https://ctan.org/ | + | Avant tout chose, la lecture du tutoriel //[[ctanpkg> |
- | [online introductions](FAQ-man-latex)) is undoubtedly a | + | |
- | good read. | + | |
- | However, it's always difficult to remember the things you should | + | Cependant, il est souvent difficile de se souvenir systématiquement des choses que vous ne devez //pas// faire, quand il y a déjà tant à savoir sur ce que vous devez faire. Des automatisations sont heureusement possibles ! |
- | _not_ do, when there are so many things to remember that you | + | |
- | really must do: some automation is useful& | + | |
- | The nicely-named | + | ===== Avec l' |
- | of checks to your document, | + | |
- | messages | + | L' |
- | ```latex | + | |
+ | < | ||
Package nag Warning: Command \bf is an old LaTeX 2.09 command. | Package nag Warning: Command \bf is an old LaTeX 2.09 command. | ||
(nag) Use \bfseries or \textbf instead on input line 30. | (nag) Use \bfseries or \textbf instead on input line 30. | ||
- | ``` | + | </ |
- | (the package provides a demo file which contains most of the sorts | + | |
- | of errors you might make& | + | L' |
- | While [`l2tabu`](https://ctan.org/pkg/l2tabu) and [`nag`](https: | + | |
- | programming errors, you should not forget that they are merely | + | Notez bien que [[ctanpkg> |
- | commenting on _style_; don't assume that a [`nag`](https:// | + | |
- | going to damn your code& | + | |
- | your fingers not to do the same "next time". | + | |
- | The `lacheck` program analyses your source and comments on | + | ===== Avec le programme |
- | it; its view of what is " | + | |
- | documentation says), but it can be useful. | + | |
+ | Le programme [[ctanpkg> | ||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |