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/12/03 23:16] – jejust | 3_composition:illustrations:dessiner_avec_tex2 [2022/11/30 16:54] (Version actuelle) – <> → ⟨⟩ dbitouze | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | Certains langages permettant de présenter des graphiques peuvent être utilisés directement dans le code source de documents < | ||
- | 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 [[ctanpkg> | + | ===== Asymptote ===== |
- | '' | + | |
- | '' | + | |
- | 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 | + | |
- | ``` | + | |
- | - egplot Allows you to incorporate '' | + | |
- | instructions in your document, for processing outside of LaTeX. | + | |
- | The package provides commands that enable the user to do calculation | + | |
- | in '' | + | |
- | to be drawn. | + | |
- | - gmp Allows you to include the source of MetaPost diagrams, with | + | |
- | parameters of the diagram passed from the environment call. | + | |
- | - emp An earlier package providing facilities similar to those of | + | |
- | [[ctanpkg>gmp|gmp]] ([[ctanpkg> | + | |
- | support the facilities [[ctanpkg> | + | |
- | of update.) | + | |
- | - mpgraphics Again, allows you to program parameters of MetaPost | + | |
- | diagrams from your LaTeX document, including the preamble details | + | |
- | of the LaTeX code in any recursive call from MetaPost. | + | |
- | In all cases (other than [[ctanpkg> | + | Ensuite, il faut exécuter ici les commandes suivantes (on suppose ici qu'il est nommé '' |
- | that you can | + | |
- | [[FAQ-spawnprog|run external programs from within your document]]. | + | |
+ | <code bash> | ||
+ | latex document | ||
+ | asy document-*.asy | ||
+ | latex document | ||
+ | </ | ||
- | ----- | + | ===== GNUplot ===== |
- | // | + | L' |
- | {{htmlmetatags> | + | ===== MetaPost ===== |
+ | |||
+ | Trois extensions vous permettent d' | ||
+ | * [[ctanpkg> | ||
+ | * [[ctanpkg> | ||
+ | * [[ctanpkg> | ||
+ | |||
+ | ----- | ||
+ | // | ||
+ | * [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
metatag-og: | metatag-og: | ||
metatag-og: | metatag-og: | ||
}} | }} | ||
- |