diff --git a/alib2aux/src/convert/LatexTable.h b/alib2aux/src/convert/LatexTable.h index 40a8532dd747f314683bdc020220a907b853be76..28e87d7959c09a253fa352211f6c2af5e6f10c8a 100644 --- a/alib2aux/src/convert/LatexTable.h +++ b/alib2aux/src/convert/LatexTable.h @@ -49,7 +49,7 @@ void LatexTable::convert(std::ostream& out, const automaton::DFA < SymbolType, S out << "c|"; out << "l}" << std::endl; out << "\\hline" << std::endl; - out << " & & "; + out << " & & "; for ( const SymbolType & symbol : a.getInputAlphabet ( ) ) out << replace ( alib::StringDataFactory::toString ( symbol ), "\"", "\\\"" ) << " & "; out << "\\hspace*{14cm}\\\\" << std::endl;