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