BibTeX, biblatex and biberNo URL and date in Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
swantschke
Posts: 2
Joined: Thu Dec 27, 2018 6:59 pm

No URL and date in Bibliography

Post by swantschke »

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

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

No URL and date in Bibliography

Post by Johannes_B »

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.
swantschke
Posts: 2
Joined: Thu Dec 27, 2018 6:59 pm

No URL and date in Bibliography

Post by swantschke »

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

No URL and date in Bibliography

Post by Johannes_B »

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
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