LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
From: David Carlisle <[log in to unmask]>
Date: Tue, 7 Oct 1997 22:54:10 +0100
In-Reply-To: <v03110705b060201222d3@[130.237.37.102]> (message from Hans Aberg on Tue, 7 Oct 1997 19:26:40 +0200)
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments: text/plain (25 lines)
>  I suggested LaTeX should have a PlainTeX class, so that could
> conveniently migrate from PlainTeX to LaTeX...

I find

latex &plain  file.tex

usually works quite well.

You can also go
\documentclass{article}
\usepackage{plain}
\begin{document}
\begin{plain}
\input{file}
\end{plain}
\end{document}

which works most of the time as well. But probably not for the kind of
article that appears in TUGBOAT. It is not too hard to write a TeX
document that really excercises the obscure bits of whatever format it
is aimed at, and so really will not run on any `emulation'.

David

ATOM RSS1 RSS2