Prevent some shortcuts from gobbling the next space.
[matthijs/master-project/report.git] / Utils / Shortcuts.tex
index c5308e9bcbc3e19cb0a2fe4f0f8390198d1c89fe..34f15b0745c046fd52f6dc4a1259e5abd2c919f4 100644 (file)
@@ -4,9 +4,8 @@
 
 
 % A shortcut for italicized e.g. and i.e.
 
 
 % 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
 
 
 % Define a new reference to a definition of the term. The text of the
@@ -27,4 +26,8 @@
 % and a page number in the margin. We use \inothermargin, since it is slightly
 % bigger.
 % This automatically prefixes the reference name with def:
 % and a page number in the margin. We use \inothermargin, since it is slightly
 % bigger.
 % This automatically prefixes the reference name with def:
-\define[1]\refdef{\inothermargin{\ref[t][def:#1] p.\ref[p][def:#1]}}
+\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}