Skip to content

Instantly share code, notes, and snippets.

@fabiofortkamp
Last active September 25, 2019 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiofortkamp/c47a3c4a4305d9a3f396de64226e1567 to your computer and use it in GitHub Desktop.
Save fabiofortkamp/c47a3c4a4305d9a3f396de64226e1567 to your computer and use it in GitHub Desktop.
Example prm start script to work on a paper, on Windows
cd $HOME/latex-writing/paper-magnetic-profiles/
# sync repo
git pull origin master
# open Visual Studio Code to edit and run scripts
code -n .
# Sourcetree is a Git client
SourceTree.exe
# we can also open reference files
start Outline_Paper_Profiles.pdf
# I prefer to use emacs for LaTeX files
emacs PaperMagneticProfiles_JBSMSE.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment