Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
reporting
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
reporting
Commits
b7992f15
Verified
Commit
b7992f15
authored
Oct 25, 2019
by
Houtan Bastani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make horizontal line length == \linewidth
parent
6701600d
Pipeline
#2230
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/@vspace/write.m
src/@vspace/write.m
+1
-1
No files found.
src/@vspace/write.m
View file @
b7992f15
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment