Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2. usepackage[french,german]{babel}
  3. usepackage[utf8]{inputenc}
  4. usepackage[T1]{fontenc}
  5. usepackage[style=biblatex-swiss-legal-general,backend=biber,autolang=other,jurisdictionindex=true,commentarystyle=styleA]{biblatex}
  6. addbibresource{Referencingtest.bib}
  7.  
  8. newbibmacro{customa:styleD}{% <-- this is actually a test, not having any idea
  9. bibsstring{thefield{series}}% how it will look like, being unable to make it appear
  10. printtext{-}% on the pdf result
  11. printnames{labelname}%
  12. addcommaaddspace%
  13. printfield{titleaddon}addspace%
  14. printfield{part}%
  15. }%
  16.  
  17. DeclareBibliographyOption{commentarystyle}{%
  18. ifcsdef{blx@opt@commentarystyle@#1}
  19. {blx@commentarystylecsuse{blx@opt@commentarystyle@#1}}
  20. {blx@err@invopt{commentarystyle=#1}{}}}
  21. cslet{blx@opt@commentarystyle@styleA}z@
  22. letblx@opt@commentarystyle@styleB@ne
  23. letblx@opt@commentarystyle@styleCtw@
  24. letblx@opt@commentarystyle@styleD % this is where I'm having trouble.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement