Re: suftesi: classe per tesi in discipline umanistiche

#49478
Up
0
Down
::


Niente di che, ma è un inizio:

`\documentclass[
compact,
nocrop,
%sctitles,
%centertitle
]
{suftesi}

\makeatletter
\newcommand{\subtitle}[1]{\def\@subtitle{#1}}
\newcommand{\location}[1]{\def\@location{#1}}
\renewcommand{\title}[1]{%
\ifsuftesi@sctitles
\def\@title{\scshape #1}
\else
\def\@title{#1}
\fi
}
\renewcommand{\maketitle}{%
\thispagestyle{empty}
\ifsuftesi@centertitle
\centering\else\fi
\vspace*{\stretch{1}}

\@author
\vspace{\stretch{4}}

{\Large\@title\par}
\vspace{1ex}

\@subtitle
\vspace{\stretch{9}}

\@location
}
\makeatother

\title{Keep It Simple}
\subtitle{Le cose semplici sono spesso le migliori}
\author{Ivan Valbusa}
\location{Verona}

\begin{document}
\maketitle

\end{document}`

Attendo commenti 😉

Ciao
Ivan

Go to top