From f3fcf18e96e96b72ab3e69ab49b12d301481065f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 29 May 2017 18:25:26 -0400 Subject: [PATCH] Revert unintended part of commit that was causing changed output. --- src/output_latex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_latex.cpp b/src/output_latex.cpp index cdce62aec7..d1372748e0 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -1134,7 +1134,7 @@ void TeXOnePar(Buffer const & buf, // prevent unwanted whitespace os << '%'; if (!os.afterParbreak() && !last_was_separator) - os << breakln; + os << '\n'; } // if this is a CJK-paragraph and the next isn't, close CJK -- 2.39.2