Last active
May 21, 2025 07:46
-
-
Save wholmgren/0a41372dfd2ebe229562 to your computer and use it in GitHub Desktop.
A latex shortcut command for easily embedding color-coded author notes
This file contains hidden or 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
| \usepackage{color} | |
| \newcommand{\Eckel}[1]{{\bf\color{blue} JE: #1}} | |
| \newcommand{\Holmgren}[1]{{\bf\color{red} WH: #1}} | |
| Here's some text. It can be a pain to insert good comments into tex documents. \Eckel{I have a trick for that!}. | |
| Here's some more text. \Holmgren{Nice!}. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I learned this awesome trick from Jon Eckel.