[texhax] Modifying BibTeX-style

Ratcliffe Philip George philip.ratcliffe at uninsubria.it
Fri May 27 15:59:16 CEST 2005


> 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:
> 
> [snip]

Try this (though I haven't time to test it):

FUNCTION {out.bibitem.start}
% start of entry
{ newline$
  "\bibitem[]{" cite$ * "}" * 
  write$
  newline$
  "\dinatlabel{" dinat.label * "} " * 
  write$
  ""
  before.all 'output.state :=
}

You may want to cut out [] too.

Cheers, Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/texhax/attachments/20050527/53b644a7/attachment.htm


More information about the texhax mailing list