commit 90c423a646252e65e93fe2e9a3b688fff3a37015
Author: Enrico Forestieri <[email protected]>
Date:   Mon May 29 23:22:14 2017 +0200

    Revert a gratuitous change
    
    This commit reverts a change made at 3bc08a76 that was causing
    changed output. See:
    http://www.mail-archive.com/[email protected]/msg200509.html
---
 src/output_latex.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/output_latex.cpp b/src/output_latex.cpp
index 2a4f612..8f2e0a8 100644
--- a/src/output_latex.cpp
+++ b/src/output_latex.cpp
@@ -1153,7 +1153,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

Reply via email to