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.

21 lines
474 B

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