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 Prochaine révision Les deux révisions suivantes | ||
2_programmation:qualite_de_votre_code_latex [2018/06/03 13:17] d.p.carlisle |
2_programmation:qualite_de_votre_code_latex [2018/12/03 23:29] jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== |
- | title: | + | |
- | category: programming | + | |
- | tags: | + | |
- | - latex | + | |
- | - macros | + | |
- | permalink: / | + | |
- | --- | + | |
- | The [`l2tabu`](https:// | + | |
- | [online introductions](FAQ-man-latex)) is undoubtedly a | + | The [[ctanpkg> |
+ | [[FAQ-man-latex|online introductions]]) is undoubtedly a | ||
good read. | good read. | ||
However, it's always difficult to remember the things you should | However, it's always difficult to remember the things you should | ||
- | _not_ do, when there are so many things to remember that you | + | // |
- | really must do: some automation is useful& | + | really must do: some automation is useful.... |
- | The nicely-named [`nag`](https:// | + | The nicely-named [[ctanpkg> |
of checks to your document, as you run it through LaTeX; you get | of checks to your document, as you run it through LaTeX; you get | ||
messages like: | messages like: | ||
- | ```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 | (the package provides a demo file which contains most of the sorts | ||
- | of errors you might make& | + | of errors you might make --- the example is one of them). |
- | While [`l2tabu`](https:// | + | While [[ctanpkg> |
programming errors, you should not forget that they are merely | programming errors, you should not forget that they are merely | ||
- | commenting on _style_; don't assume that a [`nag`](https:// | + | commenting on //style//; don't assume that a [[ctanpkg> |
- | going to damn your code& | + | going to damn your code --- rather, note the issue and try to train |
your fingers not to do the same "next time". | your fingers not to do the same "next time". | ||
- | The `lacheck` program analyses your source and comments on | + | The '' |
- | it; its view of what is " | + | it; its view of what is " |
documentation says), but it can be useful. | documentation says), but it can be useful. | ||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||