On 07/21/2009 08:33 PM, Marcelo Reis wrote:
FUNCTION {output.bibitem}
{ newline$
 "\bibitem[" write$
 ""
 "]{" write$
 cite$ write$
 "}" write$
 newline$
 ""
 before.all 'output.state :=
}

IDEAS of how to remove  the *square brackets*???

Why not just take them out? I.e.:

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

or more simply:

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



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 <marceb...@yahoo.com.br>
To:     lyx-users@lists.lyx.org <lyx-users@lists.lyx.org>



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






Reply via email to