lyx_mirror/lib/reLyX
Georg Baum c3f405be5c support optional arguments of \frame in tex2lyx (used in beamer)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10110 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-30 07:12:25 +00:00
..
Text Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
.cvsignore drop support for autoconf 2.13 2003-07-27 10:08:16 +00:00
acinclude.m4 Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
BasicLyX.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
BUGS Whitespace, nothing but whitespace. 2004-10-26 21:16:44 +00:00
CHANGES
CleanTeX.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
configure.ac Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
install-sh update m4 files and remove warnings 2004-05-25 14:42:10 +00:00
LastLyX.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
Makefile.am make distcheck work, and some cleanups to the config system 2004-05-28 07:14:58 +00:00
MakePreamble.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
MANIFEST Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
missing Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
mkinstalldirs update m4 files and remove warnings 2004-05-25 14:42:10 +00:00
noweb2lyx.in Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
ReadCommands.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
README
reLyX.in make LyX/Mac compile and work better 2004-01-07 16:40:30 +00:00
reLyX.man Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
reLyX.pod Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
RelyxFigure.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
reLyXmain.pl Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
RelyxTable.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
syntax.default support optional arguments of \frame in tex2lyx (used in beamer) 2005-06-30 07:12:25 +00:00
test.ltx
test.lyx
TODO
Verbatim.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +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