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.

22 lines
534 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: incollection
  3. # key: incollection
  4. # --
  5. @incollection{ ${title},
  6. author = {${author}},
  7. title = {${title}},
  8. booktitle = {${booktitle}},
  9. publisher = {${publisher}},
  10. year = {${year}}${,
  11. editor = {${editor}}}${,
  12. volume = {${volume}}}${,
  13. series = {${series}}}${,
  14. type = {${type}}}${,
  15. chapter = {${chapter}}}${,
  16. pages = {${pages}}}${,
  17. address = {${address}}}${,
  18. edition = {${edition}}}${,
  19. month = {${month}}}${,
  20. note = {${note}}}
  21. }
  22. $0