lyx_mirror/lib/reLyX
Lars Gullik Bjønnes 89c62d0625 drop support for autoconf 2.13
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7375 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-27 10:08:16 +00:00
..
Text enable reLyX to cope with \)* 2003-02-07 15:35:17 +00:00
.cvsignore drop support for autoconf 2.13 2003-07-27 10:08:16 +00:00
acinclude.m4 currency patch from Adrien; better search for perl 2002-04-09 14:39:55 +00:00
BasicLyX.pm Make a valid LaTeX length understandable to LyX. 2003-02-25 12:57:18 +00:00
BUGS
CHANGES
CleanTeX.pm pass $...$ and $$...$$ through reLyX unchanged 2003-02-07 12:11:58 +00:00
configure.ac drop support for autoconf 2.13 2003-07-27 10:08:16 +00:00
install-sh
LastLyX.pm
Makefile.am fix some variable usage 2002-04-01 08:34:53 +00:00
MakePreamble.pm Explain that the file ws created by reLyX 2003-02-11 13:23:17 +00:00
MANIFEST
missing
mkinstalldirs
noweb2lyx.in
ReadCommands.pm
README
reLyX.in do not add non-exisitent icons in toolbar (qt); honor the LYX_DIR_14x variable; set LyX version in documents to 1.4 2003-06-23 13:18:56 +00:00
reLyX.man the relyx changes 2002-10-28 09:52:39 +00:00
reLyX.pod the relyx changes 2002-10-28 09:52:39 +00:00
RelyxFigure.pm
reLyXmain.pl Fix case where the relyxed name already exists as a directory 2003-01-20 19:38:50 +00:00
RelyxTable.pm Enable reLyX to recognise m column descriptors. Ensure that the LaTeX->LyX->LaTeX cycle is invariant but also provide WYSIWYG support 2003-02-07 13:46:48 +00:00
syntax.default fix typo 2003-02-11 13:32:13 +00:00
test.ltx
test.lyx
TODO
Verbatim.pm pass $...$ and $$...$$ through reLyX unchanged 2003-02-07 12:11:58 +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