Use \VHDL\ (etc.) instead of relying on \autoinsertnextspace.
[matthijs/master-project/report.git] / Utils / Shortcuts.tex
index 93b673034e53c4f5d96273f2ebe44a265d8cd288..442a5c4bd988b6615a9bd0c9bce8e70acfc52ba7 100644 (file)
@@ -2,9 +2,7 @@
 % This file defines some useful shortcut commands
 %
 
-
 % 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[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}}
+\def\GHC{\small{GHC}}
+
+% TODO: Use this instead of $ to fool syntax highlighting
+\def\${\char36}
+
+% vim: set sw=2 sts=2 expandtab: