Re: problema template

#79069
Up
0
Down
::

andud” post=78198Grazie per la tempestiva risposta, però mi dà un errore:

! Missing } inserted.

}
l.54 \maketitle

non so se può dipendere dal fatto che:

`
\begin{tabular*}{\textwidth}{@{}l@{\extracolsep{\fill}}l@{}}
Relatore:&Laureando:\\%\@laureandoOlaureanda:\\
\vtop{\halign{\strut\hfil##\hfil\cr
\@relatore\cr}}&%
\vtop{\halign{\strut\hfil##\hfil\cr
\@autore\cr}}%
\end{tabular*}\end{center}
`

Grazie,
Andrea

L’ho detto che fa orrore. 🙁

Nel preambolo, dopo [tt]\usepackage{template}[/tt], scrivi
`\usepackage{xparse}
\makeatletter
\NewDocumentCommand{\relatori}{O{Chiar.mo Prof.} m O{Chiar.mo Prof.} m}
{\renewcommand{\@relatore}{#1 \MakeUppercase{#2}\hfill\cr #3 \MakeUppercase{#4}\hfill}}
\makeatother`
e poi nel documento prova a scrivere
`\relatori{Giovanni Episcopo}{Pippo Cluvio}`
Io raccomanderei, però,
`\relatori[Prof.]{Giovanni Episcopo}[Prof.]{Pippo Cluvio}`
I titoli stupidi mi infastidiscono alquanto. È vero che un professore può essere “chiarissimo”, nel senso che è molto famoso. La maggior parte non lo è.

CIao
Enrico

Go to top