von novo » Di 7. Sep 2010, 13:07
haha, ja, man kann sich ja mal irren ...
Also, was hier ein Minimalbesispiel bringen soll weiß ich nich so ganz. Das ich einzelne einträge hervorheben mövhte und zwar am liebsten mit Fettdruck, hab ich ja gesagt, aber wer weiß...im Moment sähe mein Minimalbeispiel etwa so aus:
\documentclass[A4paper,12pt]{scrreprt}
\usepackage[english,ngerman]{babel}
\usepackage{apacite}
\begin{document}
\bibliographystyle{apacite}
\bibliography{bachelorarbeit}
\end{document}
wie eine normale bibtex-datei aussieht ist ja klar, hier mal ein "Minimaleintrag":
@ARTICLE{Abel2007,
author = {Abel, Stefanie and Willmes, Klaus and Huber, Walter},
title = {{Model-oriented naming therapy: Testing predictions of a connectionist model}},
journal = {Aphasiology},
year = {2007},
volume = {21},
pages = {411--447},
number = {5},
issn = {0268-7038}
}
@ARTICLE{Conro2009,
author = {Conroy, P. and Sage, K. and {Lambon Ralph}, M. A.},
title = {A comparison of word versus sentence cues as therapy for verb naming in aphasia},
journal = {Aphasiology},
year = {2009},
volume = {23},
pages = {462--482},
number = {4},
issn = {0268-7038}
}
Nochmal das Problem: Wie bekomme ich Eintrag 1 fett gedruckt, während Eintrag 2 normal gedruckt bleibt?
Hat jemand eine Idee?
Grüße, novo
haha, ja, man kann sich ja mal irren ...
Also, was hier ein Minimalbesispiel bringen soll weiß ich nich so ganz. Das ich einzelne einträge hervorheben mövhte und zwar am liebsten mit Fettdruck, hab ich ja gesagt, aber wer weiß...im Moment sähe mein Minimalbeispiel etwa so aus:
[code]
\documentclass[A4paper,12pt]{scrreprt}
\usepackage[english,ngerman]{babel}
\usepackage{apacite}
\begin{document}
\bibliographystyle{apacite}
\bibliography{bachelorarbeit}
\end{document}
[/code]
:)
wie eine normale bibtex-datei aussieht ist ja klar, hier mal ein "Minimaleintrag":
[code]
@ARTICLE{Abel2007,
author = {Abel, Stefanie and Willmes, Klaus and Huber, Walter},
title = {{Model-oriented naming therapy: Testing predictions of a connectionist model}},
journal = {Aphasiology},
year = {2007},
volume = {21},
pages = {411--447},
number = {5},
issn = {0268-7038}
}
@ARTICLE{Conro2009,
author = {Conroy, P. and Sage, K. and {Lambon Ralph}, M. A.},
title = {A comparison of word versus sentence cues as therapy for verb naming in aphasia},
journal = {Aphasiology},
year = {2009},
volume = {23},
pages = {462--482},
number = {4},
issn = {0268-7038}
}
[/code]
Nochmal das Problem: Wie bekomme ich Eintrag 1 fett gedruckt, während Eintrag 2 normal gedruckt bleibt?
Hat jemand eine Idee?
Grüße, novo