summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-08-29 22:29:22 +0000
committerAlexander Levin <al.le@rockbox.org>2009-08-29 22:29:22 +0000
commitb783c06362b19d2838e56eb167e8b408c9cdb53d (patch)
treea4657259e59106f1db6098d4c69604f2da900f72 /manual/preamble.tex
parentf96951442146ba62189c8d04fa3a71b6be25f99e (diff)
downloadrockbox-b783c06362b19d2838e56eb167e8b408c9cdb53d.tar.gz
rockbox-b783c06362b19d2838e56eb167e8b408c9cdb53d.zip
Manual: Fix the vertical spacing in the first and the last rows in tables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index cb48a4b907..1e3ccce95a 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -103,8 +103,8 @@
103\newcounter{example}[chapter] 103\newcounter{example}[chapter]
104 104
105\ifpdfoutput{% 105\ifpdfoutput{%
106 \setlength{\belowrulesep}{0pt} 106 \renewcommand{\toprule}{\specialrule{\heavyrulewidth}{\abovetopsep}{0pt}}
107 \setlength{\aboverulesep}{0pt} 107 \renewcommand{\midrule}{\specialrule{\lightrulewidth}{0pt}{\belowrulesep}}
108 }{} 108 }{}
109\newcommand{\tblhdrstrut}{\rule[-1.3ex]{0mm}{4.0ex}} 109\newcommand{\tblhdrstrut}{\rule[-1.3ex]{0mm}{4.0ex}}
110 110