commit 8d540d4a51d480a05f1accea2b0ceb096b647652
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun May 1 00:22:32 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sun May 1 00:22:32 2016 +0200

    refsheet: tweak vspace and align the table with the title using hspace
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index fbbd7a9..034e86e 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
@@ -6,11 +6,12 @@
 
 
 {\Huge libzahl}
-\vspace{1em plus .2em minus .1em}
+\vspace{1ex}
 
 Unless specified otherwise, all times are of type {\tt z\_t}.
-\vspace{2em plus .4em minus .2em}
+\vspace{1.5em}
 
+\hspace{-0.8em}
 \begin{tabular}{lll}
 \textbf{Initialisation}       & {}                         & {}                
                                \\
 Initialise libzahl            & {\tt zsetup(env)}          & must be called 
before any other function is used, \\
@@ -71,6 +72,7 @@ Compare $\ab{a}$ and $\ab{b}$ & {\tt zcmpmag(a, b)}        & 
returns {\tt int} $
 
 \end{tabular}
 \newpage
+\hspace{-0.8em}
 \begin{tabular}{lll}
 
 \textbf{Bit operations}       & {}                         & {}                
                                \\

Reply via email to