create separate appendix in tex spec
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 12:04:40 +0000 (13:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 12:04:40 +0000 (13:04 +0100)
openpower/simple_v_spec.tex

index 095ab2073160c339cb26a1728130431134e2ee6b..c4d1614e2ad328966b61aef4eccacc23773ac601 100644 (file)
@@ -3,6 +3,7 @@
 \usepackage{amssymb,amsmath}
 \usepackage{lscape}
 \usepackage{sectsty}
+\usepackage{appendix}
 \usepackage{anyfontsize}
 \usepackage{ifxetex,ifluatex}
 \usepackage{fixltx2e} % provides \textsubscript
@@ -72,10 +73,6 @@ 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_quirks.tex}
 \chapter{SPRs}
 \input{tex_out/sprs.tex}
 \chapter{Arithmetic Mode}
@@ -96,6 +93,12 @@ table}}{}
 \input{tex_out/mv_swizzle.tex}
 \chapter{Pack / Unpack}
 \input{tex_out/mv_vec.tex}
+
+\begin{appendices}
+\chapter{SVP64 Appendix}
+\input{tex_out/svp64_appendix.tex}
+\chapter{SVP64 Quirks}
+\input{tex_out/svp64_quirks.tex}
 \chapter{Simple-V pseudocode}
 \input{tex_out/pseudocode_simplev.tex}
 \chapter{SVP64 Augmentation Table}
@@ -105,5 +108,6 @@ table}}{}
 \input{tex_out/opcode_regs_deduped.tex}
 }
 \end{landscape}
+\end{appendices}
 
 \end{document}