Last active
October 7, 2015 15:57
-
-
Save adhithyan15/3189874 to your computer and use it in GitHub Desktop.
Latex Highlight Text Without Color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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