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:texte:document:inclure_du_plain_tex_dans_du_latex [2018/05/24 22:06] – joseph.wright | 3_composition:texte:document:inclure_du_plain_tex_dans_du_latex [2021/03/30 06:16] (Version actuelle) – Mise à jour de la page suite au déplacement des pages. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment inclure du code Plain TeX dans LaTeX? ====== |
- | section: How do I do& | + | |
- | subsection: Document management | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Including | + | < |
- | LaTeX, though originally [based on Plain TeX](FAQ-LaTeXandPlain.md), does not | + | Le seul moyen fiable consiste à traduire les commandes |
- | contain all of Plain TeX's commands. Worse, some Plain TeX | + | |
- | command names appear in LaTeX, with different semantics. As a | + | |
- | result, special measures need to be taken to allow general | + | |
- | documents (or parts of documents) to be typeset within LaTeX. | + | |
- | The truly reliable way is to translate the Plain TeX commands, to | + | < |
- | produce an equivalent of the original' | + | |
- | 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 that use | + | |
- | AMSTeX; no doubt it would also fail if asked to load Eplain. | + | |
- | All these things can be overcome (although it's not often easy), but | + | |
- | the environment saves a lot of work on many occasions. | + | |
+ | Cette extension peut ne pas fonctionner, | ||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||