diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-03-11 16:53:04 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2011-03-11 16:57:33 +0100 |
| commit | e837682344d6edd2012d1ab2fd30d77ffa486593 (patch) | |
| tree | 4ce2a33d6bd68d1e88dc57cb6b446b75c940da93 /src/generators/latex_g.cpp | |
| parent | 7acf15c1f0623f157e6abdf4a9bff5b050add967 (diff) | |
Paragraph element added.
This element will allow me to add more cool things like real paragraphs,
lists, or quotation blocks. Please check the MDOWN file for an
exhaustive list of blocks.
Diffstat (limited to 'src/generators/latex_g.cpp')
| -rw-r--r-- | src/generators/latex_g.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generators/latex_g.cpp b/src/generators/latex_g.cpp index a8d5191..8d5326f 100644 --- a/src/generators/latex_g.cpp +++ b/src/generators/latex_g.cpp @@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "latex_g.h" latex_g::latex_g() : latex_g::base_type(latex_) { - latex_ = +text_; + latex_ = +paragraph_; } |
