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.

14 lines
314 B

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