Next: RSL specifications within LATEX
Up: Creating a LATEX document
Previous: Creating a LATEX document
If you have an RSL specification in a separate text file (say, X.rsl) that you want
to print neatly, you create a LATEX file (say, main.tex) which includes the
specification by using the command \
RAISEIN{X}
A basic LATEX file including the specification in X.rsl looks like this:
\documentclass{article}
\usepackage{rslenv}
\begin{document}
\RAISEIN{X}
\end{document}
To print the specification, do the following:
- Open main.tex in emacs.
- From emacs, issue the command M-x mkdoc
(that is, press Alt-x, write 'mkdoc' and press Enter).
mkdoc generates a file X.tex from X.rsl.
If there had been several RAISEIN commands,
then mkdoc would have generated a tex file for each included rsl file.
The file can now be converted to PostScript format as described in
section 5.2.
Anne Haxthausen
2003-03-13