Klimi's new dotfiles with stow.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
424 B

  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