Use \VHDL\ (etc.) instead of relying on \autoinsertnextspace.
[matthijs/master-project/report.git] / Utils / Shortcuts.tex
index 5c46d3709e567227be9668978d1969dc70ee66bb..442a5c4bd988b6615a9bd0c9bce8e70acfc52ba7 100644 (file)
@@ -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,8 +28,8 @@
 \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}