summaryrefslogtreecommitdiff
path: root/biblio/bibtex/bibtex-x/01bibtexu-doc/examples/test.tex
blob: 4cd387bace2f210b5254d0723f8f8c89a9715230 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass{article}
\title{Test file for Bib\TeX u}
\author{Yannis Haralambous}
\begin{document}
\maketitle
\font\x="Arial Unicode MS"
\let\em\x
\x

This is a test file for Bib\TeX u. The BIB file is as follows:

\medskip

\noindent@book\{cle1,\\
	Author = \{Διογένης\},\\
	Publisher = \{Τὰ σοφὰ βιβλία\},\\
	Title = \{Μήπως εἴδατε τὸ φανάρι μου;\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle2,\\
	Author = \{Échelon, Nicolas\},\\
	Publisher = \{Les Éditions du désastre\},\\
	Title = \{La vie est un long fleuve tranquille\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle3,\\
	Author = \{天堂最新的章节表, 格的儿子\},\\
	Publisher = \{Les Éditions du désastre\},\\
	Title = \{製版・文書処理システム Ω\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle4,\\
	Author = \{Tarantin, Nicolas\},\\
	Publisher = \{Les Éditions du désastre\},\\
	Title = \{En revenant de Tarascon\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle5,\\
	Author = \{Ζαχαρόπουλος, Ζαχαρίας\},\\
	Publisher = \{Ἐκδόσεις τῶν χαμένων ἐλπίδων\},\\
	Title = \{Μοῦ λένε νὰ μὴν κλαίω, μὰ τί νὰ κάνω, ἀφοῦ σὲ χάνω\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle6,\\
	Author = \{天王最新章, 节列表\},\\
	Publisher = \{Les Éditions du désastre\},\\
	Title = \{製版・文書処理システム Ω\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle7,\\
	Author = \{Ἕλληνας, Μῆτσος\},\\
	Publisher = \{Ἐκδοτικὸς οἶκος «Δὲν βαριέσαι»\},\\
	Title = \{Τὸ καλὸ παράδειγμα\},\\
	Year = \{2009\}\}\\

\noindent@book\{cle8,\\
	Author = \{Œtingen, Nicolas\},\\
	Publisher = \{Les Éditions du désastre\},\\
	Title = \{Un livre\},\\
	Year = \{2009\}\}\\

\medskip

As you can see, we have mixed together entries in French, Greek and Chinese. The challenge of the French entries is that Échelon should be sorted as ”echelon” and Œtingen sorted as “oetingen” so that the right order is : Échelon < Œtingen < Tartarin.

Same problem in Greek: Ἕλληνας should be sorted as “ελληνας” and hence should appear between Διογένης and Ζαχαρόπουλος.

Have fun with Bib\TeX u! Once testing and debugging is finished we will write a paper for TUGboat.

\nocite{*}
\bibliographystyle{plain}
\bibliography{test}
\end{document}