I would like to include a graphic into one of my appendix section. The problem is that I need the graphic to be as large as possible in order for some writing in it to be legible. I noticed that the graphic automatically moves across the right page margin as I scale it up. However, I want the graphic to be in a central position, so I suppose I would have to adjust the left margin manually? My code looks as follows:
\begin{appendices}
\section{Appendix A}
\section{Appendix B}
\section{Appendix C}
\includegraphics[width=???mm]{"graphic"}
\end{appendices}
I have already tried out the what is proposed in the answers to Changing margin for a part of page only, but neither solution worked in the appendix environment. (When I include a figure into the appendix via \begin{figure} \end{figure} it paradoxically appears outside of it.)
I would be very grateful for any answers or suggestions! :)
P.S. In case it is of any importance, I am using the article class.
width=300mm? Which paper format do you use?A3(which would be quite unusual). NeitherletternorA4formats allow for text widths (or linewidths) larger than about18cm(having some1.5cmof margins to the left and right, as an example – Sep 16 '17 at 15:36