von Gast » Fr 28. Dez 2012, 15:39
Hallo,
ich verwende apacite und habe das Problem, dass im Literaturverzeichnis eine Leerstelle zwischen Volume und Nummer der Zeitschrift auftritt, also
Muller, M. (2011). The effect of the whole extract of common ivy. Journal of Ethnopharmacology, 130 (3), 796-802.
Diese Leerstelle hätte ich gerne weg. Anscheinend tritt dieses Problem häufiger auf, ich bin aber noch nicht auf eine Lösung gestoßen. Kann mir jemand weiterhelfen? Hier noch ein Minimalbeispiel:
\documentclass[man]{apa}
\begin{document}
\cite{Muller2011}
\bibliography{References}
\end{document}
Bei References.bib sieht es so aus:
@ARTICLE{Muller2011,
AUTHOR = {Muller, M.},
TITLE = {The effect of the whole extract of common ivy},
JOURNAL = {Journal of Ethnopharmacology},
YEAR = {2011},
volume = {130},
number = {3},
pages = {796--802},
}
Wäre super, wenn jemand einen Tipp hätte.
Hallo,
ich verwende apacite und habe das Problem, dass im Literaturverzeichnis eine Leerstelle zwischen Volume und Nummer der Zeitschrift auftritt, also
Muller, M. (2011). The effect of the whole extract of common ivy. Journal of Ethnopharmacology, 130 (3), 796-802.
Diese Leerstelle hätte ich gerne weg. Anscheinend tritt dieses Problem häufiger auf, ich bin aber noch nicht auf eine Lösung gestoßen. Kann mir jemand weiterhelfen? Hier noch ein Minimalbeispiel:
[code]\documentclass[man]{apa}
\begin{document}
\cite{Muller2011}
\bibliography{References}
\end{document}[/code]
Bei References.bib sieht es so aus:
[code]@ARTICLE{Muller2011,
AUTHOR = {Muller, M.},
TITLE = {The effect of the whole extract of common ivy},
JOURNAL = {Journal of Ethnopharmacology},
YEAR = {2011},
volume = {130},
number = {3},
pages = {796--802},
}[/code]
Wäre super, wenn jemand einen Tipp hätte.