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:erreurs:normalsize_not_defined [2018/06/17 23:52] d.p.carlisle |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | ||
- | title: '`\normalsize` not defined' | ||
- | category: errors | ||
- | permalink: /FAQ-normalszmiss | ||
- | --- | ||
- | |||
- | The LaTeX error: | ||
- | ```latex | ||
- | The font size command \normalsize is not defined: | ||
- | there is probably something wrong with the class file. | ||
- | ``` | ||
- | reports something pretty fundamental (document base font size has not | ||
- | been set, something the document class does for you). It _can_, | ||
- | in principle, be a problem with the document class, but is more often | ||
- | caused by the user forgetting to start their document with a | ||
- | `\documentclass` command. | ||
- | |||