Change comment written to .tex file

remove-priordens
Houtan Bastani 2019-08-29 18:23:42 +02:00
parent 8909f01b13
commit 48d73ecb0c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function write(o, fid, pg)
assert(fid ~= -1);
fprintf(fid, '\n%% Page Object written %s\n', datestr(now));
fprintf(fid, '\n%% Page Number %d written %s\n', pg, datestr(now));
if strcmpi(o.orientation, 'landscape')
fprintf(fid, '\\begin{landscape}\n');
end