Which square brackets were you wanting to remove, then?

rh
I want to remove these ones:
Braquets

I got these result if I use the following in the BST I sent:

FUNCTION {output.bibitem}
{ newline$
 "\bibitem[" write$
 ""
 "]{" write$
 cite$ write$
 "}" write$
 newline$
 ""
 before.all 'output.state :=
}


If I do just the way you asked me to do:

{ newline$
 "\bibitem" write$
 ""
 "{" write$
 cite$ write$
 "}" write$
 newline$
 ""
 before.all 'output.state :=
}


 Latex will automatically put again the numbers [1],[2],[3]....

Was I able to explain ? (Sorry for my bad English, I'm doing my best... :-D)

Regards

Marcelo

Reply via email to