Seite 1 von 1

Einrücken innerhalb eines Quote-Blocks

Verfasst: Mi 27. Apr 2011, 13:14
von zawodix
Hallo ich habe ein Problem mit Einrückungen:
Innerhalb der quote-Umgebung schaffe ich es nicht, einen Absatz ohne Leerzeile und einer weiteren Einrückung (im besten Fall mit der gleichen Länge wie der Standart-Indent) zu erstellen.
% Hier das Beispiel:
\begin{quote}
{\small Between January 2008 and March 2010, the project setup of an internet-based portal for larger stocks of digitalised charters of the South German region, which was sponsored by the Deutsche Forschungsgemeinschaft (DFG), was implemented at the Bavarian main state archives in Munich.\\
%
%Der Folgende Absatz soll ohne vergrößerten Vertikalen Abstand nochmals Horizontal eingerückt werden
%
The outcomes and experiences resulting from this project ........
\end{quote}
Ich hatte weder mit \par, einer Leerzeile im Code, \hspace* noch mit \\ Erfolg.
Ich nutze den aktuellen XeLateX-Compiler.
Schon mal vielen Dank für die Antworten,
Zawodix

\indent

Verfasst: Mi 27. Apr 2011, 13:20
von zawodix
Auch mit \indent hatte ich keinen Erfolg

Verfasst: Mi 27. Apr 2011, 13:26
von Sepp99
Nimm die
 \begin{quotation}
    Zitat...
 \end{quotation}
Umgebung.

Gruß, Sepp.-

Danke

Verfasst: Mi 27. Apr 2011, 13:41
von zawodix
Danke Sepp99. So funktioniert's.