I changed the BST file from :
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
label write$
"]{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
TO:
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
""
"]{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
IDEAS of how to remove the *square brackets*???
THANK YOU SO MUCH
Marcelo
-------- Original Message --------
Subject: Custom-Bib / Lyx / Bibliography / Customize
Date: Tue, 21 Jul 2009 19:47:34 -0300
From: Marcelo Reis <[email protected]>
To: [email protected] <[email protected]>
Guys, Don't ask me why I need to do this but the college that I study is
asking me to do the following modification on my document:
(Check Attached)They don't wanna any [NUMBER] or [Auther , YEAR], they want it just the way the MS WORD (BRAZIL) creates bibliography.
I tried to look for custom-bib, or any other thing but I did not succeed. DO you guys have any other idea??It is not a problem if I could not use the \CITE, actually I will include the citations in my document all manually.
I'd like just to make the Bibliography part to work because I have a BIB file with a LOT of information there.
Thanks and regards, Marcelo
<<inline: Bibliography.JPG>>
