From ab24e62128d9cdb633f6457665451070053c7b6d Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Thu, 8 Sep 2011 11:09:39 +0200 Subject: Added heading support. So far, the LaTeX generator will output unnumbered headings, but this may change in the future. --- src/generators/latex/paragraph_g.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/generators/latex/paragraph_g.cpp') diff --git a/src/generators/latex/paragraph_g.cpp b/src/generators/latex/paragraph_g.cpp index 47f6e7e..adf3a26 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_ = +line_ << ka::eol; + paragraph_ = heading_ | (+line_ << ka::eol); } -- cgit v1.2.3-70-g09d2