reporting: @series: write tex name to table

remove-priordens
Houtan Bastani 2013-04-03 19:13:09 +02:00
parent d78e491278
commit 8ac9ac6f68
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fprintf(fid, '%% Table Row (series)\n');
if o.table_align_right
fprintf(fid, '\\multicolumn{1}{r}{');
end
fprintf(fid, '%s', o.data.name{:});
fprintf(fid, '%s', o.data.tex{:});
if o.table_align_right
fprintf(fid, '}');
end