- Questo topic ha 13 risposte, 5 partecipanti ed è stato aggiornato l'ultima volta 9 anni, 8 mesi fa da .
-
Topic
-
Ciao a tutti!
Scusate l’ennesimo problema di frontespizi:
devo sistemare Titolo e Sottotitolo (in cui scrivo però il nome) sopra e sotto la Filigrana con lo stemma dell’università.Il codice del mio frontespizio è il seguente:
`
\documentclass[11 pt , a4 paper , twoside , openright,titlepage]{book}
.
.
\usepackage[nouppercase,sans,noadvisor]{frontespizio}\begin{document}
\begin{frontespizio}
\begin{Preambolo*}
\usepackage [T1]{fontenc}
\usepackage {lmodern}
\usepackage {textcomp}
%\expandafter \renewcommand \expandafter\renewcommand\expandafter{\frontdivisionfont\addvspace{10pt}}
%\expandafter \renewcommand \expandafter\renewcommand\expandafter{\fronttitlefont \vspace{10cm}}
%\expandafter \renewcommand \expandafter\renewcommand\expandafter{\frontsubtitlefont \vspace{10}}
\renewcommand {\fronttitlefont }{\fontsize {46}{40} \scshape }
\renewcommand {\frontsubtitlefont }{\fontfamily {pzc} \fontsize {40}{20} \itshape }
\renewcommand {\frontdivisionfont }{\fontsize {14}{20}\scshape }
\renewcommand {\frontinstitutionfont }{\fontsize {16}{20} \bfseries }\end{Preambolo*}
\Filigrana [height=14cm,before=4,after=4]{LogoUNITN}
\Universita {Trento}
\Facolta {Scienze Matematiche,Fisiche e Naturali}
\Corso [Laurea]{Biologia}
\Titolo {\textbf {Studio delle forme batteriche allergeniche\\[10cm]}}
\Sottotitolo { Matteo Bianchi}
\Piede {5 January 2017}\end{frontespizio}
\end{document}
`Con il comando \\[10cm] riesco a portare un po’ giù il nome, mentre il titolo sale fino al punto giusto (vedi “fronte1”).
[attachment]C:\fakepath\fronte1.pdf[/attachment]
Se però aumento ancora per far scendere il sottotitolo, a 13cm collassa tutto giù, anche il titolo, e non capisco perchè—-:?
[attachment]C:\fakepath\fronte2.pdf[/attachment]
Ovviamente ho provato di tutto e di più per un giorno intero, ma nulla da fare…: vare barre verticali vspace, vfill, stretch{}, ecc.
ho seguito anche il consiglio di egreg9 risalente a un post precedente molto simile, provando con le linee che vedete commentate come
%\expandafter \renewcommand \expandafter\renewcommand\expandafter{\fronttitlefont \vspace{10cm}}
ma niente da fare, sembrano non influire per niente.Ovviamente sto brancolando nel buio…:-o
qualcuno saprebbe aiutarmi???
- Devi essere connesso per rispondere a questo topic.