diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py index 75676f03f..0c71a79fd 100644 --- a/sphinx/writers/latex.py +++ b/sphinx/writers/latex.py @@ -1238,7 +1238,7 @@ class LaTeXTranslator(nodes.NodeVisitor): * inline markup is supported. * serif typeface """ - self.body.append('{\\raggedright{}') + self.body.append('\n{\\raggedright{}') self.literal_whitespace += 1 def depart_line_block(self, node): self.literal_whitespace -= 1