Search found 3 matches

by me_Amal
Tue Dec 11, 2018 6:28 pm
Forum: BibTeX, biblatex and biber
Topic: How to remove the comma and “, and” before last author
Replies: 1
Views: 9330

How to remove the comma and “, and” before last author

Hello,
I'm use texstudio (.bib file)

package{cite}
\bibliographyStyles{unsrt}

How to remove the comma “, and” before last author?

Code: Select all

Y. Zhao, D. T. Dimitrov, H. Liu, and Y. Kuang
I want like this (without comma)

Code: Select all

Y. Zhao, D. T. Dimitrov, H. Liu and Y. Kuang
by me_Amal
Tue Dec 11, 2018 4:49 pm
Forum: BibTeX, biblatex and biber
Topic: Order of authors, bibtex with texstudio
Replies: 2
Views: 4645

Order of authors, bibtex with texstudio

Thank you so much
It's a really great solution
But there is a problem as they show a comma with and at the last author...

How to remove the comma and “and” before last author?

Y. Zhao, D. T. Dimitrov, H. Liu, and Y. Kuang

I want like this (without comma)
Y. Zhao, D. T. Dimitrov, H. Liu and Y ...
by me_Amal
Mon Dec 10, 2018 10:46 pm
Forum: BibTeX, biblatex and biber
Topic: Order of authors, bibtex with texstudio
Replies: 2
Views: 4645

Order of authors, bibtex with texstudio

Hello,
I'm new with BibTeX and latex, I need some help.
I'm trying to have the bibliography defined for my document using BibTeX (texstudio) and package{cite}. Styles such as (unsrt) give me the references in order of appearance in text, also I use code (\nocite{*}). However, I have a problem that I ...