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
Branches
No related tags found
Loading
Pipeline #2230 passed
...@@ -31,6 +31,6 @@ function o = write(o, fid) ...@@ -31,6 +31,6 @@ function o = write(o, fid)
fprintf(fid, repmat(' \\par \\medskip ', 1, o.number)); fprintf(fid, repmat(' \\par \\medskip ', 1, o.number));
if o.hline > 0 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
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment