MiKTeX (updated); TeXworks Used to do this a couple of months ago, now after PC and MiKTeX reinstall (Win7) bibliographies on old files seem not to be working any more. Read many similar questions, no help.
\documentclass{article}
\usepackage{fontspec,xunicode,xltxtra}
\usepackage[lithuanian]{babel}
\setromanfont{Times New Roman}
\usepackage[bibstyle=authortitle]{biblatex}
\addbibresource[datatype=bibtex]{refs}
\begin{document}
\pagebreak
Polish citation\footcite[21]{bogucka84}.
Ukrainian citation\footcite[181]{блануца07}.
\end{document}
For refs.bib I used this:
@book { bogucka84,
author = "Maria Bogucka",
title = "Gdańscy ludzie morza w XVI-XVIII w.",
date = "1984",
publisher = "Wydawnictwo Morskie",
location = "Gdańsk",
}
@book { блануца07,
author = "Андрiй Блануца",
title = "Землельнi Володиння Волинцькоï шляхти в другiй половинi XVI см.",
date = "2007",
publisher = "Iнститут iсторiï Украïни НАН Украïнии",
location = "Киïв",
}
Once I try XeLaTeX+Bibtex+XeLaTeX all but citations work. I come from humanities, so I guess I'm easily baffled by such things; nevertheless, baffled I am.
