commit 741d6fca09cd3f5cfccac3be033cf214036d03ad
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun May 1 01:44:12 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sun May 1 01:44:18 2016 +0200

    refsheet: use \hspace* to indent
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index a2fbecd..c74b5ee 100644
--- 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}}

Reply via email to