Skip to content

Instantly share code, notes, and snippets.

@alekfrohlich
Created November 9, 2019 16:42
Show Gist options
  • Save alekfrohlich/e21704c08fb5412464bd8bc0eafece81 to your computer and use it in GitHub Desktop.
Save alekfrohlich/e21704c08fb5412464bd8bc0eafece81 to your computer and use it in GitHub Desktop.
Three black boxes
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx,url}
\title{Three black boxes}
\author{alek.frohlich }
\date{November 2019}
\begin{document}
\maketitle
\begin{figure}[ht]
\centering
\minipage{0.32\textwidth}
\includegraphics[width=\linewidth]{dummy.png}
\endminipage\hfill
\minipage{0.32\textwidth}
\includegraphics[width=\linewidth]{dummy.png}
\endminipage\hfill
\minipage{0.32\textwidth}%
\includegraphics[width=\linewidth]{dummy.png}
\endminipage
\caption{A typical figure}
\label{fig:exampleFig1}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment