summaryrefslogtreecommitdiff
path: root/src/generators/latex/line_g.cpp
AgeCommit message (Collapse)Author
2011-09-08Improved the latex::line_g generator.Grégoire Duchêne
This generator no longer outputs an endline character to make the latex::heading_g generator behave as expected.
2011-04-01Line element added, plus a lot of good stuff.Grégoire Duchêne
This element is another milestone on the road to awesome new elements. Besides, it was necessary to add this element if I wanted to implement comment lines someday. I also added some minor changes in the way mppdown handles newline characters: they are now really expected, throwing an exception if absent, and a newline character is now expected after every paragraph. This newline character is then rendered back by the LaTeX generator, hence following the proper LaTeX syntax regarding paragraphs.