mattfoster (owner)

Revisions

gist: 70191 Download_button fork
public
Public Clone URL: git://gist.github.com/70191.git
Embed All Files: show embed
bib_drag_command #
1
2
3
4
5
6
# 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)}"