diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-08 22:21:51 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-08 22:21:51 +0000 |
commit | 99d4a38d77630d96c62b71494b38fcd8d975b06a (patch) | |
tree | 669b3bb1b740eb6052279a08a1466dcd8a946078 | |
parent | df64d9b9f898adaa687f1c9d9e7d7dbfa835fb3c (diff) |
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>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@168 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | commands-pdf.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} } { |