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.

17 lines
424 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: proceedings
  3. # key: proceedings
  4. # --
  5. @proceedings{ ${title},
  6. title = {${title}},
  7. year = {${year}}${,
  8. editor = {${editor}}}${,
  9. volume = {${volume}}}${,
  10. series = {${series}}}${,
  11. address = {${address}}}${,
  12. month = {${month}}}${,
  13. organization = {${organization}}}${,
  14. publisher = {${publisher}}}${,
  15. note = {${note}}}
  16. }
  17. $0