[texhax] Modifying BibTeX-style

Matthias F. Jütte mfjuette at web.de
Fri May 27 16:18:27 CEST 2005


 	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.
	
Neither solution works. It's a progress already though, since I only get
warnings and no more errors ;-) The warnings complain about undefined
authors, and throughout my text "author?" is given where usually the "key"
given within the brackets (NOTE: confused them with braces in my first post)
in the bibtex entry would be displayed.

Any other ideas?



More information about the texhax mailing list