Skip to content

Instantly share code, notes, and snippets.

@moewew
Created June 17, 2020 16:19
Show Gist options
  • Save moewew/897cd5338d09f2e72a0f307a292a43a7 to your computer and use it in GitHub Desktop.
Save moewew/897cd5338d09f2e72a0f307a292a43a7 to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{todonotes}
\newcommand\A[1]{\todo[inline,color=yellow]{A: #1}}
\begin{document}
Lorem \A{ipsum}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment