lyx_mirror/lib/reLyX
José Matox a0b0fecd9f More reLyX fun. Better support for babel.
Added lyx menu separator translation.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2894 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-18 11:39:14 +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 os:: patch from Ruurd + bindings display fix 2001-05-17 15:11:01 +00:00
BasicLyX.pm More reLyX fun. Better support for babel. 2001-10-18 11:39:14 +00:00
BUGS Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
CHANGES Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
CleanTeX.pm Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
configure.in os:: patch from Ruurd + bindings display fix 2001-05-17 15:11:01 +00:00
install-sh Initial revision 1999-09-27 18:44:28 +00:00
LastLyX.pm fix suffix of file in \include{} 2000-06-06 10:32:10 +00:00
Makefile.am install fixes, small cleanups 2001-03-01 15:03:52 +00:00
MakePreamble.pm More reLyX fun. Better support for babel. 2001-10-18 11:39:14 +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 Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +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 fix initialization before BEGIN block 2001-09-03 22:17:18 +00:00
reLyX.man Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
reLyX.pod Initial revision 1999-09-27 18:44:28 +00:00
RelyxFigure.pm Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
reLyXmain.pl Small fixes to reLyX. 2001-08-31 07:54:05 +00:00
RelyxTable.pm Initial revision 1999-09-27 18:44:28 +00:00
syntax.default Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
test.ltx Initial revision 1999-09-27 18:44:28 +00:00
test.lyx Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +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