Theses, Books, Title pagesUsing thebibliography instead of BibTeX

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
andremelzi
Posts: 4
Joined: Wed Aug 24, 2011 7:59 pm

Using thebibliography instead of BibTeX

Post by andremelzi »

Hello!

I would like to know if it is possible to use thebibliography environment instead of BibTeX in the thesis templates.

Thanks in advance.

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: Using thebibliography instead of BibTeX

Post by Johannes_B »

Yes, it is possible. Just don't use BibTeX and make the bibliography by hand.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
andremelzi
Posts: 4
Joined: Wed Aug 24, 2011 7:59 pm

Re: Using thebibliography instead of BibTeX

Post by andremelzi »

Should I type the bibliography environment at the end of the main file? Can I put it in a different file?

Thanks for the response.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Using thebibliography instead of BibTeX

Post by Johannes_B »

You should type it where you want it to appear. It doesn't matter if you pplace it in the same file or in another one and include it using \input.

You can have a look at LaTeX for complete novices where Nicola explains how creating a bibliography by hand is done.
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