Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
08d1d0b5
Commit
08d1d0b5
authored
May 16, 2013
by
Houtan Bastani
Browse files
reporting: @report: simplify test for os x
parent
9d8c135f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@report/compile.m
View file @
08d1d0b5
...
...
@@ -47,7 +47,7 @@ if ~exist(o.filename, 'file')
end
if
isempty
(
compiler
)
if
strcmp
(
computer
,
'MACI'
)
||
strcmp
(
computer
,
'MACI64'
)
if
str
n
cmp
(
computer
,
'MACI'
,
4
)
% Add most likely places for pdflatex to exist outside of default $PATH
[
status
,
compiler
]
=
...
system
([
'PATH=$PATH:/usr/texbin:/usr/local/bin:/usr/local/sbin;'
...
...
...
Write
Preview
Supports
Markdown
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