add newline after equation tag in latex output

issue#70
Houtan Bastani 2020-01-07 12:26:40 +01:00
parent acdfeb4ee6
commit 70c3d478ba
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright © 2003-2019 Dynare Team * Copyright © 2003-2020 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
@ -1870,7 +1870,7 @@ ModelTree::writeLatexModelFile(const string &mod_basename, const string &latex_b
} }
if (wrote_eq_tag) if (wrote_eq_tag)
content_output << "]"; content_output << "]" << endl;
} }
content_output << R"(\begin{dmath})" << endl; content_output << R"(\begin{dmath})" << endl;