(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 1 May 2016 01:44:41 +0200 (CEST)

commit 741d6fca09cd3f5cfccac3be033cf214036d03ad
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun May 1 01:44:12 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun May 1 01:44:18 2016 +0200

    refsheet: use \hspace* to indent
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index a2fbecd..c74b5ee 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
_AT_@ -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}}
Received on Sun May 01 2016 - 01:44:41 CEST

This archive was generated by hypermail 2.3.0 : Sun May 01 2016 - 01:48:16 CEST