diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-13 22:25:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-13 22:25:31 +0000 |
commit | 0fba1e4fc3e1972ca7b3fbd6803b1962312351b5 (patch) | |
tree | 779c736a92680067a86f890c285366cb530fa57e /Master/texmf-dist/tex/latex/toptesi/toptesi.cls | |
parent | e21c9571155f291cb0cf82705c495d87e0b5e60d (diff) |
toptesi 5.05 (13may11)
git-svn-id: svn://tug.org/texlive/trunk@22461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/toptesi/toptesi.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/toptesi/toptesi.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls index 3dfc8035a52..033b0a5f506 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls @@ -30,14 +30,14 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{toptesi}% -[2011/04/11 v.5.04 Class for typesetting university theses] +[2011/05/11 v.5.05 Class for typesetting university theses] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} \ProcessOptions\relax \LoadClass[a4paper]{report} \RequirePackage[english,italian]{babel} \RequirePackage{toptesi} %% -%% Copyright 2005-2010 Claudio Beccari +%% Copyright 2005-2011 Claudio Beccari %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of @@ -49,13 +49,13 @@ %% and the derived files: %% %% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, topsize14, -%% trieste.sty, toptesi.cfg, and the English documentation toptesi.pdf; +%% toptesi.cfg, and the English documentation toptesi.pdf; %% %% Furthermore the bundle contains the documentation source file toptesi-doc.tex %% and the derived file toptesi-doc.pdf. %% %% The toptesi-example.tex source file is just an example that shows how -%% to use the various commands; by commenting or decommenting certain +%% to use the various commands; by commenting or uncommenting certain %% source lines it is possible to typeset different kind of theses and their %% frontpages. %% |