Theses, Books, Title pages ⇒ PhD package biblatex Error: '\bibliographystyle' invalid
-
- Posts: 9
- Joined: Mon Jun 06, 2016 10:21 am
PhD package biblatex Error: '\bibliographystyle' invalid
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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: PhD contents - Ref.
-
- Posts: 9
- Joined: Mon Jun 06, 2016 10:21 am
Re: PhD contents - Ref.
I am using the following template:
http://www.latextemplates.com/template/ ... ral-thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
PhD package biblatex Error: '\bibliographystyle' invalid
authoryear
to numeric
.Code: Select all
\usepackage[backend=bibtex,style=numeric,natbib=true]{biblatex}
-
- Posts: 9
- Joined: Mon Jun 06, 2016 10:21 am
Re: PhD contents - Ref.
It is working.
-
- Posts: 9
- Joined: Mon Jun 06, 2016 10:21 am
Re: PhD contents - Ref.
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?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
PhD package biblatex Error: '\bibliographystyle' invalid
You can also use biblatex-ieee.