X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FShortcuts.tex;h=442a5c4bd988b6615a9bd0c9bce8e70acfc52ba7;hp=f7def7331819f50b200130d580cd9687cc02ab0b;hb=75d1001c7a7809c80bc4113477ad90b12f23b80f;hpb=100a8917713c1300a2002299cea94b04ac66848a diff --git a/Utils/Shortcuts.tex b/Utils/Shortcuts.tex index f7def73..442a5c4 100644 --- a/Utils/Shortcuts.tex +++ b/Utils/Shortcuts.tex @@ -2,11 +2,9 @@ % This file defines some useful shortcut commands % -\def\autoinsertnextspace{} - % A shortcut for italicized e.g. and i.e. -\define[0]\eg{{\em e.g.}\autoinsertnextspace} -\define[0]\ie{{\em i.e.}\autoinsertnextspace} +\define[0]\eg{{\em e.g.}} +\define[0]\ie{{\em i.e.}} % Define a new reference to a definition of the term. The text of the @@ -30,7 +28,10 @@ \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} +\def\VHDL{\small{VHDL}} +\def\GHC{\small{GHC}} + +% TODO: Use this instead of $ to fool syntax highlighting +\def\${\char36} % vim: set sw=2 sts=2 expandtab: