******* Files of general interest
README           - RTFM :)
MANIFEST         - this file (hopefully)
CHANGES          - changes from various versions
reLyX.pl         - Executable Perl script to translate LaTeX to LyX

******* Files of interest to developers (maybe)
test.ltx         - test tex file
test.preamble    - temporary file created by reLyX
test.relyx[123]  - temporary files created by reLyX
test.stdout      - stdout from 'reLyX test.ltx > test.stdout'
test.lyx         - LyX file created by running 'reLyX.pl test.ltx'

Notes.lyx        - random notes on how to translate LaTeX to LyX
todo.jpw         - John Weiss' original todo file

*.pm are files containing subroutines (aka modules) which reLyX.pl calls
MakePreamble.pm  - split off and translate the LaTeX preamble
CleanTeX.pm      - "Clean" the TeX file
BasicLyX.pm      - main translation pass
LastLyX.pm       - final pass: create the LyX file
Text/TeX.pm      - Text::TeX package which contains the TeX parser
                   ./Text/TeX.pm was originally copied from 
		   Text-TeX-0.01/Text/TeX.pm, but it has been changed.
		   It now contains LOTS more comments and some minor
		   code changes.

Text-TeX-0.01/   - this folder contains the original Text::TeX package written
                   by Ilya Zakharevich (ilya@math.ohio-state.edu), 
		   available on CPAN.
