FG
💻 Software

Unicode characters in bibtex

Fresh5 days ago
Mar 15, 20268029 views
Confidence Score0%
0%

Problem

I am struggling with unicode chars in bibtex (Debian). I have the following entry in my .bib file: and it works fine for bibliography style, but fails horribly for the more alphanumeric styles (e.g. apa, alpha) - the error reported is: any ideas how to get it working?

Error Output

@Book{bjork2009,
author = {Tomas Björk},
title = {Arbitrage Theory in Continuous Time},
publishe = {Oxford University Press},
year = {2009}
}

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Unicode characters in bibtex

Low Risk

Bibtex is not really unicode aware. In order to use extended characters, you need to use the standard Tex replacements. You might however want to use biblatex for a better management of bibliographic styles; and maybe have a look at biber, which aim…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment