From 53209b567f525da4219d2c0ecd778c05943542b1 Mon Sep 17 00:00:00 2001 From: John Winans Date: Thu, 20 Oct 2022 06:39:20 -0500 Subject: [PATCH] refcard coverpage cosmetic --- book/insnformats.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/insnformats.tex b/book/insnformats.tex index 4f56d85..72e1fa4 100644 --- a/book/insnformats.tex +++ b/book/insnformats.tex @@ -2022,9 +2022,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Draw something useful for the cover portion of the tri-fold green-card \newcommand\DrawCardTitlePage{ + \draw[line width=1.5mm] (111-18,-1) -- (111+18,-1); \draw(111,-5) node {\textbf{\Huge RVALP}}; \draw(111,-10) node {\textbf{\Huge RV32I Reference Card}}; - \draw(111,-152) node {\GitRevision}; + \draw[line width=1.5mm] (111-18,-14) -- (111+18,-14); + \draw(111,-150) node {https://github.com/johnwinans/rvalp}; + \draw(111,-152) node {\small \GitRevision}; } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%