Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1. documentclass[11pt,a4paper,toc=listof]{scrartcl}
  2. usepackage[left=3cm, right=2cm, bottom=3cm, top=2cm]{geometry}
  3. usepackage[english,ngerman]{babel} % Sprachpakete
  4. usepackage[utf8]{inputenc} % Direkte Eingabe von Umlauten
  5. usepackage[T1]{fontenc} % Worttrennung bei Umlauten
  6. usepackage{microtype} % Verbesserter Randausgleich
  7. usepackage{textcomp} % Zusätzliche Sonderzeichen
  8. usepackage{graphicx} % Einbindung Grafik
  9. % Anführungszeichen
  10. usepackage[
  11. babel,
  12. german=quotes,
  13. german=guillemets
  14. ]{csquotes}
  15. % ***** Bibliographie und Zitation *****
  16. usepackage[
  17. style = apa,
  18. sorting = nyt,
  19. sortcites = true,
  20. autocite = inline,
  21. maxbibnames = 99,
  22. maxcitenames = 2,
  23. backend = biber,
  24. bibliography = totoc,
  25. isbn = false,
  26. doi = true,
  27. urldate = short
  28. ]{biblatex}
  29. DeclareLanguageMapping{german}{german-apa}
  30. DeclareFieldFormat{apacase}{#1}
  31. DefineBibliographyStrings{ngerman}{%
  32. andothers = {{et,aladddot}},
  33. }
  34. % remove comma in (Beadle and Tautum, 1941) This applies to citation only
  35. renewcommand*{nameyeardelim}{addspace}
  36. % change delimiters
  37. renewcommand*{multinamedelim}[0]{,/,}
  38. renewcommand*{finalnamedelim}[0]{,/,}
  39. AtBeginBibliography{%
  40. renewcommand*{multinamedelim}[0]{,/,}%
  41. renewcommand*{finalnamedelim}[0]{,/,}%
  42. }
  43. % Umbrüche in URL und DOI bei Zahlen zulassen
  44. setcounter{biburlnumpenalty}{100} % allow breaks at numbers
  45. % Reihen in Bibliographie
  46. DeclareFieldFormat{number}{bibstring{number}~#1}
  47. % name sort always last, first
  48. AtBeginBibliography{%
  49. DeclareNameAlias{editor}{last-first}
  50. }
  51. % Anpassungen um Schriftenreihe mit Nummer vor Ort und Verlag zu platzieren
  52. renewbibmacro*{addinfo}{%
  53. ifthenelse{iffieldundef{edition}AND%
  54. iffieldundef{chapter}AND%
  55. iffieldundef{volumes}AND%
  56. iffieldundef{pages}AND%
  57. (iffieldundef{volume}ORboolean{bbx:volseen})}
  58. {}
  59. {printtext{bibopenparen}%
  60. printfield{edition}%
  61. setunit*{addcommaaddspace}%
  62. printfield{chapter}%
  63. setunit*{addcommaaddspace}%
  64. notbool{bbx:volseen}%
  65. {iffieldundef{volume}{}{globalbooltrue{bbx:volseen}}%
  66. printfield{volume}%
  67. iffieldundef{part}{}{printfield{part}}}{}%
  68. setunit*{addcommaaddspace}%
  69. printfield{volumes}%
  70. setunit*{addcommaaddspace}%
  71. printfield{pages}%
  72. setunit{}%
  73. printtext{bibcloseparen}%
  74. newunit}}
  75. renewbibmacro*{maintitle+title}{%
  76. iffieldsequal{maintitle}{title}
  77. {clearfield{maintitle}%
  78. clearfield{mainsubtitle}%
  79. clearfield{maintitleaddon}}
  80. {iffieldundef{maintitle}
  81. {}
  82. {usebibmacro{maintitle}%
  83. newunitnewblock
  84. iffieldundef{volume}
  85. {}
  86. {setunit{globalbooltrue{bbx:volseen}}%
  87. printfield{volume}%
  88. printfield{part}%
  89. setunit{adddotspace}}}}%
  90. usebibmacro{title}%
  91. newunit}
  92. renewbibmacro*{maintitle+booktitle}{%
  93. ifthenelse{iffieldundef{maintitle}ANDiffieldundef{booktitle}}
  94. {}
  95. {usebibmacro{in}%
  96. iffieldundef{maintitle}
  97. {}
  98. {usebibmacro{maintitle}%
  99. newunitnewblock
  100. iffieldundef{volume}
  101. {}
  102. {setunit{addspaceglobalbooltrue{bbx:volseen}}%
  103. printfield{volume}%
  104. printfield{part}%
  105. setunit{adddotaddspace}}}%
  106. usebibmacro{booktitle}}}
  107. renewbibmacro*{series+number}{%
  108. printfield{series}%
  109. setunit{addcommaspace}%
  110. printfield{number}%
  111. newunit}
  112. usepackage{xpatch}
  113. xpatchbibdriver{book}
  114. {printfield{series}}
  115. {usebibmacro{series+number}}
  116. {}{}
  117. xpatchbibdriver{inbook}
  118. {printfield{series}}
  119. {usebibmacro{series+number}}
  120. {}{}
  121. xpatchbibdriver{incollection}
  122. {printfield{series}}
  123. {usebibmacro{series+number}}
  124. {}{}
  125. xpatchbibdriver{collection}
  126. {printfield{number}}
  127. {}
  128. {}{}
  129. xpatchbibdriver{collection}
  130. {printfield{series}}
  131. {usebibmacro{series+number}}
  132. {}{}
  133. % Eintragsart Bericht (report) Anpassung
  134. DeclareFieldFormat[report]{number}{bibcpstring{number}~apanum{#1}}
  135. renewbibmacro*{apa:reportnum}{%
  136. newunitnewblock
  137. printfield{type}%
  138. setunit*{addcommaspace}%
  139. printfield{number}}
  140. xpatchbibdriver{report}
  141. {printlist{institution}}
  142. {}
  143. {}{}
  144. newbibmacro*{location+institution}{%
  145. printlist[default][1-1]{location}%
  146. setunit*{addcolonspace}%
  147. printlist{institution}%
  148. newunit}
  149. xpatchbibdriver{report}
  150. {usebibmacro{location+publisher}}
  151. {usebibmacro{location+institution}}
  152. {}{}
  153. % bei allen Eintragsarten andere Editortypen missachten
  154. AtEveryBibitem{
  155. iffieldequalstr{editortype}{redactor}
  156. {globalclearname{editor}typeout{delete editor (type: redactor) in thefield{citekey}}}{}%
  157. iffieldequalstr{editoratype}{redactor}
  158. {globalclearname{editora}typeout{delete editora (type: redactor) in thefield{citekey}}}{}%
  159. iffieldequalstr{editorbtype}{redactor}
  160. {globalclearname{editorb}typeout{delete editorb (type: redactor) in thefield{citekey}}}{}%
  161. iffieldequalstr{editorctype}{redactor}
  162. {globalclearname{editorc}typeout{delete editorc (type: redactor) in thefield{citekey}}}{}%
  163. }
  164. % Alle Zitate in Kurzform (ab 3 Autoren et al.), bereits ab erster Nennung
  165. usepackage{filecontents}
  166. begin{filecontents}{jobname.bib}
  167. @book{Backhaus.etal_2015,
  168. langid = {Deutsch},
  169. location = {{Berlin}},
  170. title = {Fortgeschrittene Multivariate Analysemethoden textemdash{} Eine anwendungsorientierte Einf{"u}hrung},
  171. edition = {3., {"u}berarb. u. akt. Aufl.},
  172. isbn = {978-3-662-46086-3},
  173. publisher = {{Springer Gabler}},
  174. date = {2015},
  175. author = {Backhaus, Klaus and Erichson, Bernd and Weiber, Rolf}
  176. }
  177. @book{Backhaus.etal_2016,
  178. langid = {Deutsch},
  179. location = {{Berlin}},
  180. title = {Multivariate Analysemethoden textemdash{} Eine anwendungsorientierte Einf{"u}hrung},
  181. edition = {14., {"u}berarb. u. akt. Aufl.},
  182. isbn = {978-3-662-46075-7},
  183. publisher = {{Springer Gabler}},
  184. date = {2016},
  185. author = {Backhaus, Klaus and Erichson, Bernd and Plinke, Wulff and Weiber, Rolf}
  186. }
  187. @report{Revelle_2017b,
  188. langid = {Englisch},
  189. location = {{Evanston$backslash$IL}},
  190. title = {How To: Use the psych package for Factor Analysis and data reduction},
  191. url = {http://personality-project.org/r/psych/HowTo/factor.pdf},
  192. institution = {{Department of Psychology, Northwestern University}},
  193. urldate = {2018-07-01},
  194. date = {2017},
  195. author = {Revelle, William}
  196. }
  197. @incollection{Revelle.Condon_2018,
  198. langid = {Englisch},
  199. location = {{Chichester}},
  200. title = {Reliability},
  201. volume = {2},
  202. isbn = {978-1-118-48977-2},
  203. volumes = {2},
  204. booktitle = {The Wiley Handbook of Psychometric Testing textemdash{} A Multidisciplinary Reference on Survey, Scale and Test Development},
  205. publisher = {{J. Wiley & Sons}},
  206. date = {2018},
  207. pages = {709-749},
  208. author = {Revelle, William and Condon, David M.},
  209. editor = {Irwing, Paul and Booth, Tom and Hughes, David J.},
  210. doi = {10.1002/9781118489772.ch23}
  211. }
  212. @article{Revelle.Zinbarg_2009,
  213. langid = {Englisch},
  214. title = {Coefficients Alpha, Beta, Omega, and the GLB textemdash{} Comments on Sijtsma},
  215. volume = {74},
  216. issn = {0033-3123, 1860-0980},
  217. doi = {10.1007/s11336-008-9102-z},
  218. shorttitle = {Coefficients Alpha, Beta, Omega, and the glb},
  219. number = {1},
  220. journaltitle = {Psychometrika},
  221. date = {2009},
  222. pages = {145-154},
  223. author = {Revelle, William and Zinbarg, Richard E.}
  224. }
  225. @article{Wright.Herrington_2011,
  226. langid = {Englisch},
  227. title = {Problematic Standard Errors and Confidence Intervals for Skewness and Kurtosis},
  228. volume = {43},
  229. issn = {1554-3528},
  230. doi = {10.3758/s13428-010-0044-x},
  231. number = {1},
  232. journaltitle = {Behavior Research Methods},
  233. date = {2011},
  234. pages = {8-17},
  235. author = {Wright, Daniel B. and Herrington, Joshua A.}
  236. }
  237. end{filecontents}
  238. addbibresource{jobname.bib}
  239. % ******************* T E X T *******************%
  240. begin{document}
  241. Source 1: cite[8]{Wright.Herrington_2011}
  242. Source 2: cite[154]{Revelle.Zinbarg_2009}
  243. Source 3: cite{Revelle_2017b}
  244. Source 4: cite{Backhaus.etal_2016}
  245. Source 5: cite{Backhaus.etal_2015}
  246. Source 6: cite{Backhaus.etal_2016}
  247. Source 7: cite{Backhaus.etal_2015}
  248. Source 8: cite{Revelle.Condon_2018}
  249. newpage
  250. printbibliography[title=Literaturverzeichnis]
  251. end{document}
Add Comment
Please, Sign In to add comment