How to add changebar in latex?
Posted
by Rabarberski
on Stack Overflow
See other posts from Stack Overflow
or by Rabarberski
Published on 2010-05-26T07:48:52Z
Indexed on
2010/05/26
7:51 UTC
Read the original article
Hit count: 237
latex
In Latex, I've created a new command 'changedtext' to mark specifics parts in my document and make it appear blue:
\newcommand{\changedtext}[1]{\textcolor{blue}{#1} }
Is there any easy way to alter the command to have change bars appear next to the text in the resulting PDF? If not possible, any other suggestion for a visual markup (other than change bars) that would be clear on a black & white printout would be useful as well.
© Stack Overflow or respective owner