[RISOLTO] Problema allineamento testo citazione

  • Creatore
    Topic
  • #68893
    Up
    0
    Down
    ::


    Buongiorno, devo allineare una citazione la cui ultima riga in corsivo non vuol saperne di finire al margine destro.

    In pratica vorreei:
    – tutto il testo allineato a destra
    – una riga bianca fra il testo della citazione in corsivo e la riga con l’autore

    Potreste aiutarmi? ho creato un EMC da compilare con pdflatex

    `
    \documentclass[a4paper,oneside,11pt]{book} % per la stampa ufficiale
    \usepackage[english,latin,italian]{babel} % supporto ad altri linguaggi
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc} % supporto grafemi italiani

    \begin{document}
    \frontmatter

    % CITAZIONE
    \vspace*{\stretch{1}}\null
    \begin{flushright}
    \textit{They were seated on a rocky point,\\sorrounded by the dark forest of beech; \\as they threw their arms widly round their heads\\and their long hair straming\\they seemed the troubled spirits of another world.}\newline\newline
    — C. Darwin a J.S. Henslow, 11 Aprile 1833
    \end{flushright}
    \vspace*{\stretch{2}}\null
    \cleardoublepage

    \mainmatter
    \backmatter

    \end{document}
    `

Visualizzazione 1 filone di risposte
  • Autore
    Risposte
    • #68894
      admin
      Amministratore del forum
        Up
        0
        Down
        ::

        Bucky” post=68019Buongiorno, devo allineare una citazione la cui ultima riga in corsivo non vuol saperne di finire al margine destro.

        In pratica vorreei:
        – tutto il testo allineato a destra
        – una riga bianca fra il testo della citazione in corsivo e la riga con l’autore

        Potreste aiutarmi? ho creato un EMC da compilare con pdflatex

        `
        \documentclass[a4paper,oneside,11pt]{book} % per la stampa ufficiale
        \usepackage[english,latin,italian]{babel} % supporto ad altri linguaggi
        \usepackage[T1]{fontenc}
        \usepackage[utf8]{inputenc} % supporto grafemi italiani

        \begin{document}
        \frontmatter

        % CITAZIONE
        \vspace*{\stretch{1}}\null
        \begin{flushright}
        \textit{They were seated on a rocky point,\\sorrounded by the dark forest of beech; \\as they threw their arms widly round their heads\\and their long hair straming\\they seemed the troubled spirits of another world.}\newline\newline
        — C. Darwin a J.S. Henslow, 11 Aprile 1833
        \end{flushright}
        \vspace*{\stretch{2}}\null
        \cleardoublepage

        \mainmatter
        \backmatter

        \end{document}
        `

        Prova questo

        `\begin{flushright}\itshape
        They were seated on a rocky point,\\
        sorrounded by the dark forest of beech;\\
        as they threw their arms widly round their heads\\
        and their long hair straming\\
        they seemed the troubled spirits of another world.\\[2ex]
        \normalfont
        — C. Darwin a J.S. Henslow, 11 Aprile 1833
        \end{flushright}`
        Ciao
        Orlando

      • #68895
        Up
        0
        Down
        ::


        funziona, grazie

    Visualizzazione 1 filone di risposte
    • Devi essere connesso per rispondere a questo topic.

    Go to top