- Add this line to your
~/.bashrcfile
export PATH=$PATH:/usr/local/texlive/2015/bin/x86_64-linux
- Close and re-open your gnome-terminal
| #!/bin/bash | |
| # this script will set up symbolio links. You can change variable to make it work for your system. | |
| ## VARIABLES ## | |
| # define the path to the head of your tex-tree | |
| texpath=/usr/share/texlive/texmf-dist/tex/latex | |
| #texpath=<your-own-tex-path> | |
| # define the class name |
| { | |
| // setup for 2017b, Ubuntu 16.04 | |
| // change path for other Matlab versions | |
| // quit call closes all figures and kills matlab process | |
| "cmd": ["/usr/local/MATLAB/R2017b/bin/matlab", "-nodesktop", "-nosplash", "-r", "$file_base_name;quit"], | |
| "selector": "source.m" | |
| } |