Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. \documentclass[a4paper,10pt]{article}
  2. \title{Blah}
  3. \author{Me}
  4. \date{\today}
  5. \usepackage[utf8]{inputenc}
  6. \usepackage[british]{babel}
  7. \usepackage[style=authoryear,backend=biber,eprint=false]{biblatex}
  8. \usepackage{setspace}
  9. \usepackage{csquotes}
  10.  
  11. \addbibresource{blah.bib}
  12. \DefineBibliographyStrings{english}{%
  13. urlseen = {Accessed},
  14. }
  15.  
  16. \DeclareNameAlias{sortname}{last-first}
  17. \DeclareNameAlias{default}{last-first}
  18. \renewbibmacro{in:}{%
  19. \ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}} % suppress in if not article
  20. }
  21. \DeclareFieldFormat{url}{\url{#1}}
  22.  
  23. \patchcmd{\bibsetup}{\interlinepenalty=5000}{\interlinepenalty=10000}{}{}
  24. \doublespacing
  25. \begin{document}
  26. Critics to this sort of adjustment may well point to under-training
  27. of teachers as a significant barrier to implement any kind of drastic
  28. overhaul of the ICT curriculum \parencite{guardian}.
  29.  
  30. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement