summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-16 04:20:34 +0200
committerGeorg Brandl <georg@python.org>2013-09-16 04:20:34 +0200
commit9d3fb7379501f2055829ff1ed28557ff15c46dc7 (patch)
tree7e9da5b1606db2236b6e442199ea53b70643804f /sphinx
parent2622dc21a76ab51dde6f9836848e7d8505973d0c (diff)
downloadsphinx-9d3fb7379501f2055829ff1ed28557ff15c46dc7.tar.gz
Do not use footnotesize for table entries.
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/writers/latex.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py
index 82806ff6..b67638a2 100644
--- a/sphinx/writers/latex.py
+++ b/sphinx/writers/latex.py
@@ -780,9 +780,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
context += '}'
if isinstance(node.parent.parent, nodes.thead):
self.body.append('\\textsf{\\relax ')
- else:
- self.body.append('\\footnotesize{')
- context += '}'
+ context += '}'
if self.remember_multirow.get(self.table.col + 1, 0) > 1:
self.remember_multirow[self.table.col + 1] -= 1
context += ' & '