Skip to content

R Newsletter: 1st Call for Articles

3 messages · Brian Ripley, Peter Malewski, Ramon Diaz-Uriarte

#
Here's what we recommend to Windows users.

Get fptex (www.fptex.org) from a CTAN site near you, or from a copy of
the TeXLive5 CD-ROM  (http://www.tug.org/texlive/ from the TeX Users
Group TUG, or you can download the image and cut it yourself if you
have a good Internet connection).

Install AucTeX for your emacs, from http://sunsite.dk/auctex/, as that
gives you a very capable latex mode for emacs.  This works fine on NT
if you set shell-file-name to cmd.exe.  On Win9x, you may have to find
an alternative shell if you want to run latex from the menus.

Some people prefer the shareware WinEdt editor, which gives you
a customized latex editor:
http://www.tex.ac.uk/tex-archive/systems/win32/winedt/
It may work better with MikTeX.

All the other pieces are also on TeXLive5.
#
On Thu, Dec 21, 2000 at 12:54:53PM +0000, Prof Brian Ripley wrote:
...or use lyx (a tex-front) and export latex. I think there is also a windows version, but I have never used it (and seldom the linux-version).

For simple docs lyx is ideal...

see: http://www.lyx.org

PM
#
I've used lyx quite a bit (the linux version). For me (a former user of Word) 
it was a rather painless intro to LaTeX; you can easily export LaTeX documents,
modify them somewhere else, and later read them back into lyx to continue
working. In fact, that is how I wrote most of my dissertation (use xemacs to
work on the latex document on the department machines, and then at home import
those files into lyx in my linux box).  I specially like the display of math 
(the "what you see is what you mean" idea), and the ease for preparing tables
and importing figures. The program is very well documented, and there is a
very helpful mailing list. After playing with lyx for a while and taking peeks
at the latex code, you'll find yourself ready to go get a LaTeX book and use
latex directly when needed for those few things that Lyx does not handle that
well.

Ramón