X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FShortcuts.tex;h=34f15b0745c046fd52f6dc4a1259e5abd2c919f4;hp=a060c1aafdada7dc8c2fb2450ac8d72d5aa222a1;hb=56de744d12dde761456828e48af1e6f74c1790e0;hpb=3afea72eafe27666ff698714d81bfbf1b15bce87 diff --git a/Utils/Shortcuts.tex b/Utils/Shortcuts.tex index a060c1a..34f15b0 100644 --- a/Utils/Shortcuts.tex +++ b/Utils/Shortcuts.tex @@ -4,9 +4,8 @@ % A shortcut for italicized e.g. and i.e. -% TODO: Prevent this macro from globbing the following space -\define[0]\eg{{\em e.g.}} -\define[0]\ie{{\em i.e.}} +\define[0]\eg{{\em e.g.}\autoinsertnextspace} +\define[0]\ie{{\em i.e.}\autoinsertnextspace} % Define a new reference to a definition of the term. The text of the @@ -28,3 +27,7 @@ % bigger. % This automatically prefixes the reference name with def: \define[1]\refdef{\inothermargin{\goto{\ref[t][def:#1] p.\ref[p][def:#1]}[def:#1]}} + +% Shortcuts to write in smallcaps +\def\VHDL{\small{VHDL}\autoinsertnextspace} +\def\GHC{\small{GHC}\autoinsertnextspace}