Tagged Questions
5
votes
0answers
43 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 ...
3
votes
1answer
205 views
Insert annotations using XeTeX and BibTeX / BibLaTeX in MacTeX 2012
I have the following problem. My .tex file (see below) works in MacTeX 2011 without problems (build it using XeLaTeX => BibTeX => XeLaTeX). After I updated from MacTeX 2011 to MacTeX 2012 it doesn't ...
1
vote
1answer
369 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 ...
1
vote
1answer
75 views
Putting Left-to-right reference in right-to-left document in XeLatex using BibTex
The whole document in XeLatex is in a right-to-left language, but all the references are in English. I want those references to be left-to-right.
1
vote
0answers
70 views
English References in mainly Persian Document (XeLateX, BibTeX)? [closed]
I am compiling my document in Persian using XeLaTeX, but the references are all in English and I'm appending them using BibTeX. At the end of the document, the references are all unknown characters, ...
7
votes
1answer
421 views
long URL's containing “-” in bibtex going beyond page
I have tried several top answers with no luck. Here is what I have in my preamble(compiling with xelatex and bibtex).
\documentclass[a4paper,12pt]{article}
\usepackage{fontspec}
\usepackage{natbib}
...
4
votes
1answer
1k views
Using XeLaTeX + BiBTeX in TeXWorks
I'm trying to define a run configuration for using XeLaTeX with BiBTeX from within TeXWorks, but I'm coming up empty.
I tried following this guide and adapt it to what I wanted to do, and ended up ...
1
vote
2answers
1k views
Bibtex references not compiling because of LastPage package?
I am trying to compile an essay and it has references in it. I am using BibTeX and XeLaTeX. Here are the last few lines of the log
LaTeX Warning: Reference `LastPage' on page 4 undefined on input ...
0
votes
2answers
527 views
xelatex+bibtex ignores my \bibstyle definition
Here is the relevant part of the preamble:
\usepackage[natbib=true]{biblatex}
\bibstyle{huszak}
\bibliography{references.bib}
I have a huszak.bst file in the same directory as the document.
I ...
