Skip to content

Instantly share code, notes, and snippets.

View amoodie's full-sized avatar

Andrew Moodie amoodie

View GitHub Profile
@amoodie
amoodie / add_tex_path.md
Created March 8, 2018 15:49
my .bashrc config

Add texlive install path

  • Add this line to your ~/.bashrc file
export PATH=$PATH:/usr/local/texlive/2015/bin/x86_64-linux
  • Close and re-open your gnome-terminal
@amoodie
amoodie / symlinks_latex_github.sh
Created March 7, 2018 20:38
Using symbolic links to add GitHub based class to LaTeX path (TeX tree)
@amoodie
amoodie / Matlab2017b.sublime-build
Last active October 1, 2018 18:20
Sublime 3 build system for Matlab on Ubuntu Linux
{
// 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"
}