[biblio] Bibligraphy without square brackets
Igor Nova M
policrom at gmail.com
Mon Jun 21 14:14:39 CEST 2010
Hi Oren,
I found the solution here ->
http://compgroups.net/comp.text.tex/Bibliography-Question
"
Try adding the following lines in the preamble:
\usepackage{ifthen}
\makeatletter
\renewcommand\@cite[2]{%
Ref.~#1\ifthenelse{\boolean{@tempswa}}
{, \nolinebreak[3] #2}{}
}
\renewcommand\@biblabel[1]{#1.}
\makeatother
"
I don't understand (not yet) how to code that, but it works.
Thank you for you quickly answer.
Saludos,
Me.
2010/6/21 Oren Patashnik <op at cs.stanford.edu>:
>> I'm trying to generate my bibliography but in this way: ('cause editor
>> restrictions)
>>
>> 1. Autor1, Article1 ... and so on.
>> 2. Autor2,Article2....
>>
>> without brackets, not like every "Normal Reference" section that I found.
>> I have no idea why! they want that format, but I need to submit my paper
>> using this format (without square brackets).
>> Googling, I just found ways to change the label (using plain.bst, alpha,
>> etc), but nothing about brackets.
>
> Basically, it's LaTeX code (e.g. in a .sty file) not BibTeX code (in a
> .bst file) that controls whether you use brackets or not. For an
> example of how to omit brackets in the biblabel, see apalike.sty,
> which I think always gets distributed with BibTeX.
>
> -- Oren
>
More information about the biblio
mailing list