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
523 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: inproceedings
  3. # key: inproceedings
  4. # --
  5. @inproceedings{ ${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