summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtexu/README
blob: 62db621f09aed82890f904c241f13a73aef76c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
BibTeXu: a Unicode compliant version of BibTeX
======================================================================

BibTeXu is the Unicode-compliant version of BibTeX, that reads (only)
UTF-8 encoded files.  It was written by Yannis Haralambous and his
students of Télécom Bretagne.

New features in this tool include:
  * UTF-8 compatibility of Unicode encoding
  * integration of sort and case-change routines from the ICU library
  * dependency on Unix locale (which can also be indicated manually
    through a command line option)

In less technical terms, BibTeXu allows the processing of
bibliographic references in all scripts of the world while leaving
some flexibility in the method of sorting and changing of case.

The first release of BibTeXu (sources + precompiled binaries) was
dated on 2009-09-23, which appeared on the website by Yannis [1].
It was later presented at Journée GUTenberg, a conference in France,
on 2009-11-21 [2, 3].

References:
  [1] http://omega2.enstb.org/yannis/ (dead link)
  [2] https://www.gutenberg.eu.org/Journee-GUTenberg-2009
  [3] Lettre GUTenberg 36 published in 2010


Status of BibTeXu in TeX Live
=============================

BibTeXu has been integrated into TeX Live 2010.
The one shipped with TL is updated so that BibTeX, BibTeX8 and BibTeXu
share more or less the same behavior wrt memory allocation, etc.
Peter Breitenlohner put in the massive efforts needed to make this
work in the TL build system and use the same ICU library as XeTeX.

Although BibTeXu shipped with TL did not behave as expected in 2018 or
earlier, the one with TL2019 is relatively usable.

The files in examples/ show the expected behavior:
  * test.tex: the input XeLaTeX source, which uses a Unicode font
              covering Latin, Greek and Chinese
  * test.bib: the input BIB file
  * test.bbl: the output of BibTeXu (with options -l fr -o fr)
  * test.pdf: final output of XeLaTeX

The above files were prepared by Yannis using BibTeXu 2009-09-23 with
ICU 4.2.1, and you will get effectively the same result using TL2019
by executing the following lines:
    $ xelatex test
    $ bibtexu -l fr -o fr test
    $ xelatex test


This README file was written by TeX Live team, on 2019-03-30.
Public domain.