X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FShortcuts.tex;h=5c46d3709e567227be9668978d1969dc70ee66bb;hp=93b673034e53c4f5d96273f2ebe44a265d8cd288;hb=0ab64c5ce2ab968001c96475b310cf6f020bd475;hpb=667f350327cfda895f92736ca6315c2ba94074db diff --git a/Utils/Shortcuts.tex b/Utils/Shortcuts.tex index 93b6730..5c46d37 100644 --- a/Utils/Shortcuts.tex +++ b/Utils/Shortcuts.tex @@ -2,11 +2,11 @@ % This file defines some useful shortcut commands % +\def\autoinsertnextspace{} % 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 @@ -30,5 +30,10 @@ \define[1]\refdef{\inothermargin{\goto{\ref[t][def:#1] p.\ref[p][def:#1]}[def:#1]}} % Shortcuts to write in smallcaps -\define[0]\VHDL{\small{VHDL}} -\define[0]\GHC{\small{GHC}} +\def\VHDL{\small{VHDL}\autoinsertnextspace} +\def\GHC{\small{GHC}\autoinsertnextspace} + +% TODO: Use this instead of $ to fool syntax highlighting +\def\${\char36} + +% vim: set sw=2 sts=2 expandtab: