[texhax] Modifying BibTeX-style
Matthias F. Jütte
mfjuette at web.de
Fri May 27 15:02:30 CEST 2005
Hi!
I would like to make a little modification in the dinat-style for
bibliographies, but my limited understanding of the scripting language
doesn't produce the anticipated results. Here's what I need to do:
dinat generates output in the form [<key>] Authors, Title, ...
I want to eliminate the key in the braces. The part in the style I
identified as generating the output looks like follows:
FUNCTION {out.bibitem.start}
% start of entry
{ newline$
"\bibitem[" label * ")" *
make.full.names
duplicate$ short.list =
{ pop$ }
{ * }
if$
"]{" * cite$ * "}" *
write$
newline$
"\dinatlabel{" dinat.label * "} " *
write$
""
before.all 'output.state :=
}
What modifications do I have to make to get the desired result?
TIA
Matthias
More information about the texhax
mailing list