BibTeX, biblatex and biberBibliography Style Problem

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
yilmazmus6
Posts: 2
Joined: Thu Feb 09, 2012 6:08 pm

Bibliography Style Problem

Post by yilmazmus6 »

This is my first post on this community, but I should say thanks to all because of helping me on my thesis writing process.:)

I have a problem that I am trying to solve for last 2 days right now. It is about bibliography style that I cannot change.

At the moment, my bibliography is looking like this
"Chen, X., Cui, D. and Zhang, L., 2009. "

I should change the bold parts as "." and "(year)"

I have done several researches and tried quite alot of methods on .bst file, but could not manage to change these parts. After my authors, I should have a "." not a "," which is generated for the next author that is not even there and I should use paranthesis on the year data.

Is there any way to modify these, I could supply the .bst file responsible functions if needed.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Bibliography Style Problem

Post by localghost »

Unfortunately you don't tell us which bibliography style you are using. Regardless of that you may want to look at the biblatex package for customization of bibliographies.


Best regards and welcome to the board
Thorsten
yilmazmus6
Posts: 2
Joined: Thu Feb 09, 2012 6:08 pm

Bibliography Style Problem

Post by yilmazmus6 »

Thanks for the situation, I figured out the makebst issue and coded my own bst file with it, but still having a problem...

I have managed to make what I want as articles and other formats
Manz, A., Graber, N., & Widmer, H.M. (1990). Miniaturized total chemical
analysis systems: A novel concept for chemical sensing, Sensors and
Actuators B, vol. 1, pp. 244–248.

But in book formats, my year is not appearing on the right place:

Nguyen, N.T. & Wereley, S.T., Fundamentals and Applications of Microfluidics,
Artech House, Inc.2006, 2nd ed.

Made the same bst file like 6 times and couldnt change this situation :)
Post Reply