5
votes
0answers
38 views

Trying to use biblatex-historian with a BibTeX backend and XeLaTeX

I'm currently working with a large bibliography that I've assembled for my PhD studies that I've edited in several different programs (KBibTeX, JabRef, and ebib from emacs primarily) and that was ...
2
votes
1answer
163 views

XeLaTeX and bib entries with nocite

I am using xelatex to compile my document for the first time. I would like to know what exactly I am doing wrong, because it is no generating any bibtex entries with nocite command. Main File - ...
4
votes
1answer
73 views

Can't compile XeLaTeX document with biblatex and gb4e together

The following document will not compile (using xelatex, biber) if the package gb4e is activated. If you comment out the gb4e package it works fine: \documentclass{article} \usepackage{fontspec} ...
2
votes
1answer
277 views

Multilingual bibliography using XeTeX, biblatex and polyglossia

I am trying to write text in Russian language with some citations in Russian, English and German references using XeLaTeX + polyglossia + biblatex + biber. As a biblatex style I use biblatex-gost ...
1
vote
1answer
360 views

biblatex won't compile with XeLaTeX and print bibliography

I have been testing out biblatex to get more control over the bibliography format that you get from BibTeX. Therefore I have been trying to get this to compile. The problem is that bibliography does ...
6
votes
1answer
236 views

Achieve Linebreak in DOI in biblatex

In my references (using XeLaTeX, biblatex and Biber) I have one specific DOI that is hanging over more than a centimeter after line-break. All other DOI are correctly wrapped. Even inserting a (wrong ...
0
votes
0answers
158 views

XeLaTeX and BiBLaTeX won't play nice when using TeXworks on Windows XP [closed]

I've imported a tex file that works splendid on Mac OS X with TeXShop to TeXworks on a Windows XP machine (using the latest MiKTeX version). In it, I use the following commands ...
5
votes
1answer
273 views

How to create multilingual (English, Japanese) and multi-format bibliographies with biblatex and biber

As a follow-up to this thread, I would like to know if it is possible to extend this further to change the citation format depending on whether kanji or romanization is selected. Japanese entries ...
3
votes
1answer
173 views

Custom inheritance rules not working with biblatex

I work on a document (XeLaTeX), where many mixed language collections are cited. Using biblatex I can make use of the hyphenation field to switch between different languages (although the babel-option ...
7
votes
1answer
3k views

Problem getting biber/biblatex/XeLaTeX/TeXworks working together

OK, here my situation: I'm writing a paper for my class, and I want to include a bilingual bibliography since some of my sources are in Korean and I want the bibliography to show the original Korean ...
4
votes
0answers
329 views

Bibliography tooltips with XeLaTeX and automated workflow [closed]

I would like to make bibliographic entries appear in a popup tooltips (in a supporting PDF viewer) when you hover over the citation key. An approach to realise this was discussed here: Showing the ...
4
votes
1answer
883 views

How to make LaTeXmk work with XeLaTeX and biber

I'm trying to make LaTeX make work with XeLaTeX and biber for my thesis. The document will have many cross references. What settings do I need to ensure it works correctly? My current settings for ...
0
votes
1answer
213 views

Disappearing characters Xelatex?

I've noticed that when I compile my .tex file (xelatex -- biber -- xelatex), that several characters (like π and Λ) become missing. Here is what I'm getting: [1] P. del Amo Sanchez et al. ``Searches ...
3
votes
3answers
815 views

Hyphenation of bibliographies with multiple languages using xelatex,xgreek and biblatex

I am trying to use XeLaTeX to produce a document written in Greek that includes both English and Greek bibliography. i am using for this purpose a combination of xgreek, biblatex packages and biber. ...
3
votes
2answers
839 views

xelatex and apa

I am using biblatex to format my references. Document is book and is written in greek. References are mainly english but I have some in greek as well. While the authoryear style works very well, the ...
3
votes
1answer
786 views

running biblatex-biber with xelatex (editor:notepad++; distro: miktex)

i would like to set up a workflow that uses biblatex-biber with xelatex, on notepad++. the backend=biber in the biblatex environment. can someone explain the command line sequence to me? as i ...
3
votes
3answers
1k views

Xelatex, Biblatex: biber.exe not working properly (IPC::Run) error

I'm using biber.exe and biblatex with the following preamble in my tex document \documentclass[fontsize =10pt, BCOR=0mm, DIV=default]{scrartcl} \usepackage{fontspec} \usepackage{xunicode} ...
3
votes
1answer
686 views

Biblatex / Biber.exe not displaying unicode characters in reference

I'm using Xelatex with biblatex and the biber.exe backend: \documentclass{article} \usepackage{fontspec} \usepackage{xltxtra} \usepackage{polyglossia} \setmainlanguage{english} ...
7
votes
1answer
4k views

How to use biblatex and XeLaTeX at the same time?

I tried to look for a similar problem but could not find any. I hope that anybody with a bit more experience can get me a bit more insight in how I should be using biblatex with XeLaTeX? I think ...