Skip to content

Instantly share code, notes, and snippets.

@mattfoster
Created February 25, 2009 14:29
Show Gist options
  • Save mattfoster/70191 to your computer and use it in GitHub Desktop.
Save mattfoster/70191 to your computer and use it in GitHub Desktop.
# set file type to bib
# insert as snippet
# scope to text.tex.latex
# have fun dragging .bib files onto textmate.
echo "\bibliographystyle{\${1:plainnat}}"
echo "\bibliography{\${2:$(dirname $TM_DROPPED_FILE)/}$(basename $TM_DROPPED_FILE .bib)}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment