a_deckert
12-04-2012, 18:15
Hallo,
in einem Dokuement soll eine komplette Literaturliste (ohne Zitate im Text) ohne Nummerierung links oder sonstige Kurzkennung und ohne Einzug links erscheinen, also so:
Bar J, Gaczowka R (2011). Usefulness and applicability of the
revised dengue case classification by disease. BMC Infect Dis, 11:106.
Becher H (2010). Guest editorial: Analyses of mortality clustering
at member hdsss within the indepth network - an important public
health issue. Glob Health Action
Die Standardausgabe ist allerdings (der Einzug links jeweils ab der zweiten Zeile ist hier leider nicht darstellbar):
[1] Bar J, Gaczowka R (2011). Usefulness and applicability of the
revised dengue case classification by disease. BMC Infect Dis, 11:106.
[2] Becher H (2010). Guest editorial: Analyses of mortality clustering
at member hdsss within the indepth network - an important public
health issue. Glob Health Action
Ich habe dazu die Funktion output.bibitem im bst-File versucht zu verändern (ohne/mit verändertem \bibitem-Eintrag usw.), aber sobald der \bibitem-Eintrag entfernt wird, werden die Zeilenumbrüche nicht mehr in die bbl-Datei geschrieben. Das aktuelle Aussehen der Funktion ist folgendermaßen:
FUNCTION {output.bibitem}
{ newline$
"\bibitem{" write$
cite$ write$
"}" write$
newline$ write$
""
before.all 'output.state :=
}
Ebenfalls erfolglos war das Entfernen des ersten Eintrags (output.bibitem) in der Funktion article. Dadurch entfallen alle Zeilenumbrüche, der Einzug links bleibt bestehen.
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
...
}
Hat jemand eine Idee wie man dieses Problem lösen kann?
Danke und Gruß
Andreas
in einem Dokuement soll eine komplette Literaturliste (ohne Zitate im Text) ohne Nummerierung links oder sonstige Kurzkennung und ohne Einzug links erscheinen, also so:
Bar J, Gaczowka R (2011). Usefulness and applicability of the
revised dengue case classification by disease. BMC Infect Dis, 11:106.
Becher H (2010). Guest editorial: Analyses of mortality clustering
at member hdsss within the indepth network - an important public
health issue. Glob Health Action
Die Standardausgabe ist allerdings (der Einzug links jeweils ab der zweiten Zeile ist hier leider nicht darstellbar):
[1] Bar J, Gaczowka R (2011). Usefulness and applicability of the
revised dengue case classification by disease. BMC Infect Dis, 11:106.
[2] Becher H (2010). Guest editorial: Analyses of mortality clustering
at member hdsss within the indepth network - an important public
health issue. Glob Health Action
Ich habe dazu die Funktion output.bibitem im bst-File versucht zu verändern (ohne/mit verändertem \bibitem-Eintrag usw.), aber sobald der \bibitem-Eintrag entfernt wird, werden die Zeilenumbrüche nicht mehr in die bbl-Datei geschrieben. Das aktuelle Aussehen der Funktion ist folgendermaßen:
FUNCTION {output.bibitem}
{ newline$
"\bibitem{" write$
cite$ write$
"}" write$
newline$ write$
""
before.all 'output.state :=
}
Ebenfalls erfolglos war das Entfernen des ersten Eintrags (output.bibitem) in der Funktion article. Dadurch entfallen alle Zeilenumbrüche, der Einzug links bleibt bestehen.
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
...
}
Hat jemand eine Idee wie man dieses Problem lösen kann?
Danke und Gruß
Andreas