Skip to content

Instantly share code, notes, and snippets.

@pvazteixeira
Created April 3, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvazteixeira/548cc455ab07787faf0823eb71c6c249 to your computer and use it in GitHub Desktop.
Save pvazteixeira/548cc455ab07787faf0823eb71c6c249 to your computer and use it in GitHub Desktop.
shortcuts for notes and tasks
% temporary packages (to be removed for final version)
\usepackage{color,soul}
\setlength{\marginparwidth}{2.5cm}
\usepackage[colorinlistoftodos,obeyDraft,textsize=small]{todonotes}
\newcommand{\pnote}[1]{\todo[inline,color=blue!50]{\textbf{NOTE}: #1}}
% use to describe med-priority tasks
\newcommand{\phigh}[1]{\todo[inline,color=red!50]{\textbf{[\#A] TODO}: #1}}
% use to describe med-priority tasks
\newcommand{\pmed}[1]{\todo[inline,color=orange!50]{\textbf{[\#B] TODO}: #1}}
% use to describe low-priority tasks
\newcommand{\plow}[1]{\todo[inline,color=yellow!50]{\textbf{[\#C] TODO}: #1}}
% use to summarize the planned content
\newcommand{\psum}[1]{\todo[inline,color=green!50]{\textbf{Summary}: #1}}
% use to describe figures to be included
\newcommand{\pfig}[1]{\todo[inline,color=cyan!50]{\textbf{Figure}: #1}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment