aboutsummaryrefslogtreecommitdiffstats
path: root/doc/refsheet.tex
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-01 00:22:32 +0200
committerMattias Andrée <maandree@kth.se>2016-05-01 00:22:32 +0200
commit8d540d4a51d480a05f1accea2b0ceb096b647652 (patch)
tree4a92aab0a7b2ec94eb5c92b45100bc912d17e1de /doc/refsheet.tex
parentFix Underfull \hbox in the refsheet (diff)
downloadlibzahl-8d540d4a51d480a05f1accea2b0ceb096b647652.tar.gz
libzahl-8d540d4a51d480a05f1accea2b0ceb096b647652.tar.bz2
libzahl-8d540d4a51d480a05f1accea2b0ceb096b647652.tar.xz
refsheet: tweak vspace and align the table with the title using hspace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--doc/refsheet.tex6
1 files changed, 4 insertions, 2 deletions
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} & {} & {} \\