From: Mark Wooding Date: Sat, 7 Jul 2018 13:56:07 +0000 (+0100) Subject: doc/sod.sty: Add `\fixme' macro for making omissions more obvious. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/fea590fe578b1940e8ba9877bd1155535a280c96?ds=sidebyside doc/sod.sty: Add `\fixme' macro for making omissions more obvious. --- diff --git a/doc/sod.sty b/doc/sod.sty index 2b68df4..b173d77 100644 --- a/doc/sod.sty +++ b/doc/sod.sty @@ -57,6 +57,9 @@ %% Listings don't need to be small. \let\listingsize\relax +%% Notes for later. +\def\fixme#1{\leavevmode\marginpar{FIXME}[FIXME: #1]} + %% Metavariables are italics without decoration. \def\syntleft{\normalfont\itshape} \let\syntright\empty