Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
domaines_specialises:mathematiques:arguments_contre_eqnarray2 [2018/12/04 00:07] – jejust | domaines_specialises:mathematiques:arguments_contre_eqnarray2 [2020/11/16 07:48] (Version actuelle) – Suppression de la page reportée (et traduite) sur la page française. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Why not use `eqnarray`? ====== | ||
- | |||
- | |||
- | The environment '' | ||
- | occasional user of mathematics in LaTeX documents: it seems to | ||
- | allow aligned systems of equations. | ||
- | things, but it makes a serious mess of spacing. | ||
- | |||
- | <code latex> | ||
- | \begin{eqnarray} | ||
- | a & = & b + c \\ | ||
- | x & = & y - z | ||
- | \end{eqnarray} | ||
- | </ | ||
- | the spacing around the " | ||
- | metrics for the font from which the glyph comes --- it's | ||
- | '' | ||
- | associated with real arrays elsewhere in the document. | ||
- | |||
- | The user is far better served by the | ||
- | [[ctanpkg> | ||
- | provides an '' | ||
- | the needs of mathematicians in mind (as opposed to the convenience of | ||
- | LaTeX programmers). | ||
- | other [[ctanpkg> | ||
- | alignment environments are capable of far greater | ||
- | things), code as: | ||
- | |||
- | <code latex> | ||
- | \begin{align} | ||
- | a & = b + c \\ | ||
- | x & = y - z | ||
- | \end{align} | ||
- | </ | ||
- | The matter is discussed in more detail in a | ||
- | [[https:// | ||
- | by Lars Madsen; Stefan Kottwitz offers a | ||
- | [[http:// | ||
- | which includes screen shots of the output, convincingly demonstrating | ||
- | the problem. | ||
- | |||
- | |||
- | ----- | ||
- | |||
- | //Source:// [[faquk> | ||
- | |||
- | {{htmlmetatags> | ||
- | metatag-og: | ||
- | metatag-og: | ||
- | }} | ||