diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-02 14:19:28 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-02 14:19:28 +0000 |
commit | 367c909f881795136ca1b56dced477870f3862ac (patch) | |
tree | b84fe043ef47efbf406d263db91d661bf3e429b7 /Master/texmf-dist/doc/bibtexu/examples | |
parent | 106f8a0707c8698fe553e33bd4a3d488dfce6f37 (diff) |
more info in bibtexu documents
git-svn-id: svn://tug.org/texlive/trunk@50201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtexu/examples')
-rw-r--r-- | Master/texmf-dist/doc/bibtexu/examples/test.bbl | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/bibtexu/examples/test.bib | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/bibtexu/examples/test.pdf | bin | 0 -> 49496 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/bibtexu/examples/test.tex | 73 |
4 files changed, 165 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtexu/examples/test.bbl b/Master/texmf-dist/doc/bibtexu/examples/test.bbl new file mode 100644 index 00000000000..66d054801a5 --- /dev/null +++ b/Master/texmf-dist/doc/bibtexu/examples/test.bbl @@ -0,0 +1,44 @@ +\begin{thebibliography}{1} + +\bibitem{cle2} +Nicolas Échelon. +\newblock {\em La vie est un long fleuve tranquille}. +\newblock Les Éditions du désastre, 2009. + +\bibitem{cle8} +Nicolas Œtingen. +\newblock {\em Un livre}. +\newblock Les Éditions du désastre, 2009. + +\bibitem{cle4} +Nicolas Tarantin. +\newblock {\em En revenant de Tarascon}. +\newblock Les Éditions du désastre, 2009. + +\bibitem{cle1} +Διογένης. +\newblock {\em Μήπως εἴδατε τὸ φανάρι μου;}. +\newblock Τὰ σοφὰ βιβλία, 2009. + +\bibitem{cle7} +Μῆτσος Ἕλληνας. +\newblock {\em Τὸ καλὸ παράδειγμα}. +\newblock Ἐκδοτικὸς οἶκος «Δὲν βαριέσαι», 2009. + +\bibitem{cle5} +Ζαχαρίας Ζαχαρόπουλος. +\newblock {\em Μοῦ λένε νὰ μὴν κλαίω, μὰ τί νὰ + κάνω, ἀφοῦ σὲ χάνω}. +\newblock Ἐκδόσεις τῶν χαμένων ἐλπίδων, 2009. + +\bibitem{cle6} +节列表 天王最新章. +\newblock {\em 製版・文書処理システム Ω}. +\newblock Les Éditions du désastre, 2009. + +\bibitem{cle3} +格的儿子 天堂最新的章节表. +\newblock {\em 製版・文書処理システム Ω}. +\newblock Les Éditions du désastre, 2009. + +\end{thebibliography} diff --git a/Master/texmf-dist/doc/bibtexu/examples/test.bib b/Master/texmf-dist/doc/bibtexu/examples/test.bib new file mode 100644 index 00000000000..b442eeb88a2 --- /dev/null +++ b/Master/texmf-dist/doc/bibtexu/examples/test.bib @@ -0,0 +1,48 @@ + +@book{cle1, + Author = {Διογένης}, + Publisher = {Τὰ σοφὰ βιβλία}, + Title = {Μήπως εἴδατε τὸ φανάρι μου;}, + Year = {2009}} + +@book{cle2, + Author = {Échelon, Nicolas}, + Publisher = {Les Éditions du désastre}, + Title = {La vie est un long fleuve tranquille}, + Year = {2009}} + +@book{cle3, + Author = {天堂最新的章节表, 格的儿子}, + Publisher = {Les Éditions du désastre}, + Title = {製版・文書処理システム Ω}, + Year = {2009}} + +@book{cle4, + Author = {Tarantin, Nicolas}, + Publisher = {Les Éditions du désastre}, + Title = {En revenant de Tarascon}, + Year = {2009}} + +@book{cle5, + Author = {Ζαχαρόπουλος, Ζαχαρίας}, + Publisher = {Ἐκδόσεις τῶν χαμένων ἐλπίδων}, + Title = {Μοῦ λένε νὰ μὴν κλαίω, μὰ τί νὰ κάνω, ἀφοῦ σὲ χάνω}, + Year = {2009}} + +@book{cle6, + Author = {天王最新章, 节列表}, + Publisher = {Les Éditions du désastre}, + Title = {製版・文書処理システム Ω}, + Year = {2009}} + +@book{cle7, + Author = {Ἕλληνας, Μῆτσος}, + Publisher = {Ἐκδοτικὸς οἶκος «Δὲν βαριέσαι»}, + Title = {Τὸ καλὸ παράδειγμα}, + Year = {2009}} + +@book{cle8, + Author = {Œtingen, Nicolas}, + Publisher = {Les Éditions du désastre}, + Title = {Un livre}, + Year = {2009}} diff --git a/Master/texmf-dist/doc/bibtexu/examples/test.pdf b/Master/texmf-dist/doc/bibtexu/examples/test.pdf Binary files differnew file mode 100644 index 00000000000..55d267d3941 --- /dev/null +++ b/Master/texmf-dist/doc/bibtexu/examples/test.pdf diff --git a/Master/texmf-dist/doc/bibtexu/examples/test.tex b/Master/texmf-dist/doc/bibtexu/examples/test.tex new file mode 100644 index 00000000000..4cd387bace2 --- /dev/null +++ b/Master/texmf-dist/doc/bibtexu/examples/test.tex @@ -0,0 +1,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} |