Created
February 25, 2009 14:29
-
-
Save mattfoster/70191 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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