Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. documentclass[12pt, fleqn]{scrreprt}
  2.  
  3. usepackage[utf8]{inputenc}
  4. usepackage[english,main=ngerman]{babel}
  5. usepackage[ backend=biber, indexing=cite, citestyle=authoryear, bibstyle=authoryear, isbn=false, firstinits=true, language=ngerman, natbib=true, maxbibnames=99, maxcitenames=3
  6. %url=false
  7. ]{biblatex}
  8. bibliography{example}
  9.  
  10. DefineBibliographyStrings{ngerman}{%
  11. andothers ={etaddabbrvspace aladddot},
  12. andmore ={etaddabbrvspace aladddot},
  13. }
  14.  
  15. renewcommand*{labelnamepunct}{addcolonspace}
  16. DeclareFieldFormat{journaltitle}{{#1}}
  17. DeclareFieldFormat{issuetitle}{{#1}}
  18. DeclareFieldFormat{maintitle}{{#1}}
  19. DeclareFieldFormat{booktitle}{{#1}}
  20. DeclareFieldFormat
  21. [article,inbook,incollection,inproceedings,patent,thesis,unpublished]
  22. {title}{{#1isdot}}
  23. usepackage{xpatch}
  24. xpretobibmacro{author}{begingroupitshape}{}{}
  25. xapptobibmacro{author}{endgroup}{}
  26.  
  27. begin{document}
  28.  
  29. 2 Authors:
  30.  
  31. Parentcite: parencite{gencc.2015}
  32.  
  33. Textcite: textcite{gencc.2015}
  34.  
  35.  
  36. 3 Authors:
  37.  
  38. Parentcite: parencite{hsu.2013}
  39.  
  40. Textcite: textcite{hsu.2013}
  41.  
  42. Multiple Authors:
  43.  
  44. Parentcite: parencite{gibbs.2015}
  45.  
  46. Textcite: textcite{gibbs.2015}
  47.  
  48. newpage
  49. addcontentsline{toc}{chapter}{Literaturverzeichnis}
  50. printbibliography[title=Literaturverzeichnis]
  51.  
  52. end{document}
  53.  
  54. @article{gencc.2015,
  55. title={A fact or an illusion: Effective social media usage of female entrepreneurs},
  56. author={Gen{c{c}}, Merve and {"O}ks{"u}z, Burcu},
  57. journal={Procedia-Social and Behavioral sSciences},
  58. volume={195},
  59. pages={293--300},
  60. year={2015},
  61. publisher={Elsevier}
  62. }
  63.  
  64. @article{hsu.2013,
  65. title={The effects of blogger recommendations on customers’ online shopping intentions},
  66. author={Hsu, A and Chuan, Judy and Moll, Hsiu-Sen},
  67. journal={Internet Research},
  68. volume={23},
  69. number={1},
  70. pages={69--88},
  71. year={2013},
  72. publisher={Emerald Group Publishing Limited}
  73. }
  74.  
  75. @article{gibbs.2015,
  76. title={# Funeral and Instagram: death, social media, and platform vernacular},
  77. author={Gibbs, Martin and Meese, James and Arnold, Michael and Nansen, Bjorn and Carter, Marcus},
  78. journal={Information, Communication & Society},
  79. volume={18},
  80. number={3},
  81. pages={255--268},
  82. year={2015},
  83. publisher={Taylor & Francis}
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement