Theses, Books, Title pagesPhD package biblatex Error: '\bibliographystyle' invalid

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Ramadan Babers
Posts: 9
Joined: Mon Jun 06, 2016 10:21 am

PhD package biblatex Error: '\bibliographystyle' invalid

Post by Ramadan Babers »

Hi all I am a new user for latex.

I use PhD template which the ref. appear as:

Arnold, A. S. et al. (1998). “A Simple Extended-Cavity Diode Laser”. In: ReviewofScientificInstruments69.3,pp.1236–1239. URL:http://link. aip.org/link/?RSI/69/1236/1.

I need to use ref. style as:

[3] T. Alzahrani, K. Horadam, Community detection in bipartite networks: Algorithms and case studies, in: Complex Systems and Networks, Springer, 2016, pp. 25–50.

which use \bibliographystyle{elsarticle-num}

How I can modify the template to present the ref. as I need?

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: PhD contents - Ref.

Post by Johannes_B »

You are not even telling us which template you are using?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Ramadan Babers
Posts: 9
Joined: Mon Jun 06, 2016 10:21 am

Re: PhD contents - Ref.

Post by Ramadan Babers »

Thanks for reply.

I am using the following template:

http://www.latextemplates.com/template/ ... ral-thesis
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

PhD package biblatex Error: '\bibliographystyle' invalid

Post by Johannes_B »

If you just want to have a numeric style, change authoryear to numeric.

Code: Select all

\usepackage[backend=bibtex,style=numeric,natbib=true]{biblatex}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
If you absolutely want to have that particular style, you have to use the old BibTeX workflow instead of the modern one as provided by the template.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Ramadan Babers
Posts: 9
Joined: Mon Jun 06, 2016 10:21 am

Re: PhD contents - Ref.

Post by Ramadan Babers »

Thanks.
It is working.
Ramadan Babers
Posts: 9
Joined: Mon Jun 06, 2016 10:21 am

Re: PhD contents - Ref.

Post by Ramadan Babers »

if I need the references appear as in IEEE
I add the line: \bibliographystyle{ieeetran}

but the below error appears!
Package biblatex Error: '\bibliographystyle' invalid. \bibliographystyle{ieeetran}

what I can do to solve this error?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

PhD package biblatex Error: '\bibliographystyle' invalid

Post by Johannes_B »

As i said, you have to either work with the new biblatex, or the old bibtex-system. You cannot mix them, but you are doing this right here.

You can also use biblatex-ieee.
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