<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>RE: [texhax] Modifying BibTeX-style</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&gt; I would like to make a little modification in the dinat-style for<BR>
&gt; bibliographies, but my limited understanding of the scripting language<BR>
&gt; doesn't produce the anticipated results. Here's what I need to do:<BR>
&gt;<BR>
&gt; dinat generates output in the form [&lt;key&gt;] Authors, Title, ...<BR>
&gt;<BR>
&gt; I want to eliminate the key in the braces. The part in the style I<BR>
&gt; identified as generating the output looks like follows:<BR>
&gt;<BR>
&gt; [snip]<BR>
<BR>
Try this (though I haven't time to test it):<BR>
<BR>
FUNCTION {out.bibitem.start}<BR>
% start of entry<BR>
{ newline$<BR>
&nbsp; &quot;\bibitem[]{&quot; cite$ * &quot;}&quot; *<BR>
&nbsp; write$<BR>
&nbsp; newline$<BR>
&nbsp; &quot;\dinatlabel{&quot; dinat.label * &quot;} &quot; *<BR>
&nbsp; write$<BR>
&nbsp; &quot;&quot;<BR>
&nbsp; before.all 'output.state :=<BR>
}<BR>
<BR>
You may want to cut out [] too.<BR>
<BR>
Cheers, Phil</FONT>
</P>

</BODY>
</HTML>