TR Cover, Word version
To add the cover to a Technical Report written in Word, simply add the following page at the top of the Word file, and complete it:
TR cover, LaTeX version
To add the cover to a Technical Report written in LaTeX you will need the following three files (kindly prepared by V. Gervasi): the TeX style for the cover (trcover.sty), the watermark (cherubino.eps), a sample file with instructions (trtest.tex).
- copertina_latex.zip contains all three files
Then, just start the report file (LaTeX2e) with
\documentclass{…}
\usepackage{trcover}
or (in case LaTeX 2.09 is used)
\documentstyle[trcover]{…}
The files trcover.sty and cherubino.eps should be placed in the directory where the TeX document that will use the style is located (or in another location specified by a path in TEXINPUTS).