Hi all,
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
Theses, Books, Title pages ⇒ put Bibliography in table of content
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
put Bibliography in table of content
Please read Question mark instead of citation number
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.
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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: put Bibliography in table of content
Great, I read the links.
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
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 4248 times
-
- template.png (36.57 KiB) Viewed 4248 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
put Bibliography in table of content
That is a bit more complicated and overall: time consuming.
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
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.
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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: put Bibliography in table of content
Yes, I am sure this is the style for referencing my thesis.
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
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
Re: put Bibliography in table of content
There is none. Customizing a bibliogaphy style is one of the most time consuming things to be done with LaTeX.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.