Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
94923ba2
Commit
94923ba2
authored
Aug 15, 2014
by
James Allen
Browse files
Update message format
parent
fc164cd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
94923ba2
...
...
@@ -213,7 +213,12 @@ module.exports = (grunt) ->
Either latexmk is not installed or is not in your PATH.
latexmk comes with TexLive 2013, and must be a version from 2013 or later.
This is a not a fatal error, but compiling will not work without latexmk
If you have already have TeXLive installed, then make sure it is
included in your PATH (example for 64-bit linux):
export PATH=$PATH:/usr/local/texlive/2014/bin/x86_64-linux/
This is a not a fatal error, but compiling will not work without latexmk.
"""
return
callback
(
error
)
else
if
error
?
...
...
@@ -254,8 +259,7 @@ module.exports = (grunt) ->
brew install aspell
This is not a fatal error, but the spell-checker will not work
without aspell
This is not a fatal error, but the spell-checker will not work without aspell
"""
return
callback
(
error
)
else
if
error
?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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