Skip to content
Snippets Groups Projects
Verified Commit b7992f15 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

make horizontal line length == \linewidth

parent 6701600d
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,6 @@ function o = write(o, fid)
fprintf(fid, repmat(' \\par \\medskip ', 1, o.number));
if o.hline > 0
fprintf(fid, ['\\\\\n' repmat('\\midrule', 1, o.hline)]);
fprintf(fid, ['\\\\\n' repmat('\\noindent\\makebox[\\linewidth]{\\rule{\\linewidth}{0.4pt}}\\\\', 1, o.hline)]);
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment