libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 8d540d4a51d480a05f1accea2b0ceb096b647652
parent 9177229ec032710501cbb099c2a3de098f2cb51f
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  1 May 2016 00:22:32 +0200

refsheet: tweak vspace and align the table with the title using hspace

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mdoc/refsheet.tex | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 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} & {} & {} \\