Skip to content

Commit

Permalink
Corrected my last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Aug 9, 2018
1 parent af0eeff commit 4b5da72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GroupCell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,6 @@ wxString GroupCell::ToTeXCodeCell(wxString imgDir, wxString filename, int *imgCo

tmp = tmp->m_nextToDraw;
}
else
str+=wxT("\n\n\noindent%\n");

if (mathMode)
{
Expand All @@ -1438,6 +1436,8 @@ wxString GroupCell::ToTeXCodeCell(wxString imgDir, wxString filename, int *imgCo
str += wxT("\\mbox{}\n\\]\n%%%%%%%%%%%%%%%");
}
}
else
str+=wxT("\n\n\noindent%\n");

return str;
}
Expand Down

0 comments on commit 4b5da72

Please sign in to comment.