[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH 1/2] commands-pdf.tex: align title page
Section titles are currently misaligned on the title
page. This patch aligns them back.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
commands-pdf.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands-pdf.tex b/commands-pdf.tex
index 1646adb..8e278be 100644
--- a/commands-pdf.tex
+++ b/commands-pdf.tex
@@ -64,7 +64,7 @@
\newenvironment{oasistitlesection}[1]
{
-\begin{tabular}{p{0in}p{5.8in}}
+\setlength{\tabcolsep}{0in}\begin{tabular}{p{0in}p{5.8in}}
\multicolumn{2}{l}{\fontspec[Color=552681]{Arial}\fontsize{10}{10}\textbf{#1:}}\\[-0.05in]
&\setlength{\topsep}{0in}\setlength{\parsep}{0in}\setlength{\partopsep}{0in} }
{
--
MST
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]