Cover for Word
In order to add a cover to a technical report written in Word, simply add the following cover as the first page of the Word file and fill in the missing information (title and authors):
Cover for LaTeX
In order to add a cover to a technical report written in LaTeX, you will need the follwing files (kindly prepared by V. Gervasi): the TeX style for the cover (trcover.sty), the watermark (cherubino.eps), an example file with instructions (trtest.tex).
- copertina_latex.zip contains the three files
for using then, it is enough to start the file (LaTeX2e) of the report with
\documentclass{
}
\usepackage{trcover}
or (if using LaTeX 2.09)
\documentstyle[trcover]{
}
I file trcover.sty e cherubino.eps vanno messi nella directory in cui si trova il documento TeX che userà lo stile (o in altra locazione specificata da un percorso in TEXINPUTS).