conference 515 B

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