Add another reference.
[matthijs/master-project/report.git] / Utils / Shortcuts.tex
index 34f15b0745c046fd52f6dc4a1259e5abd2c919f4..5c46d3709e567227be9668978d1969dc70ee66bb 100644 (file)
@@ -2,6 +2,7 @@
 % 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}
@@ -31,3 +32,8 @@
 % Shortcuts to write in smallcaps
 \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: