BibTeX, biblatex and biberchanging the citation style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
mohhefny
Posts: 1
Joined: Sat Apr 30, 2022 10:47 am

changing the citation style

Post by mohhefny »

Hello all,

I am very new to LaTex so my question may be really naive. I am writing my PhD thesis using the attached template. The problem is that I need to change the citation style so that it based on author year not numbers as in the template. I tried to many times but it always fail with many error messages due to the macros of the template.

It will be a great help to guide me how to change the style. Unfortunately I have only limited time to finalize the thesis.

Thank you in advance.
Attachments
PhD_Thesis.zip
(176.28 KiB) Downloaded 200 times

Recommended reading 2024:

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

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

Kreuz Elf
Posts: 22
Joined: Thu Mar 04, 2021 7:33 pm

changing the citation style

Post by Kreuz Elf »

Is it right to assume that by changing the citation style to author year you mean replacing line 14 of bibliography_format.tex with:

Code: Select all

style=authoryear
?
Because if I do that I can compile thesis.tex without any error.
Post Reply