We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aufgrund der Umgebung von framed beschwert sich die Umgebung figure, weil sie nicht die äußerste Umgebung ist.
ein Würgaround:
\begin{minipage}[t]{\linewidth} \centering \vspace{-2ex} \includegraphics[scale=0.5]{orthografisch-perspektivisch.png} \captionof{figure}{links: perspektivisch, rechts: orthografisch} \end{minipage}
The text was updated successfully, but these errors were encountered:
Ein anderer Würgaround wäre folgender mit Hilfe des Packages float:
float
\begin{figure}[H] \centering \includegraphics[scale=0.5]{orthografisch-perspektivisch.png} \caption{links: perspektivisch, rechts: orthografisch} \label{fig:orthografisch_perspektivisch} \end{figure}
Dort funktioniert dann nur die Option [H], zB ein [t!] funktioniert dann nicht!
[H]
[t!]
Sorry, something went wrong.
No branches or pull requests
Aufgrund der Umgebung von framed beschwert sich die Umgebung figure, weil sie nicht die äußerste Umgebung ist.
ein Würgaround:
The text was updated successfully, but these errors were encountered: