lyx_mirror/lib/reLyX
Georg Baum bc5efaf859 add commands to lib/reLyX/syntax.default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9720 a592a061-630c-0410-9148-cb99ea01b6c8
2005-03-18 14:22:10 +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 more configure fixes 2005-02-04 09:19:55 +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 Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
CleanTeX.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
configure.ac more configure fixes 2005-02-04 09:19:55 +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 Very minor changes (sorry kayvan!) 2000-03-29 23:02:36 +00:00
ReadCommands.pm Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
README Initial revision 1999-09-27 18:44:28 +00:00
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 add commands to lib/reLyX/syntax.default 2005-03-18 14:22:10 +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 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