Skip to content

Instantly share code, notes, and snippets.

@adhithyan15
Last active April 26, 2020 21:32
Show Gist options
  • Save adhithyan15/3189864 to your computer and use it in GitHub Desktop.
Save adhithyan15/3189864 to your computer and use it in GitHub Desktop.
Latex Highlight Text
\documentclass{article}
\usepackage[margin = 0.8in]{geometry}
\usepackage{soul}
\usepackage{color}
\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