Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
318 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: article
  3. # key: article
  4. # --
  5. @article{ ${title},
  6. author = {${author}},
  7. title = {${title}},
  8. journal = {${journal}},
  9. year = {${year}}${,
  10. volume = {${volume}}}${,
  11. number = {${number}}}${,
  12. pages = {${pages}}}${,
  13. month = {${month}}}${,
  14. note = {${note}}}
  15. }
  16. $0