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 Dernière révision Les deux révisions suivantes | ||
3_composition:illustrations:dessiner_avec_tex2 [2018/06/03 12:02] d.p.carlisle |
3_composition:illustrations:dessiner_avec_tex2 [2018/12/04 00:16] jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== In-line source for graphics applications ====== |
- | title: In-line source for graphics applications | + | |
- | category: graphics | + | |
- | permalink: /FAQ-inlgrphapp | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
Some of the free-standing graphics applications may also be used | Some of the free-standing graphics applications may also be used | ||
(effectively) in-line in LaTeX documents; examples are | (effectively) in-line in LaTeX documents; examples are | ||
- | - asymptoteThe package [`asymptote`](https://ctan.org/pkg/asymptote) (provided in the | + | - asymptoteThe package [[ctanpkg>asymptote|asymptote]] (provided in the |
- | `asymptote` distribution) defines an environment | + | ''asymptote'' distribution) defines an environment |
- | `asy` which arranges that its contents are available for | + | ''asy'' which arranges that its contents are available for |
processing, and will therefore be typeset (after "enough" runs, in | processing, and will therefore be typeset (after "enough" runs, in | ||
the "usual" LaTeX way). | the "usual" LaTeX way). | ||
Ligne 28: | Ligne 24: | ||
latex document | latex document | ||
``` | ``` | ||
- | - egplot Allows you to incorporate `GNUplot` | + | - egplot Allows you to incorporate ''GNUplot'' |
instructions in your document, for processing outside of LaTeX. | instructions in your document, for processing outside of LaTeX. | ||
The package provides commands that enable the user to do calculation | The package provides commands that enable the user to do calculation | ||
- | in `GNUplot`, feeding the results into the diagram | + | in ''GNUplot'', feeding the results into the diagram |
to be drawn. | to be drawn. | ||
- gmp Allows you to include the source of MetaPost diagrams, with | - gmp Allows you to include the source of MetaPost diagrams, with | ||
parameters of the diagram passed from the environment call. | parameters of the diagram passed from the environment call. | ||
- emp An earlier package providing facilities similar to those of | - emp An earlier package providing facilities similar to those of | ||
- | [`gmp`](https://ctan.org/pkg/gmp) ([`gmp`](https://ctan.org/pkg/gmp)'s author hopes that his package will | + | [[ctanpkg>gmp|gmp]] ([[ctanpkg>gmp|gmp]]'s author hopes that his package will |
- | support the facilities [`emp`](https://ctan.org/pkg/emp), which he believes is in need | + | support the facilities [[ctanpkg>emp|emp]], which he believes is in need |
of update.) | of update.) | ||
- mpgraphics Again, allows you to program parameters of MetaPost | - mpgraphics Again, allows you to program parameters of MetaPost | ||
Ligne 43: | Ligne 39: | ||
of the LaTeX code in any recursive call from MetaPost. | of the LaTeX code in any recursive call from MetaPost. | ||
- | In all cases (other than [`asymptote`](https://ctan.org/pkg/asymptote)), these packages require | + | In all cases (other than [[ctanpkg>asymptote|asymptote]]), these packages require |
that you can | that you can | ||
- | [run external programs from within your document](FAQ-spawnprog). | + | [[FAQ-spawnprog|run external programs from within your document]]. |
+ | |||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk>FAQ-inlgrphapp|In-line source for graphics applications]] | ||
+ | {{htmlmetatags>metatag-keywords=(LaTeX,graphics) | ||
+ | metatag-og:title=(In-line source for graphics applications) | ||
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} | ||