Hello everyone:)
I am writing my Bachelor thesis with LaTex and Mendeley for my sources. I am using chicago style and everything works except for the online sources. LaTex does not include the URL and date acessed even though it is included in Mendeley...
Can anyone help?
Thank you and kind regards
Kristina
BibTeX, biblatex and biber ⇒ No URL and date in Bibliography
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
No URL and date in Bibliography
How are you creating the bibliography? Which package are you using? How do your entries look like?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 2
- Joined: Thu Dec 27, 2018 6:59 pm
No URL and date in Bibliography
The .bib folder automatically synchronizes with LaTex. I am using the chicago package.
@misc{Padelford2018,
author = {Padelford, Norman J. and Cho, Aileen and Bray, Wayne D. and Gordon, Burton L. and Worthington, William E.},
booktitle = {Encyclop{\ae}dia Britannica},
title = {{Bibliography Styles}},
url = {https://www.britannica.com/topic/Bibliography},
urldate = {2018-12-10},
year = {2018}
}
That is one example for a website source. In the bibliography only the title and author appears. I am using a template which unfortunately makes it hard for me to fully understand what is happening in the background
@misc{Padelford2018,
author = {Padelford, Norman J. and Cho, Aileen and Bray, Wayne D. and Gordon, Burton L. and Worthington, William E.},
booktitle = {Encyclop{\ae}dia Britannica},
title = {{Bibliography Styles}},
url = {https://www.britannica.com/topic/Bibliography},
urldate = {2018-12-10},
year = {2018}
}
That is one example for a website source. In the bibliography only the title and author appears. I am using a template which unfortunately makes it hard for me to fully understand what is happening in the background
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
No URL and date in Bibliography
Please provide a minimal working example -> https://www.dickimaw-books.com/latex/mi ... index.html
You should also have a look at https://en.wikibooks.org/wiki/LaTeX/Scientific_Reports
You should also have a look at https://en.wikibooks.org/wiki/LaTeX/Scientific_Reports
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.