Search found 1 match

by csx
Thu Dec 11, 2014 11:08 pm
Forum: BibTeX, biblatex and biber
Topic: Compiling LaTex bib source
Replies: 2
Views: 2958

Compiling LaTex bib source

I am writing my thesis (thesis.tex) in Latex, and I have the references in an own reference.bib file which look as follows

@Article{xxx,
author = "D.A. Reinhard",
title = "Case Study",
year = "1985",
}
and I reference them in my main document as \cite{xxx}

I am using Texworks on Windows. After ...