[RISOLTO]dedica

  • Creatore
    Topic
  • #83281
    Up
    0
    Down
    ::


    Salve 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.

Visualizzazione 4 filoni di risposte
  • Autore
    Risposte
    • #83282
      OldClaudio
      Partecipante
        Up
        0
        Down
        ::


        Cioè quattro righe tutte allineate a destra. flushright non te lo fa?

      • #83283
        Up
        0
        Down
        ::


        In effetti mi sono spiegato male. Volevo 4 righe tutte alla destra del foglio però le prime tre allineate a sinistra e l’ultima allineata a destra.

      • #83284
        Up
        0
        Down
        ::


        Adesso lo guardavo e forse è meglio a sinistra. Cmq giusto per curiosità se sai come implementarlo e mi fai vedere te ne sarò grato così faccio un confronto

      • #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

      • #83286
        Up
        0
        Down
        ::


        si hai ragione ero indeciso infatti in quale lingua inserirla. L’avevo vista più di una volta inglese e visto che la tesi è scritta in inglese volevo usare sempre la stessa lingua. Comunque grazie così è perfetto anche alla fine credo che utilizzo l’allineamento a sinistra.
        Ciao e grazie

    Visualizzazione 4 filoni di risposte
    • Devi essere connesso per rispondere a questo topic.

    Go to top