lyx_mirror/lib/reLyX
Jean-Marc Lasgouttes 49b9dbdf10 Two configuration fixes. Bugfree configure is coming soon (do you really believe in that??)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@323 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-18 11:42:36 +00:00
..
Text Initial revision 1999-09-27 18:44:28 +00:00
.cvsignore the merge from branch debugstream 1999-10-07 18:44:17 +00:00
acinclude.m4 Initial revision 1999-09-27 18:44:28 +00:00
BasicLyX.pm Initial revision 1999-09-27 18:44:28 +00:00
BUGS Initial revision 1999-09-27 18:44:28 +00:00
CHANGES Initial revision 1999-09-27 18:44:28 +00:00
CleanTeX.pm Initial revision 1999-09-27 18:44:28 +00:00
configure.in Two configuration fixes. Bugfree configure is coming soon (do you really believe in that??) 1999-11-18 11:42:36 +00:00
install-sh Initial revision 1999-09-27 18:44:28 +00:00
LastLyX.pm Initial revision 1999-09-27 18:44:28 +00:00
Makefile.am some more installation issues 1999-10-16 14:06:57 +00:00
MakePreamble.pm Initial revision 1999-09-27 18:44:28 +00:00
MANIFEST Initial revision 1999-09-27 18:44:28 +00:00
missing Initial revision 1999-09-27 18:44:28 +00:00
mkinstalldirs Initial revision 1999-09-27 18:44:28 +00:00
noweb2lyx.in Initial revision 1999-09-27 18:44:28 +00:00
ReadCommands.pm Initial revision 1999-09-27 18:44:28 +00:00
README Initial revision 1999-09-27 18:44:28 +00:00
reLyX.in Initial revision 1999-09-27 18:44:28 +00:00
reLyX.man Initial revision 1999-09-27 18:44:28 +00:00
reLyX.pod Initial revision 1999-09-27 18:44:28 +00:00
RelyxFigure.pm Initial revision 1999-09-27 18:44:28 +00:00
reLyXmain.pl Initial revision 1999-09-27 18:44:28 +00:00
RelyxTable.pm Initial revision 1999-09-27 18:44:28 +00:00
syntax.default Initial revision 1999-09-27 18:44:28 +00:00
test.ltx Initial revision 1999-09-27 18:44:28 +00:00
test.lyx Initial revision 1999-09-27 18:44:28 +00:00
TODO Initial revision 1999-09-27 18:44:28 +00:00
Verbatim.pm Initial revision 1999-09-27 18:44:28 +00:00

********************************************************************************
*			reLyX -- a LaTeX to LyX translator                     *
********************************************************************************

The purpose of reLyX is to translate *well-behaved* LaTeX into LyX.

Its main goals are:
    1) Get through a well-behaved LaTeX2e file without crashing
    2) Translate a lot of that file.
    3) Localize the parts that can't be translated and copy them in TeX mode
It seems to achieve these main goals pretty well on most files.

reLyX is in its early stages, so it still has some bugs and lacking features.
There are many improvements that can and will be made to reLyX in the
near future. However, we wanted to get reLyX out there early on, to make
it easier for new LyX users who want to translate their existing LaTeX files.

reLyX uses a modified version of the Perl TeX parser Text::TeX package written
by Ilya Zakharevich (ilya@math.ohio-state.edu). The original Text::TeX is
available on CPAN.

There are lots more details in the man pages, so try 'man reLyX'

Amir Karger
karger@post.harvard.edu