From e29f193de14dd2be5b0c816d9071e892a79a0ead Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 22 Jul 2022 23:31:03 +0100 Subject: [PATCH] get comparison table on one page --- openpower/simple_v_spec.tex | 2 +- openpower/texmunge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 679f81ecd..6204e3525 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -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}{} { diff --git a/openpower/texmunge.py b/openpower/texmunge.py index f8bc1c52d..c1d0ecff4 100755 --- a/openpower/texmunge.py +++ b/openpower/texmunge.py @@ -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) -- 2.30.2