Advertisement
Guest User

Untitled

a guest
Nov 5th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. # Written by Morten O. Alver.
  2. # This file is licensed under the terms of the GPL version 2 (or later).
  3.  
  4. NAME
  5. Example style file for JabRef-oo plugin.
  6.  
  7. JOURNALS
  8. Journal name 1
  9. Journal name 2
  10.  
  11. PROPERTIES
  12. Title="References"
  13. IsSortByPosition="false"
  14. IsNumberEntries="false"
  15. ReferenceParagraphFormat="Text body"
  16. ReferenceHeaderParagraphFormat="Heading 1"
  17.  
  18. CITATION
  19. BibtexKeyCitations=false
  20. AuthorField="author/editor/institution"
  21. YearField="year"
  22. MaxAuthors="2"
  23. MaxAuthorsFirst="2"
  24. AuthorSeparator=","
  25. AuthorLastSeparator=" & "
  26. AuthorLastSeparatorInText=" and "
  27. EtAlString=" et al."
  28. ItalicEtAl="false"
  29. YearSeparator=" "
  30. InTextYearSeparator=" "
  31. BracketBefore="("
  32. BracketAfter=")"
  33. BracketBeforeInList="("
  34. BracketAfterInList=") "
  35. CitationSeparator="; "
  36. UniquefierSeparator=","
  37. GroupedNumbersSeparator="-"
  38. MinimumGroupingCount="3"
  39. FormatCitations="false"
  40. CitationCharacterFormat="Default"
  41. MultiCiteChronological="true"
  42. PageInfoSeparator="; "
  43.  
  44. LAYOUT
  45. article=<b>\format[Authors(LastFirst,Semicolon)]{\author}</b> (<b>\year\uniq</b>). \title. <i>\journal</i>, \volume(\number)\begin{pages}: \format[FormatPagesForHTML]{\pages}\end{pages}.
  46.  
  47. book=<b>\format[Authors(LastFirst,Semicolon)]{\author}\begin{editor}\format[AuthorLastFirst,AuthorAbbreviator,AuthorAndsReplacer]{\editor} (Ed.)\end{editor}</b>, <b>\year\uniq</b>. <i>\title</i>. \address: \publisher.
  48.  
  49. incollection=<b>\format[Authors(LastFirst,Semicolon)]{\author}</b> (<b>\year\uniq</b>). \title. In: \format[AuthorLastFirst,AuthorAbbreviator,AuthorAndsReplacer]{\editor} (Ed.), <i>\booktitle</i>, \publisher, \address.
  50.  
  51. misc=<b>\institution</b><b>\format[Authors(LastFirst,Semicolon)]{\author}</b> (<b>\year\uniq</b>). \title. \howpublished. \comment.
  52.  
  53. inbook=\format[Authors(LastFirst,Semicolon)]{\author} (<b>\year\uniq</b>). <i>\chapter</i>. In: \format[AuthorLastFirst,AuthorAbbreviator,AuthorAndsReplacer]{\editor} (Ed.), \title. \address: \publisher.
  54.  
  55. phdthesis=\format[Authors(LastFirst,Semicolon)]{\author} (<b>\year\uniq</b>). \title, \school.
  56.  
  57. inproceedings=<b>\format[Authors(LastFirst,Semicolon)]{\author}</b> (<b>\year\uniq</b>). \title. In: <i>\booktitle</i>. \address.
  58.  
  59. techreport=<b>\format[Authors(LastFirst,Semicolon)]{\author}</b> (<b>\year\uniq</b>). \title. \address \begin{\institution}:\end{\instituion} \format{\institution}.
  60.  
  61. default=\format[Authors(LastFirst,Semicolon)]{\author} (<b>\year\uniq</b>). \title, \journal \volume\begin{pages} : \format[FormatPagesForHTML]{\pages}\end{pages}.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement