Latex Styles

Visser

Dir Package - Modularity for LaTeX

Download: http://www.cs.uu.nl/~visser/ftp/dir.shar

Description: The dir package is a small (La)TeX package that supports true modularity for LaTeX. It allows one to transparantly input a file in another directory without having to adapt all the inputs in the included file.

Usage: Put \usepackage{dir} in the preamble of your document. To input a (collection of) files in another directory:

  {\cd{/the/other/directory}
    \input{file.ltx}}
Due to the \cd command, all \inputs will be relative to /the/other/directory.

Note: The above is the only documentation for the package.

Thesis Document Class

Download: http://www.cs.uu.nl/~visser/ftp/thesis.cls

Description: LaTeX document class that I wrote for my PhD thesis.

STOP-report Document Class

Download: http://www.cs.uu.nl/~visser/ftp/stop-report.cls

LaTeX document class supporting the production of reports and proposals in the style of Sequential Topic-Oriented Publications.

EVPRES -- Document Class for Presentations

Download: http://www.cs.uu.nl/~visser/ftp/evpres-1.0.tar.gz

This is the EVPRES document class for the production of presentations in PDF. The class is essentialy a wrapper for the pdfscreen and texpower packages. The class was inspired by a first experiment for using these packages by Piet van Oostrum. The class should be further parameterized to adapt it to personal styles. Feedback is welcome.

(Completely obsolete; use the beamer latex class)

-- EelcoVisser - 17 Nov 2002