Theses, Books, Title pages ⇒ put Bibliography in table of content
put Bibliography in table of content
In "main.tex" default case,
1) how is it possible to put "Bibliography" in Table of content? and also print it at the end of in the "pdf document"? bibliography after compilation is not appearing! how should I activate it?
2) Which step do I have to follow in order to change the style of referencing? I want to have referencing like (Author, year).
3) Which command should I apply?When I want to click on the reference to link it to the bibliography section.
I appreciate your sharing information
Thanks in advance
Sepideh
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
put Bibliography in table of content
and Biblatex for starters
I think you are not running bibtex, at least you are describing the symptoms. Reading the links will get you further an should answer almost all the questions.
Re: put Bibliography in table of content
But, still I have one major problem:
In the bibliography section, reference is like [attached picture "template"]
BUT
If I want to write my bibliography like [attached picture as "preferred reference type"], then what should I do?
Thanks
Sepideh
- Attachments
-
- prefered reference type.png (28.9 KiB) Viewed 4515 times
-
- template.png (36.57 KiB) Viewed 4515 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
put Bibliography in table of content
Guidelines for customizing biblatex styles gives you a first clue on what is going on.
If you can lay down the exact rules, and split every issue into an own example and build up your own style from the answers like a house with lego bricks, you will be successful. I said this is time consuming, our friends on TeX.SX have a bit more manpower, i would suggest to ask the different questions there. Since this is completely unrelated to the template, you can savely replace the document class with
book
.Before getting into all that trouble, ask your supervisors or the thesis office, if the style in its current form is ok. It is pretty close.
Re: put Bibliography in table of content
I think the only way is to delete manually the unnecessary information for each article, book, ....
Please let me know if there is any other easier way.
Thanks
Sepideh
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm