Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active July 1, 2020 19:01
Show Gist options
  • Save moewew/c91842ffa6bdd03a92625173329f8691 to your computer and use it in GitHub Desktop.
Save moewew/c91842ffa6bdd03a92625173329f8691 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{graphicx}
\usepackage{soul}
\usepackage{mwe}% for the example image
\begin{document}
Consider the sample graph given in Figure \ref{fig:example_graph}, which consists of 3 communities.
\begin{figure}[hbt!]
\centering
\includegraphics[width=0.5\textwidth]{example-image}
\caption{\hl{Example Graph}}
\label{fig:example_graph}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment