Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| composition:illustrations:dessiner_avec_tex2 [2018/05/24 17:02] – joseph.wright | 3_composition:illustrations:dessiner_avec_tex2 [2022/11/30 16:54] (Version actuelle) – <> → ⟨⟩ dbitouze | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | --- | + | ====== Quels langages de description graphique peut-on utiliser avec LaTeX? ====== |
| - | section: Graphics | + | |
| - | permalink: / | + | |
| - | date: 2014-06-10 | + | |
| - | --- | + | |
| - | # In-line | + | Certains langages permettant de présenter des graphiques peuvent être utilisés directement dans le code source |
| - | Some of the free-standing graphics applications may also be used | + | Notez bien que, dans la plupart des cas (hors [[ctanpkg> |
| - | (effectively) in-line in LaTeX documents; examples are | + | |
| - | - asymptoteThe package [`asymptote`](https:// | + | ===== Asymptote ===== |
| - | `asymptote` distribution) defines an environment | + | |
| - | `asy` which arranges that its contents are available for | + | |
| - | processing, and will therefore be typeset (after '' | + | |
| - | the '' | + | |
| - | Basically, you write | + | L' |
| - | ```latex | + | |
| - | \begin{asy}` | + | |
| - | <asymptote | + | |
| - | | + | <code latex> |
| - | ``` | + | \begin{asy} |
| - | and then execute | + | ⟨code asymptote⟩ |
| - | | + | \end{asy} |
| - | latex document | + | </code> |
| - | asy document-*.asy | + | |
| - | latex document | + | |
| - | ``` | + | |
| - | - egplotAllows you to incorporate `GNUplot` | + | |
| - | instructions in your document, for processing outside of LaTeX. | + | |
| - | The package provides commands that enable the user to do calculation | + | |
| - | in `GNUplot`, feeding the results into the diagram | + | |
| - | to be drawn. | + | |
| - | - gmpAllows you to include the source of MetaPost diagrams, with | + | |
| - | parameters of the diagram passed from the environment call. | + | |
| - | - empAn earlier package providing facilities similar to those of | + | |
| - | [`gmp`](https: | + | |
| - | support the facilities [`emp`](https:// | + | |
| - | of update.) | + | |
| - | - mpgraphicsAgain, | + | |
| - | diagrams from your LaTeX document, including the preamble details | + | |
| - | of the LaTeX code in any recursive call from MetaPost. | + | |
| - | In all cases (other than [`asymptote`](https:// | + | Ensuite, il faut exécuter ici les commandes suivantes |
| - | that you can | + | |
| - | [run external programs from within your document](FAQ-spawnprog.md). | + | |
| + | <code bash> | ||
| + | latex document | ||
| + | asy document-*.asy | ||
| + | latex document | ||
| + | </ | ||
| + | ===== GNUplot ===== | ||
| + | |||
| + | L' | ||
| + | |||
| + | ===== MetaPost ===== | ||
| + | |||
| + | Trois extensions vous permettent d' | ||
| + | * [[ctanpkg> | ||
| + | * [[ctanpkg> | ||
| + | * [[ctanpkg> | ||
| + | |||
| + | ----- | ||
| + | //Source:// | ||
| + | * [[faquk> | ||
| + | |||
| + | {{htmlmetatags> | ||
| + | metatag-og: | ||
| + | metatag-og: | ||
| + | }} | ||

