summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/toptesi/toptesi.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/toptesi/toptesi.cls')
-rw-r--r--Master/texmf-dist/tex/latex/toptesi/toptesi.cls6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls
index 3c701f18b12..4a81b58dbc5 100644
--- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls
+++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls
@@ -29,10 +29,12 @@
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{toptesi}%
-[2013/03/08 v.5.70 Class for typesetting university theses]
+[2013/03/27 v.5.71 Class for typesetting university theses]
+\DeclareOption{a4paper}{\PassOptionsToClass{\CurrentOption}{report}}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}}
+\ExecuteOptions{a4paper}
\ProcessOptions\relax
-\LoadClass[a4paper]{report}
+\LoadClass{report}
\RequirePackage{ifxetex}
\ifxetex
\RequirePackage{fontspec}