Theses, Books, Title pagesMasters/doctoral thesis bibliography style

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Michelle
Posts: 1
Joined: Tue Mar 21, 2017 2:54 pm

Masters/doctoral thesis bibliography style

Post by Michelle »

Hi all,

I'm using the template: https://www.latextemplates.com/template ... ral-thesis
I would like to add my references, but I'm not using a .bib file. I use a tex file that starts with:

Code: Select all

\renewcommand
{\refbane}
{References}
\addcontentsline
{toc}
{section}
{References}
\begin{thebibliography}{99}
I start every reference with \bibitem{name} and refer to them in my text with \cite{name}. With this template however, the references in de text don't have the number that is used in the reference tex file but the key word I call 'name' is displayed when I refer to a reference. I tried changing the bibliography style to acm and abbrv, but I get the error that these styles can not be found. Does anyone know how I can change the style?

Also instead of 'References' the reference chapter gets the title 'Bibliography'. Is there a way to change it to References in this template?

Thanks in advance.

Kind regards,
Michelle

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
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Masters/doctoral thesis bibliography style

Post by Johannes_B »

If you don't want to use a database and biblatex to style your citations, you are in charge of formatting everything.

Please refer to https://en.m.wikibooks.org/wiki/LaTeX/M ... References
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