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.

20 lines
450 B

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