get comparison table on one page
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Jul 2022 22:31:03 +0000 (23:31 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Jul 2022 22:31:03 +0000 (23:31 +0100)
openpower/simple_v_spec.tex
openpower/texmunge.py

index 679f81ecdbecffc72a1bbbc566a6a43902dbda5d..6204e3525cd90399e752e6c99aa8c8a9a7ea2e0b 100644 (file)
@@ -184,8 +184,8 @@ For questions, comments, and clarification, please contact the following:
     \item Andrey Miroshnikov - Libre-SOC engineer, assisting with documentation - andrey@technepisteme.xyz
 \end{itemize}
 
+\newpage
 \begin{landscape}
-\chapter*{Comparison Table}
 \addcontentsline{toc}{chapter}{Comparison Table} \markboth{INTRODUCTION}{}
 \hypertarget{svux2fcomparison_table}{}
 {
index f8bc1c52df21a8d7113e33c21717bdbc35380427..c1d0ecff45850c136386946004e221b7344276ac 100755 (executable)
@@ -9,6 +9,6 @@ with open(sys.argv[2], "w") as o:
             if sys.argv[1].endswith("comparison_table_pre.tex") and \
                line.startswith(r"\begin{itemize}"):
                 o.write(line)
-                o.write("\\itemsep -0.3em\n")
+                o.write("\\itemsep -0.6em\n")
                 continue
             o.write(line)