Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. %% natbib.sty is loaded by default. However, natbib options can be
  2. %% provided with biboptions{...} command. Following options are
  3. %% valid:
  4.  
  5. %% round - round parentheses are used (default)
  6. %% square - square brackets are used [option]
  7. %% curly - curly braces are used {option}
  8. %% angle - angle brackets are used <option>
  9. %% semicolon - multiple citations separated by semi-colon (default)
  10. %% colon - same as semicolon, an earlier confusion
  11. %% comma - separated by comma
  12. %% authoryear - selects author-year citations (default)
  13. %% numbers- selects numerical citations
  14. %% super - numerical citations as superscripts
  15. %% sort - sorts multiple citations according to order in ref. list
  16. %% sort&compress - like sort, but also compresses numerical citations
  17. %% compress - compresses without sorting
  18. %% longnamesfirst - makes first citation full author list
  19. %%
  20. %% biboptions{longnamesfirst,comma}
  21.  
  22. biboptions{sort&compress}
  23.  
  24. usepackage[numbers]{natbib}
  25.  
  26. Undefined control sequence biboptions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement