Skip to content

Instantly share code, notes, and snippets.

@filesmuggler
Created August 16, 2020 14:06
Show Gist options
  • Save filesmuggler/469ed9c644da2587a1ae93715ce71c6d to your computer and use it in GitHub Desktop.
Save filesmuggler/469ed9c644da2587a1ae93715ce71c6d to your computer and use it in GitHub Desktop.
side by side figure in latex
\begin{figure}[hbt!]
\centering
\begin{minipage}[b]{0.4\textwidth}
\includegraphics[width=\textwidth]{rozne/model_yale.png}
\caption{Model chwytaka w programie Meshlab\cite{net:meshlab}}
\label{fig:meshalb_yale}
\end{minipage}
%
\begin{minipage}[b]{0.4\textwidth}
\includegraphics[width=\textwidth]{rozne/ur3e_setup_rviz.png}
\caption{Kompletny model ramienia w Rviz\cite{net:rviz}}
\label{fig:rviz_complete}
\end{minipage}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment