summaryrefslogtreecommitdiff
path: root/src/generators/latex/document_g.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generators/latex/document_g.cpp')
-rw-r--r--src/generators/latex/document_g.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generators/latex/document_g.cpp b/src/generators/latex/document_g.cpp
index 622aa6e..08c5ee6 100644
--- a/src/generators/latex/document_g.cpp
+++ b/src/generators/latex/document_g.cpp
@@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "document_g.h"
latex::document_g::document_g() : document_g::base_type(document_) {
- document_ = +paragraph_;
+ document_ = +(paragraph_ << ka::eol);
}