← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH 1/2] commands-pdf.tex: align title page

From
Michael S. Tsirkin <>
Date
2013-12-03T15:43:31+00:00
ID
Thread
[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 <>
---
 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
← Prev in month ← Prev in thread
Next in thread → Next in month →