Guest User

Untitled

a guest
Oct 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. documentclassarticle}
  2.  
  3. usepackage[backend=biber, style=authoryear]{biblatex}
  4. addbibresource{biblatex-examples.bib}
  5.  
  6. DeclareSortingNamekeyScheme{
  7. keypart{
  8. namepart{given}
  9. }
  10. keypart{
  11. namepart{prefix}
  12. }
  13. keypart{
  14. namepart{family}
  15. }
  16. keypart{
  17. namepart{suffix}
  18. }
  19. }
  20.  
  21. DeclareNameAlias{sortname}{default}
  22.  
  23. begin{document}
  24. cite{sigfridsson,worman,geer,cicero,nussbaum,knuth:ct:a}
  25. printbibliography
  26. end{document}
  27.  
  28. DeclareNameAlias{sortname}{first-last}
  29.  
  30. (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg
  31. File: biblatex.cfg
  32. )))
  33. ! Undefined control sequence.
  34. l.5 DeclareSortingNamekeyScheme
  35. {
  36. The control sequence at the end of the top line
  37. of your error message was never def'ed. If you have
  38. misspelled it (e.g., `hobx'), type `I' and the correct
  39. spelling (e.g., `Ihbox'). Otherwise just continue,
  40. and I'll forget about whatever was undefined.
  41.  
  42. ! Undefined control sequence.
  43. l.6 keypart
  44. {
  45. The control sequence at the end of the top line
  46. of your error message was never def'ed. If you have
  47. misspelled it (e.g., `hobx'), type `I' and the correct
  48. spelling (e.g., `Ihbox'). Otherwise just continue,
  49. and I'll forget about whatever was undefined.
  50.  
  51. ! Undefined control sequence.
  52. l.7 namepart
  53. {given}
  54. The control sequence at the end of the top line
  55. of your error message was never def'ed. If you have
  56. misspelled it (e.g., `hobx'), type `I' and the correct
  57. spelling (e.g., `Ihbox'). Otherwise just continue,
  58. and I'll forget about whatever was undefined.
  59.  
  60.  
  61. ! LaTeX Error: Missing begin{document}.
  62.  
  63. See the LaTeX manual or LaTeX Companion for explanation.
  64. Type H <return> for immediate help.
  65. ...
Add Comment
Please, Sign In to add comment