\documentclass[dutch]{rugslides}
\usepackage...
... space for own definitions
\begin{document}
\begin{slide}{Title of the slide}
..contents..
\end{slide}
...
\end{document}
The language-options, like dutch, english, british, german, spanish,
... will be passed to Babel automatically. The Babel-package will be
included automatically. Also the graphics-package is automatically
included.
With rugslides some extra commands as possible:
\landscapecreates slides in landscape layout (we also have
\narrowlandscape for more narrower slides in landscape mode);
\portraitcreates slides in portrait layout (default).
\begin{colorslide}{Title of the slide}{R}{G}{B}{defaulttextcolor}
where R, G and B must have values between 0 and 1 and together define the
color of the background in RGB-format. If one (or more) of these values
are set to -1, the background color will change from dark at the top to
light at the bottom. The defaulttextcolor is the default color of all of
the text of the slide, including the headers and footers.
myslide in which you set most of these arguments:
\newenvironment{myslide}[1]{\begin{colorslide}{#1}{0}{0}{-1}{blue}%
\color{yellow}}{\end{colorslide}}
and use it as:
\begin{myslide}{Title in blue}
contents in yellow, but background in dark-light-blue
\end{myslide}
Other commands in rugslides are:
\congress{Title}
that defines the congress-title. This string is used at the bottom of each
slide just before the slide-number and is a way of identifying your slides.
\setcolorputs the department-logo in color in stead of in black and white.
\setnologouses the standard university logo instead of the department logo.
\nopagenumberscreates slides without pagenumbers.
name.tex process it by typing:
latex nameIf landscape and/or color is used, the previewer
xdvi is
unable to show it. Then, first create a postscript version of the dvi-file
by typing:
dvips nameand preview this postscript-file with ghostview:
ghostview name.psFor more information: see the latest version of the LaTeX-manual.
More tools
A nice way of working is the following:
myslides.tex. This file does not start with
\documentclass, etc., but need to be input-ed by
another file.
asSlides.tex to
create slides out of your myslides.tex-file. Just say:
latex asSlides
and the program will ask for the name of your file
(myslides).
The result is the file asSlides.dvi
that, after being transfered to postscript using dvips, can be previewed and
printed.
asListing.tex to create a listing of your
slides. Just say:
latex asListing
and the program will ask for the name of your file
(again: myslides).
The result is the file asListing.dvi that can be previewed and
printed.
myslides.tex: Outside the scope of the slide-environment you
can put remarks using:
\begin{opm}
This a some remark.
\end{opm}
This remarks will appear in the listing but will be ignored if you create slides.
Just try it. Use the file slidesEx.tex as a first example.
By typing
slides file pages
for example
slides example 1-3,7
SliTeX will be used to create
slides in Rug-format for the stuff found in the file example.tex.
Only
slides with numbers 1,2,3 and 7 will be made. For slides no extra mainfile
is needed. If some file .slides exists this is used as first
part of the
mainfile. If it is not present it is created. The shellscript will ask you
for the options in the optionlist of \documentstyle and also if
some extra macrofile should be included. This informations is then saved in
the file .slides and used in each following run of slides in
that same directory.
Using slitex
with documentstyle rugslides creates slides using the
university logo's to
make up the layout. Using slides only differs in using
\begin{slide}, \begin{overlay} and
\begin{note}. The parameter that should
be given after these macros is changed. It does not contain information
about the colour of the slide, but its title. See the file
rugslides.sty
itself for more information.
Back to the main latex page
Last modified: Tue Apr 22 11:57:47 METDST 1997