G. Milde wrote: > On 16.02.05, Angus Leeming wrote: >> I've uploaded windows and fedora core 3 versions of tex2lyx to the wiki: >> http://wiki.lyx.org/LaTeX/LatexToLyx >> I've also uploaded a little script to automate the generation of these >> packages. I'd be interested if someone else, using another distribution, >> could use this script too. > > I'd try to get tex2lyx for Debian. Is there some quick guide how to get > the CVS sources (with cvs already installed). > > Günter
See http://www.devel.lyx.org/cvs.php3 It should be as easy as: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs/lyx login The password is lyx $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs/lyx checkout -d devel lyx-devel which will install the LyX cvs tree in a directory 'devel'. Thereafter, $ cd devel $ sh make_tex2lyx_dist.sh . should build the package (where the script is to be found on the wiki page.) -- Angus