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 | ||
3_composition:texte:document:inclure_du_plain_tex_dans_du_latex [2018/05/23 21:24] joseph.wright |
3_composition:texte:document:inclure_du_plain_tex_dans_du_latex [2021/10/20 19:35] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment inclure du code Plain TeX dans LaTeX? ====== |
- | section: How do I do& | + | |
- | subsection: Document management | + | |
- | revised: 2014-06-10 | + | |
- | --- | + | |
- | # Including | + | |
- | LaTeX, | + | < |
- | contain all of Plain TeX's commands. Worse, some Plain TeX | + | |
- | command names appear in LaTeX, | + | |
- | result, special measures need to be taken to allow general Plain TeX | + | |
- | documents | + | |
- | The truly reliable way is to translate the Plain TeX commands, to | + | Le seul moyen fiable consiste à traduire les commandes |
- | produce an equivalent of the original's semantics. | + | |
- | not practical in many circumstances, | + | < |
- | [`plain`](https:// | + | |
- | defines a `plain` environment, | + | |
- | document may be processed: | + | |
- | ```latex | + | |
\begin{plain} | \begin{plain} | ||
- | \input{plain-doc} | + | |
+ | | ||
\end{plain} | \end{plain} | ||
- | ``` | + | </ |
- | The package is known to fail, for example, with documents | + | |
- | AMSTeX; no doubt it would also fail if asked to load Eplain. | + | Cette extension peut ne pas fonctionner, par exemple avec des documents |
- | All these things can be overcome (although it's not often easy), but | + | |
- | the environment saves a lot of work on many occasions. | + | ----- |
+ | |||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||