Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. @unpublished{SomeKey,
  2. title = {bst files are difficult},
  3. year = {2015},
  4. author = {Author, Unknown},
  5. series = {Discussion Paper},
  6. institution = {Bibtex-Institute}
  7. }
  8.  
  9. FUNCTION {unpublished}
  10. { output.bibitem
  11. list.label.output
  12. " harvardyearleft " list.year * "harvardyearright " * output.nonnull
  13. author "author" item.check
  14. title.field field.used =
  15. { skip$ }
  16. { format.title quote "title" output.check }
  17. if$
  18. institution emphasize output
  19. series emphasize output
  20. new.block
  21. fin.entry
  22. }
  23.  
  24. FUNCTION {unpublished}
  25. { output.bibitem
  26. list.label.output
  27. " harvardyearleft " list.year * "harvardyearright " * output.nonnull
  28. author "author" item.check
  29. title.field field.used =
  30. { skip$ }
  31. { format.title "title" output.check }
  32. if$
  33. new.block
  34. note "note" output.check
  35. fin.entry
  36. write.url
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement