16 Test coverage support16 Test coverage support
Top Top
18 Installation 18 Installation
17 LaTeX support

17 LaTeX support

This section assumes you have installed emacs.

If you use LaTeX you should get and install auctex http://www.gnu.org/software/auctex which provides very useful support for LaTeX in emacs. A good guide to getting and installing emacs, auctex, Miktex (a LaTeX for Windows) plus previewers is NTTeXing.html by Willem Minton (supplied with rsltc).

Then include in your .emacs file

(require 'latex)
(load "rslconvert")
(define-key LaTeX-mode-map "\C-cs" 'latex-symbol)
(define-key LaTeX-mode-map "\C-c\C-t" 'do-rsl)
(define-key LaTeX-mode-map "\C-c\C-u" 'undo-rsl)

Now you can do several useful things:

\RAISEINBOX is an alternative to \RAISEIN that also puts a frame around the RSL.

The definitions of the RSL symbols are in rslenv.sty, and so your LaTeX document needs to include in the preamble the line

\usepackage{rslenv}

(If you still use \documentstyle, i.e. you are not using LaTeX2e, then you include rslenv as an option to \documentstyle.)


Chris George, April 17, 2008

17 LaTeX support
16 Test coverage support16 Test coverage support
Top Top
18 Installation 18 Installation