add appendix and opcodes, rotate opcodes landscape and font shrink
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 11:32:37 +0000 (12:32 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 11:32:37 +0000 (12:32 +0100)
openpower/Makefile
openpower/simple_v_spec.tex

index dd1c83667f67b1ac492eb28b31cd33462311ba4f..4fad5929ec798d0935dd15112e2f2db74e103474 100755 (executable)
@@ -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
index 8595f911a6c8ba4f526ce1b34880f7d3f692c8e9..7fcbe9a1da72c5a7543b099ce4db34e8d99f4918 100644 (file)
@@ -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}