Revert "LaTeX writer: put a strut after a line break (\\
)."
This reverts commit e2a7ecb5f7
.
This commit is contained in:
parent
e2a7ecb5f7
commit
9867231779
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ inlineToLaTeX il@(RawInline f str) = do
|
|||
inlineToLaTeX LineBreak = do
|
||||
emptyLine <- gets stEmptyLine
|
||||
setEmptyLine True
|
||||
return $ (if emptyLine then "\\strut " else "") <> "\\\\ \\strut" <> cr
|
||||
return $ (if emptyLine then "\\strut " else "") <> "\\\\" <> cr
|
||||
inlineToLaTeX SoftBreak = do
|
||||
wrapText <- gets (writerWrapText . stOptions)
|
||||
case wrapText of
|
||||
|
|
Loading…
Reference in a new issue