From 0385cfdc7f56a745408bdda0565970632db40b73 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 12:32:37 +0100 Subject: [PATCH] add appendix and opcodes, rotate opcodes landscape and font shrink --- openpower/Makefile | 5 +++++ openpower/simple_v_spec.tex | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/openpower/Makefile b/openpower/Makefile index dd1c83667..4fad5929e 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -1,4 +1,5 @@ #!/usr/bin/make -f + tex: mkdir -p tex_out pandoc -f markdown -t latex --top-level-division=section \ @@ -7,10 +8,14 @@ tex: -N -o tex_out/overview.tex sv/overview.mdwn pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/svp64.tex sv/svp64.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/svp64_appendix.tex sv/svp64/appendix.mdwn pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/compliancy_levels.tex sv/compliancy_levels.mdwn pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/svp64_quirks.tex sv/svp64_quirks.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/opcode_regs_deduped.tex opcode_regs_deduped.mdwn pdf: pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 8595f911a..7fcbe9a1d 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -1,6 +1,9 @@ \documentclass[]{book} \usepackage{lmodern} \usepackage{amssymb,amsmath} +\usepackage{lscape} +\usepackage{sectsty} +\usepackage{anyfontsize} \usepackage{ifxetex,ifluatex} \usepackage{fixltx2e} % provides \textsubscript \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex @@ -69,7 +72,16 @@ table}}{} \input{tex_out/compliancy_levels.tex} \chapter{SVP64} \input{tex_out/svp64.tex} +\chapter{SVP64 Appendix} +\input{tex_out/svp64_appendix.tex} \chapter{SVP64 Quirks} -\input{tex_out/svp64_qurks.tex} +\input{tex_out/svp64_quirks.tex} +\chapter{SVP64 Augmentation Table} +\begin{landscape} +{ +\fontsize{7}{9}\selectfont +\input{tex_out/opcode_regs_deduped.tex} +} +\end{landscape} \end{document} -- 2.30.2