Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: LaTeX to Plain TeX Keywords: convert,LaTeX Message-ID: <1990Nov7.174820.13068@csrd.uiuc.edu> Date: 7 Nov 90 17:48:20 GMT References: Sender: news@csrd.uiuc.edu (news) Distribution: comp Organization: UIUC Center for Supercomputing Research and Development Lines: 17 grf@maadfa.ma.adfa.oz.au (Glenn Fulford) writes: >Does anyone know if there are available any programs to convert >LaTeX into PlainTex or LaTeX into AMS-TeX? In fact LaTeX contains most of plain TeX. One solution to your problem would be to start up plain TeX, and then \input latex \input lfonts That way you have loaded LaTeX on top of plain TeX. O.k. I know this is silly, but the question is silly. Plain TeX contains just about nothing. No references, no sectioning, no table of contents, no verbatim. How on earth would you expect to translate that, other than just loading one on top of the other? Victor.