]> git.lyx.org Git - lyx.git/blob - lib/reLyX/MANIFEST
fix compatability reading of floats
[lyx.git] / lib / reLyX / MANIFEST
1 ******* Files of general interest
2 README           - General info, pointer to man page
3 MANIFEST         - this file (hopefully)
4 CHANGES          - changes from various versions
5 BUGS             - bugs (note that some larger bugs are in the man page)
6 syntax.default   - file describing LaTeX syntax
7 reLyX.man        - man page for using reLyX
8 TODO             - future plans
9
10 ******* Files of interest to developers (maybe)
11 reLyXmain.pl     - Executable Perl script to translate LaTeX to LyX
12 reLyX.in         - input file to generate wrapper script 'reLyX', which gets
13                    installed in user's path, e.g., /usr/local/bin
14                    reLyX calls reLyXmain.pl
15 noweb2lyx.in     - input file to generate noweb2lyx, for converting noweb
16                    file to LyX. noweb2lyx calls reLyX. Alternatively (but
17                    not recursively) reLyX -n calls noweb2lyx
18
19 test.ltx         - test tex file
20 test.lyx         - LyX file created by running 'reLyX.pl test.ltx'
21
22 reLyX.pod        - documentation. Used to generate man page
23                    (could be used to make HTML or text, too!)
24
25 *.pm are files containing subroutines (aka modules) which reLyX.pl calls
26 MakePreamble.pm  - split off and translate the LaTeX preamble
27 CleanTeX.pm      - "Clean" the TeX file
28 BasicLyX.pm      - main translation pass
29 LastLyX.pm       - final pass: create the LyX file
30 ReadCommands.pm  - subs to read and use a file containing LaTeX syntax
31 RelyxFigure.pm   - classes & methods for handling LaTeX figures
32 RelyxTable.pm    - classes & methods for handling LaTeX tables
33 Verbatim.pm      - subs to copy stuff exactly (e.g, \verb or unknown commands)
34
35 Text/TeX.pm      - Text::TeX package which contains the TeX parser
36                    ./Text/TeX.pm was originally copied from 
37                    Text-TeX-0.01/Text/TeX.pm, but has been changed.
38 Text/manpage.3pm   original manpage for Text::TeX
39
40 Text::TeX v0.01 was originally obtained from CPAN, but it has been
41 changed rather significantly.  The original package was written by Ilya
42 Zakharevich (ilya@math.ohio-state.edu)