add executive,summary to pdf
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 23 Jul 2022 09:53:31 +0000 (10:53 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 23 Jul 2022 09:53:36 +0000 (10:53 +0100)
openpower/Makefile
openpower/simple_v_spec.tex

index bf9e9f55a8e7731b80103b6b0427217d142272a1..a5729b61f8dbe7d1503c937e85ae125fa2a575c5 100755 (executable)
@@ -5,6 +5,7 @@ SOURCE_TEX := tex_out/remap.tex \
               tex_out/bitmanip.tex tex_out/vector_ops.tex \
               tex_out/sv.tex tex_out/svp64_appendix.tex \
               tex_out/overview.tex tex_out/svp64.tex \
+              tex_out/executive_summary.tex \
               tex_out/compliancy_levels.tex tex_out/svp64_quirks.tex \
               tex_out/sprs.tex tex_out/opcode_regs_deduped.tex \
               tex_out/normal.tex tex_out/ldst.tex \
@@ -261,6 +262,13 @@ tex_out/transcendentals.tex: transcendentals.mdwn
                --filter pandoc_img.py \
             -N -o tex_out/transcendentals.tex tex_out/transcendentals.mdwn
 
+tex_out/executive_summary.tex: sv/executive_summary.mdwn
+       mkdir -p tex_out
+       ./mdwn_inline.py sv/executive_summary.mdwn tex_out/executive_summary.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+            -N -o tex_out/executive_summary.tex tex_out/executive_summary.mdwn
+
 tex_out/svp64_appendix.tex: sv/svp64/appendix.mdwn
        mkdir -p tex_out
        ./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn
index 6204e3525cd90399e752e6c99aa8c8a9a7ea2e0b..4b479f449af5edad39e645e635362b14b856a606 100644 (file)
@@ -184,6 +184,11 @@ For questions, comments, and clarification, please contact the following:
     \item Andrey Miroshnikov - Libre-SOC engineer, assisting with documentation - andrey@technepisteme.xyz
 \end{itemize}
 
+\subsection*{Executive Summary}
+\hypertarget{svux2fexecutive_summary}{}
+\newpage
+\input{tex_out/executive_summary.tex}
 \newpage
 \begin{landscape}
 \addcontentsline{toc}{chapter}{Comparison Table} \markboth{INTRODUCTION}{}
@@ -203,7 +208,7 @@ For questions, comments, and clarification, please contact the following:
 
 \tableofcontents
 
-\part{Scalable Vectors}
+\part{Scalable Vectors for the Power ISA}
 
 
 \chapter{Fields and Forms}