[comp.text.tex] LaTeX prettyprinter

aglew@dual.crhc.uiuc.edu (Andy Glew) (08/13/90)

Does anyone have a LaTeX prettyprinter / indenter?

Ie. a program that will take something like 

\begin{itemize}
\item
Where are the synchronization locks?
\item
What are the synchronization instructions?
\item
How do caches and buffers react to the synchronization instructions?
\item
How do system interconnects react to the synchronization instructions?
\item
How do memory boards react to the synchronization instructions?
\end{itemize}

and produce 

\begin{itemize}
    \item
        Where are the synchronization locks?
    \item
        What are the synchronization instructions?
    \item
        How do caches and buffers react to the synchronization instructions?
    \item
        How do system interconnects react to the synchronization instructions?
    \item
        How do memory boards react to the synchronization instructions?
\end{itemize}

taking advantage of LaTeX's block structure to produce something more readable?
--
Andy Glew, a-glew@uiuc.edu [get ph nameserver from uxc.cso.uiuc.edu:net/qi]