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
10d4f955
Commit
10d4f955
authored
Mar 20, 2018
by
Carla Barquest
Browse files
First version
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
0 → 100644
View file @
10d4f955
## Install
Before getting the JACoW template to compile I needed to install the following packages (
`apt-get install`
):
*
`texlive-latex-extra`
*
`texlive-science`
*
`tex-gyre`
*
`texlive-fonts-extra`
*
`texlive-generic-recommended`
## Compile
Using sublime text3 I compile with the following build:
LaTeX.sublime-build
```
{
"cmd": ["/usr/bin/pdflatex","$file"],
"selector": "text.tex.latex"
}
```
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