Skip to content

Instantly share code, notes, and snippets.

@adhithyan15
Last active October 7, 2015 15:57
Show Gist options
  • Save adhithyan15/3189874 to your computer and use it in GitHub Desktop.
Save adhithyan15/3189874 to your computer and use it in GitHub Desktop.
Latex Highlight Text Without Color
\documentclass{article}
\usepackage[margin = 0.8in]{geometry}
\usepackage{soul}
\begin{document}
\hl{This is a wonderful highlight}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment