diff options
author | Camil Staps | 2018-09-29 12:25:27 +0200 |
---|---|---|
committer | Camil Staps | 2018-09-29 12:25:27 +0200 |
commit | 0d5c832e17a5a04e5adade350e1309df2cd9538e (patch) | |
tree | a5bd2b784f8dba2dba39dfbbe3acc30c331a7c46 | |
parent | Add readme (diff) |
Spacing issues
-rw-r--r-- | linux-x64.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux-x64.tex b/linux-x64.tex index 8133e1b..25c4ef5 100644 --- a/linux-x64.tex +++ b/linux-x64.tex @@ -1,6 +1,6 @@ \documentclass{article} -\usepackage[a6paper,margin=2cm,top=5mm,bottom=5mm]{geometry} +\usepackage[a6paper,margin=8mm,top=5mm,bottom=5mm]{geometry} \usepackage{xcolor} \usepackage[hidelinks]{hyperref} @@ -18,7 +18,7 @@ \textbf{Clean RTS cheat sheet, x64 linux} \end{center} -{\hfill +{\hfill% \fcolorbox{black}{white}{% \begin{tabular}{ll} A0 & rcx \\ @@ -41,8 +41,8 @@ scratch & rbp \\ scratch & r9 \\ \end{tabular}% -} -\hfill +}% +\hfill% \fcolorbox{black}{white}{% \begin{tabular}{ll} rax & B0 \\ @@ -64,7 +64,7 @@ r14 & B6 \\ r15 & free \\ \end{tabular}% -} +}% \hfill} \bigskip @@ -85,7 +85,7 @@ } \bigskip -\tiny +\scriptsize \url{https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet} \end{document} |