summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@fastmail.net>2011-09-08 21:10:26 +0200
committerGrégoire Duchêne <gduchene@fastmail.net>2012-01-27 17:06:57 +0100
commitc33244ff8c495202c12c468355b53e52a3ba7cdf (patch)
tree563a4c7be638a22e0303022f93f5e00c277f736b /src
parent5b909c4bd83ecdef56c76195526124f238b4c304 (diff)
Improved the latex::document_g generator.
Diffstat (limited to 'src')
-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);
}