Titel nur bis in die Mitte anstatt normal

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Titel nur bis in die Mitte anstatt normal

von Gast » Di 8. Aug 2017, 18:46

Herzliche Dank für die Hilfe.
Tut mir leid wegen dem Minimalbeispiel. War gerade im Stress und dachte, vlt. kann mir auch so jemand helfen.:oops:
Das konntest du ja! Danke!! :wink: :)

von Gast » Di 8. Aug 2017, 17:12

Etwas spekulativ, weil Dein Beispiel leider nicht lauffähig ist: Das passiert, weil für wrapfig noch nicht genügend Text ausgegeben wurde. Es reagiert diesbezüglich nämlich nicht auf \newpage, sondern nur auf \clearpage:
\documentclass[12pt,a4paper,ngerman]{report}
\usepackage[demo]{graphicx} 
\usepackage{caption} 
\usepackage{subcaption} 
\usepackage{wrapfig}
\usepackage{caption}
\usepackage[ngerman]{babel}
\begin{document}
\subsection{Aufzucht}
   Hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo
\begin{wrapfigure}{r}{7.5cm}
\centering
\includegraphics[scale=0.1]{Schuh}%
\caption{Schöne Schuhe}%
\end{wrapfigure}
Hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo
  
\clearpage
\section{in der Schweiz zum Einsatz kommende HSH-Rassen}
\subsection{Hallo}
\end{document}
Nächstes Mal bitte die Minimalbeispiel-Anleitung beachten!

Titel nur bis in die Mitte anstatt normal

von Gast » Di 8. Aug 2017, 16:51

Hallo

Nach dem Einfügen einer wrapfigure-Umgebung ist der Titel des nächsten Textes irgendwie verrückt. Ich weiss allerdings nicht, ob dies durch wrapfigure ausgelöst wurde...

Wie kann ich dies wieder ändern?
\documentclass[12pt,a4paper,ngerman]{report}
\usepackage{graphicx} 
\usepackage{caption} 
\usepackage{subcaption} 
\usepackage{wrapfig}
\usepackage{caption}
\usepackage[ngerman]{babel}
\begin{document}
\subsection{Aufzucht}
	Hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo
\begin{wrapfigure}{r}{7.5cm}
\centering
\includegraphics[scale=0.1]{Schuh}%
\caption{Schöne Schuhe}%
\end{wrapfigure}
Hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo hallo
 

	

\newpage	
\raggedright
\section{in der Schweiz zum Einsatz kommende HSH-Rassen}
\subsection{Hallo}
\end{document}

Nach oben