1BIBTEX8(1)                       User Commands                      BIBTEX8(1)
2
3
4

NAME

6       bibtex8 - 8-bit Big BibTeX
7

SYNOPSIS

9       bibtex8 [options] aux-file
10

DESCRIPTION

12       BibTeX8 is an 8-bit implementation of BibTeX written in C.  It has been
13       enhanced by adding the following features:
14
15       - "big" (32-bit) and customisable capacity
16
17       - flexible support for non-English languages using 8-bit character sets
18
19       BibTeX8 accepts 8-bit characters in its input files, and  writes  8-bit
20       characters to its output files.  The character set is defined by an ex‐
21       ternal configuration file --- the Codepage and Sort order ("CS")  file.
22       By  default,  it reads a specific CS file "88591lat.csf", which defines
23       ISO 8859-1 character set and its alphabetical sorting  order  including
24       accented characters.
25

OPTIONS

27       -?  --help
28              display some brief help text.
29
30       -7  --traditional
31              operate in the original 7-bit mode, no CS file used.  Only 7-bit
32              ASCII characters are supported, and they  are  sorted  by  ASCII
33              code value.
34
35       -8  --8bit
36              force 8-bit mode, no CS file used.  All 8-bit characters (code >
37              127) are treated as letters, and they are sorted by  their  code
38              value.
39
40       -c  --csfile FILE
41              read  FILE as the BibTeX character set and sort definition file.
42              Note that options -7, -8 and -c are exclusive.
43
44       -d  --debug TYPE
45              report debugging information.  TYPE is one or more of all,  csf,
46              io, mem, misc, search.
47
48       -s  --statistics
49              report internal statistics.
50
51       -t  --trace
52              report execution tracing.
53
54       -v  --version
55              report BibTeX version.
56
57       -B  --big
58              set large BibTeX capacity.
59
60       -H  --huge
61              set huge BibTeX capacity.
62
63       -W  --wolfgang
64              set really huge BibTeX capacity for Wolfgang.
65
66       -M  --min_crossrefs ##
67              set min_crossrefs to ##.
68
69       --mcites ##
70              allow ## \cites in the .aux files (deprecated).
71
72       --mentints ##
73              allow ## integer entries in the .bib databases (deprecated).
74
75       --mentstrs ##
76              allow ## string entries in the .bib databases (deprecated).
77
78       --mfields ##
79              allow ## fields in the .bib databases (deprecated).
80
81       --mpool ##
82              set the string pool to ## bytes (deprecated).
83
84       --mstrings ##
85              allow ## unique strings.
86
87       --mwizfuns ##
88              allow ## wizard functions (deprecated).
89
90

8BIT LATIN LETTERS SUPPORT

92       BibTeX8  supports extended features to handle 8bit latin letters.  Sev‐
93       eral built-in functions in bibliography styles are enhanced as follows.
94
95       &      Pops the top two (integer) literals  and  pushes  their  bitwise
96              AND.
97
98       |      Pops the top two (integer) literals and pushes their bitwise OR.
99
100       chr.to.int$, int.to.chr$
101              The  function is the same as original BibTeX but 8bit characters
102              are accepted.
103
104       width$ The function is the same  as  original  BibTeX  but  letters  of
105              Latin-1 are supported.
106

SEE ALSO

108       More    detailed    description    of    BibTeX8    is   available   at
109       $TEXMFDIST/doc/bibtex8/00readme.txt.  The syntax of Codepage  and  Sort
110       order (CS) File can be found at $TEXMFDIST/doc/bibtex8/csfile.txt.
111

AUTHORS

113       BibTeX8 was written by Niel Kempson and Alejandro Aguilar-Sierra. It is
114       currently maintained as part of TeX Live.
115
116       This manpage was written for TeX Live, based on  the  work  by  Norbert
117       Preining for Debian GNU/Linux.
118
119
120
121bibtex8 4.00                   12 September 2022                    BIBTEX8(1)
Impressum