Theses, Books, Title pagesReferencing in Masters/Doctoral Thesis template

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Reynaldo2007
Posts: 1
Joined: Fri Jun 07, 2019 9:43 am

Referencing in Masters/Doctoral Thesis template

Post by Reynaldo2007 »

Dear all,

I am pretty new in latex. I am using the Masters/Doctoral Thesis template. However I would use a different referencing style than the one is in the template. More precisely I am using this package

\usepackage[natbibapa]{apacite}


And after I wrote this in my articles (now I want to put them in the thesis)

\bibliographystyle{apalike}
\bibliography{library}

I want to use exactly this pattern.

Is it possible to achieve this?

If yes, How?

Kind regard and thank you in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Referencing in Masters/Doctoral Thesis template

Post by Johannes_B »

Simply remove the biblatex package and everything related to it.
And read an introduction to LaTeX.
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