Skip to content

Instantly share code, notes, and snippets.

@TorbjornT
Last active July 11, 2018 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbjornT/10606b58a0c5fd02b6a189d3ce55e3f7 to your computer and use it in GitHub Desktop.
Save TorbjornT/10606b58a0c5fd02b6a189d3ce55e3f7 to your computer and use it in GitHub Desktop.
%https://tex.stackexchange.com/questions/439203/
\documentclass{article}
\usepackage{sidecap}
\usepackage{lipsum}
\usepackage[demo]{graphicx}
\begin{document}
\lipsum
\begin{figure*}[htb!]
\centering
\includegraphics[height=15cm,width=11.4cm]{Figure2.pdf}
\caption{Some longer caption}
\end{figure*}
\lipsum
\begin{SCfigure*}[\sidecaptionrelwidth][htb!]
\centering
\includegraphics[height=15cm,width=11.4cm]{Figure2.pdf}
\caption{Some longer caption}
\end{SCfigure*}
\lipsum
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment