Guest User

Untitled

a guest
May 21st, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[style=authoryear-luh-ipw]{biblatex}
  3.  
  4. begin{document}
  5.  
  6. end{document}
  7.  
  8. ... MiKTeX 2.9texlatexbiblatexlbxengli
  9. sh.lbx")
  10.  
  11. ! LaTeX Error: Missing begin{document}.
  12.  
  13. See the LaTeX manual or LaTeX Companion for explanation.
  14. Type H <return> for immediate help.
  15.  
  16. % english-luh-ipw.bbx, Oliver Heins (oheins@sopos.org) 2012--2013
  17.  
  18. ProvidesFile{english-luh-ipw.lbx}[2013/11/18 v0.3 bibliography localization for use with biblatex 2.x]
  19.  
  20. InheritBibliographyExtras{english}
  21.  
  22. DeclareBibliographyExtras{%
  23. savecommandmkbibvolume
  24. protecteddefmkbibvolume#1{bibstring{jourvol}adddot~#1}}
  25.  
  26. UndeclareBibliographyExtras{%
  27. restorecommandmkbibvolume}
  28.  
  29. NewBibliographyString{issue}
  30.  
  31. DeclareBibliographyStrings{%
  32. inherit = {english},
  33. issue = {issue}{issadddot}},
  34.  
  35. endinput
  36.  
  37. DeclareBibliographyStrings{%
  38. inherit = {<language>},
  39. bibstring_1 = {{<short_1>}{<long_1>}},
  40. bibstring_2 = {{<short_2>}{<long_2>}},
  41. .
  42. .
  43. .
  44. bibstring_n = {{<short_n>}{<long_n>}},
  45. }
  46.  
  47. DeclareBibliographyStrings{%
  48. inherit = {german},
  49. issue = {{Heft}{Hadddot}},
  50. }
  51.  
  52. DeclareBibliographyStrings{%
  53. inherit = {english},
  54. issue = {{issue}{issadddot}},
  55. }
Add Comment
Please, Sign In to add comment