commit 741d6fca09cd3f5cfccac3be033cf214036d03ad
parent 84c21d69d464249b970b61345c97eec0b2244612
Author: Mattias Andrée <maandree@kth.se>
Date: Sun, 1 May 2016 01:44:12 +0200
refsheet: use \hspace* to indent
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/refsheet.tex b/doc/refsheet.tex
@@ -7,7 +7,7 @@
\newcommand{\ullong}{{\tt unsigned long long int}}
\newcommand{\entry}[3]{ #2 & {\tt #1} & #3 \\ }
-\newcommand{\entrycont}[1]{ & & $~~~~~$ #1 \\ }
+\newcommand{\entrycont}[1]{ & & \hspace*{2ex} #1 \\ }
\newcommand{\entryTwo}[4]{\entry{#1}{#2}{#3}\entrycont{#4}}
\newcommand{\entryThree}[5]{\entryTwo{#1}{#2}{#3}{#4}\entrycont{#5}}
\newcommand{\entryFour}[6]{\entryThree{#1}{#2}{#3}{#4}{#5}\entrycont{#6}}