Ich erstelle einen Bericht mit Latex und habe changemargin
den Befehl verwendet, um eine einzelne Abbildung zu zentrieren. Mein Problem ist, dass beim Beenden des changemargin
Befehls der Rest des Textes ohne die anfängliche Einrückung des gesamten Dokuments erscheint. Ich habe es versucht \restoregeometry
, aber es funktioniert nicht. Hier ist mein Code:
\begin{center}
\includegraphics[scale=.6]{3s13s1_5.png}
\end{center}
\begin{changemargin}{-1cm}{5cm}
\begin{center}
\includegraphics[scale=.6]{3s13s1_2.png}
\end{center}
\end{changemargin}
\captionof{figure}{Contact and meson exchange potentials for the $^3S_1\ \rightarrow\ ^3S_1$ transition. $C$ and $C^*$ denote the contact potential using \ref{eq:C} and \ref{eq:C*} constants respectively. $OME$ denotes the one $\eta$ exchange potential. Larger view of the interaction potential contributions and total contribution for the present transition (below).}
\label{fig:3s13s1}
\newpage
\begin{center}
\includegraphics[scale=.6]{5s25s2_3.png}
\end{center}
\begin{changemargin}{-1cm}{5cm}
\begin{center}
\includegraphics[scale=.6]{5s25s2_2.png}
\end{center}
\end{changemargin}
\captionof{figure}{Contact and meson exchange potentials for the $^5S_2\ \rightarrow\ ^5S_2$ transition. $C$ and $C^*$ denote the contact potential using \ref{eq:C} and \ref{eq:C*} constants respectively. $OME$ denotes the one $\eta$ exchange potential. Larger view of the interaction potential contributions and total contribution for the present transition (below). $V(r)$ is expressed in MeV.}
\label{fig:5s25s2}
\restoregeometry
Weiß jemand, wie ich das lösen kann? (Ich habe versucht, zu verwenden \hspace
, aber ich möchte es auf eine „richtige“ Weise machen.