Re: dedica

#83285
Up
0
Down
::

rollicking” post=82618Salve a tutti, come si allinea a destra la dedica. Il mio codice è il seguente:

`
\newpage\null\thispagestyle{empty}\newpage
\thispagestyle{empty}
\begin{flushright}
\null\vspace{\stretch{1}}
{\emph{Through chances various, \\ through all vicissitudes, \\ we make our way… \\ [Aeneid]}}
\vspace{\stretch{2}}\null
\end{flushright}
`

in pratica vorrei inserire le prime tre righe allineate a destra, mentre la citazione va bene tutto a destra.

`
\cleardoublepage
\thispagestyle{empty}
\vspace*{\stretch{1}}
\begin{flushright}
\itshape
\begin{tabular}{@{}l@{}}
Through chances various, \\
through all vicissitudes, \\
we make our way\dots
\end{tabular}\\[3pt]
Aeneid
\end{flushright}
\vspace{\stretch{2}}
\cleardoublepage
`
Non c’è bisogno di alcun [tt]\newpage\null\thispagestyle{empty}[/tt] se usi il pacchetto emptypage

Eviterei le parentesi quadre, tanto più se si è in un ambiente corsivo. In questo caso non è utile [tt]\emph[/tt] ma è meglio [tt]\itshape[/tt].

Mai [tt]…[/tt], sempre [tt]\dots[/tt] che, eventualmente, puoi ridefinire.

Perché mai in inglese? A me risultava che l’Eneide fosse in latino. 🙂

Ciao
Enrico

Go to top