Theses, Books, Title pagesHow to change the Bibliography style?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How to change the Bibliography style?

Post by templateuser »

Hello, with the standard settings i get the flollowing result at the end:

[1] Francesco Musiani, Alexander Dikiy, Alexey Yu Semenov, and Stefano Ciurli.
Structure of the intermolecular complex between plastocyanin and cytochrome
f from spinach. 280(19):18833–18841, May 2005. ISSN 0021-9258, 1083-351X.
doi: 10.1074/jbc.M412760200. URL http://www.jbc.org/content/280/19/18833.
PMID: 15691836.


I would love to have the style as follows:

[1] Musiani F., Dikiy A., Yu Semenov A., Ciurli, S. (2005):
Structure of the intermolecular complex between plastocyanin and cytochrome
f from spinach. J. Biol. Chem. 280(19):18833–18841. PMID: 15691836.

Can you tell me where and how I can change the style?

Thanks a lot!

ajburk

Recommended reading 2024:

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

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How to change the Bibliography style?

Post by Vel »

Hey,

Sure, it's quite easy! Find the line: \bibliographystyle{unsrtnat} in main.tex and replace it with: \bibliographystyle{apalike}.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
hafizur
Posts: 14
Joined: Sun Nov 22, 2015 11:45 pm

Re: How to change the Bibliography style?

Post by hafizur »

The new style of bibliography is "(Hawthorn, Weber, and Scholten, 2001)" and there is no numbering also how can I change into previous style that mean list of bibliography in numbering with third bracket.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: How to change the Bibliography style?

Post by Johannes_B »

Please open up a new topic for that. The template has changed quite a bit within the last year, and i m not even sure you are using that template.

Can you add a minimal working example to your question and explain in more detail how the current situation is and where you want to get?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
agiz
Posts: 3
Joined: Thu Feb 09, 2017 1:22 am

How to change the Bibliography style?

Post by agiz »

Vel wrote:Hey,

Sure, it's quite easy! Find the line: \bibliographystyle{unsrtnat} in main.tex and replace it with: \bibliographystyle{apalike}.

Cheers,
Vel
i have searched.. but there ist no \bibliographystyle. i guess i have the newest version and i have something like this \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex}
but when i change the styel from authoryear to lets say alpha, it gives me an error
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

How to change the Bibliography style?

Post by Stefan Kottwitz »

Hi Agiz,

welcome to the forum!
agiz wrote:it gives me an error
Please tell us the error message.

Stefan
LaTeX.org admin
agiz
Posts: 3
Joined: Thu Feb 09, 2017 1:22 am

How to change the Bibliography style?

Post by agiz »

Hi Stefan !

Thanks for trying to help :)

TeXStudio gives me this error
Package biblatex Error: Style 'alpha' not found. \RequireBibliographyStyle{\blx@bbxfile}
and i just changed \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} to \usepackage[backend=bibtex,style=alpha,natbib=true]{biblatex}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

How to change the Bibliography style?

Post by Stefan Kottwitz »

With biblatex, here is no default alpha style like we can use with bibtex. But you could use the biblatex-trad package, that emulates the traditional alpha style and more. See biblatex-trad manual.

Stefan
LaTeX.org admin
agiz
Posts: 3
Joined: Thu Feb 09, 2017 1:22 am

How to change the Bibliography style?

Post by agiz »

actually, i want to use a din1505 style
so how can I import it to use the style with biblatex ? or is it possible to change from biblatex to BibTeX simply use \usepackage[backend=bibtex,style=authoryear,natbib=true]{bibtex} ??

Sorry, i am really new to this and spend 2 days on styling this template as i wish to ..
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to change the Bibliography style?

Post by Johannes_B »

All biblatex styles are in line with ISO690, but there is a special style just for iso690 (which is quite pointless i think).

Quick manual for the tempalte
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply