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/12/03 23:38] – jejust | 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: | ||
- | ====== | + | ====== |
+ | < | ||
- | LaTeX, though originally [[FAQ-LaTeXandPlain|based on Plain TeX]], does not | + | Le seul moyen fiable consiste à traduire les commandes |
- | contain all of Plain TeX's commands. | + | |
- | command names appear in LaTeX, with different semantics. As a | + | |
- | result, special measures need to be taken to allow general Plain TeX | + | |
- | 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's semantics. | + | |
- | not practical in many circumstances, | + | |
- | [[ctanpkg> | + | |
- | defines a '' | + | |
- | document may be processed: | + | |
<code latex> | <code 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, | ||
----- | ----- | ||
Ligne 31: | Ligne 19: | ||
{{htmlmetatags> | {{htmlmetatags> | ||
- | metatag-og: | + | metatag-og: |
metatag-og: | metatag-og: | ||
}} | }} | ||