
texpp --- a TeX preprocessor

Copyright 1996 Juhana Kouhia (kouhia@nic.funet.fi)
Freely distributable.


This TeX preprocessor is run on plain TeX source code containing TeXPP
commands. The result is a TeX source code.

Current macros provided by TeXPP are:
  \texppbegintt --- text between these are printed 'as is' with \tt font
  \texppendtt

Usages:
  cat in.tex | texpp > out.tex
  texpp in.tex > out.tex
  texpp in.tex out.tex

