why not add notes as marginalia?
Comment on Real Talk
Eq0@literature.cafe 5 days agoConsidering how widespread of a situation it is, I am surprised I haven’t found yet a good LaTeX package that handles temporary sections
grysbok@lemmy.sdf.org 5 days ago
howrar@lemmy.ca 4 days ago
You don’t need a package at all. I just define a new command
\xxx{stuff}
that changes the colour to red. It’s a one-liner. Copy and paste that into any new document. Changing the colour without a custom command is equally trivial, but this allows you to search for “xxx” to find anything you might’ve missed.