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
Carla Barquest
texlive-ubuntu-setup
Commits
d162abc2
Commit
d162abc2
authored
Mar 20, 2018
by
Carla Barquest
Browse files
Update readme.md
parent
10d4f955
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
d162abc2
...
...
@@ -12,10 +12,32 @@ Before getting the JACoW template to compile I needed to install the following p
Using sublime text3 I compile with the following build:
LaTeX.sublime-build
*
LaTeX.sublime-build
*
```
{
"cmd": ["/usr/bin/pdflatex","$file"],
"selector": "text.tex.latex"
}
```
Need additional set-up for
`LaTeXTools`
:
```
sudo apt-get install latexmk
```
and update the following settings:
*LaTeXTools.sublime-settings*
```
...
"viewer": "okular",
...
"linux" : {
"texpath" : "$PATH:/usr/texbin:/usr/bin/okular:/usr/bin/convert",
"python": "/usr/bin/python",
...
},
...
```
\ No newline at end of file
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