- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 14 anni fa da .
-
Topic
-
Buongiorno! Ho appena letto in un forum:
`The multicol package has now got a small but useful
extension which allows you to force a column break
where this is really necessary. This is done with the
command \columnbreak, which can be used like
\pagebreak (e.g., within paragraphs) except that it
cannot have an optional argument and thus it always
forces a new column.`Ho provato nel mio documento, usando questi codici:
`\fbox{\begin{minipage}{0.9\textwidth}
\begin{multicols}{2}
Durch die Berge und Flüsse [herrschen] einfach ganz spezielle strukturelle Bedingungen [in den Alpen]. Was für mich in Europa sicher ein Herausstellungsmerkmal ist. (Sabine, Betreuerin)
\columnbreak
Through mountains and rivers, the Alps have special structural conditions. It is, from my point of view, a distinctive mark in Europe. (Sabine, animator)
\end{multicols}
\end{minipage}}`Ma il risultato non è giusto, in effetti io voglio mettere il tedesco nella colonna di sinistra e l’inglese nella colonna di destra, ma questo non succede aggiungendo \columnbreak come suggerito…
Qualcuno ha un’idea?Grazie,
Cristina
- Devi essere connesso per rispondere a questo topic.