Search found 6 matches

by alex1993
Sun Apr 12, 2020 4:26 pm
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

what should i do then to get my bibliography and references?
by alex1993
Sun Apr 12, 2020 3:33 pm
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

I have followed all the steps and the references and citations still do not show up.
When I run bibtex I get

This is BibTeX, Version 0.99d (TeX Live 2018) The top-level auxiliary file: Maintex.aux I found no \citation commands---while reading file Maintex.aux I found no \bibdata command---while ...
by alex1993
Sun Apr 12, 2020 11:12 am
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

I used Texshop to create bib file with references. That's all I did
Sorry, my latex skills are not advanced. Just did what I was able to google
by alex1993
Sun Apr 12, 2020 9:07 am
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

When I run bibtex i get "didnt find database entry" checked my bib file a thousand times don't fine anything wrong with it

@article{andersen2000crustal,
title={Crustal contaminants in the Permian Oslo Rift, South Norway: constraints from Precambrian geochemistry},
author={Andersen, Tom and ...
by alex1993
Sun Apr 12, 2020 8:30 am
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

I have tried many combnations, but ok I used


\usepackage{biblatex}
\addbibresource{references.bib}
in the preamble and



\printbibliography

under the chapters in the document and NOTHING shows up, even the empty "References" is gone
by alex1993
Sat Apr 11, 2020 8:30 pm
Forum: BibTeX, biblatex and biber
Topic: Empty bibliography and ? on citations
Replies: 11
Views: 26068

Empty bibliography and ? on citations

Hey,

I am writing my master thesis in TexMaker and in my main file in preamble I tried to add bibliography.

\bibliographystyle{authordate1}
\addto{\captionsenglish}{\renewcommand{\bibname}{References}}
\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
\newcommand*{\citenumfont ...