{
    "content": [
        {
            "type": "text",
            "text": "# bibtex8(1) (man)\n\n## NAME\n\nbibtex8 - 8-bit Big BibTeX\n\n## SYNOPSIS\n\nbibtex8 [options] aux-file\n\n## DESCRIPTION\n\nBibTeX8  is  an  8-bit implementation of BibTeX written in C.  It has been enhanced by adding\nthe following features:\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (12 subsections)\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bibtex8",
        "section": "1",
        "mode": "man",
        "summary": "bibtex8 - 8-bit Big BibTeX",
        "synopsis": "bibtex8 [options] aux-file",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-?",
                "long": "--help",
                "arg": null,
                "description": "display some brief help text."
            },
            {
                "flag": "-7",
                "long": "--traditional",
                "arg": null,
                "description": "operate in the original 7-bit mode, no CS file used. Only 7-bit ASCII characters are supported, and they are sorted by ASCII code value."
            },
            {
                "flag": "-8",
                "long": "--8bit",
                "arg": null,
                "description": "force 8-bit mode, no CS file used. All 8-bit characters (code > 127) are treated as letters, and they are sorted by their code value."
            },
            {
                "flag": "-c",
                "long": "--csfile",
                "arg": null,
                "description": "read FILE as the BibTeX character set and sort definition file. Note that options -7, -8 and -c are exclusive."
            },
            {
                "flag": "-d",
                "long": "--debug",
                "arg": null,
                "description": "report debugging information. TYPE is one or more of all, csf, io, mem, misc, search."
            },
            {
                "flag": "-s",
                "long": "--statistics",
                "arg": null,
                "description": "report internal statistics."
            },
            {
                "flag": "-t",
                "long": "--trace",
                "arg": null,
                "description": "report execution tracing."
            },
            {
                "flag": "-v",
                "long": "--version",
                "arg": null,
                "description": "report BibTeX version."
            },
            {
                "flag": "-B",
                "long": "--big",
                "arg": null,
                "description": "set large BibTeX capacity."
            },
            {
                "flag": "-H",
                "long": "--huge",
                "arg": null,
                "description": "set huge BibTeX capacity."
            },
            {
                "flag": "-W",
                "long": "--wolfgang",
                "arg": null,
                "description": "set really huge BibTeX capacity for Wolfgang."
            },
            {
                "flag": "-M",
                "long": "--min",
                "arg": null,
                "description": "set mincrossrefs to ##. --mcites ## allow ## \\cites in the .aux files (deprecated). --mentints ## allow ## integer entries in the .bib databases (deprecated). --mentstrs ## allow ## string entries in the .bib databases (deprecated). --mfields ## allow ## fields in the .bib databases (deprecated). --mpool ## set the string pool to ## bytes (deprecated). --mstrings ## allow ## unique strings. --mwizfuns ## allow ## wizard functions (deprecated)."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-?  --help",
                        "lines": 2,
                        "flag": "-?",
                        "long": "--help"
                    },
                    {
                        "name": "-7  --traditional",
                        "lines": 3,
                        "flag": "-7",
                        "long": "--traditional"
                    },
                    {
                        "name": "-8  --8bit",
                        "lines": 3,
                        "flag": "-8",
                        "long": "--8bit"
                    },
                    {
                        "name": "-c --csfile",
                        "lines": 3,
                        "flag": "-c",
                        "long": "--csfile"
                    },
                    {
                        "name": "-d --debug",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-s  --statistics",
                        "lines": 2,
                        "flag": "-s",
                        "long": "--statistics"
                    },
                    {
                        "name": "-t  --trace",
                        "lines": 2,
                        "flag": "-t",
                        "long": "--trace"
                    },
                    {
                        "name": "-v  --version",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--version"
                    },
                    {
                        "name": "-B  --big",
                        "lines": 2,
                        "flag": "-B",
                        "long": "--big"
                    },
                    {
                        "name": "-H  --huge",
                        "lines": 2,
                        "flag": "-H",
                        "long": "--huge"
                    },
                    {
                        "name": "-W  --wolfgang",
                        "lines": 2,
                        "flag": "-W",
                        "long": "--wolfgang"
                    },
                    {
                        "name": "-M --min",
                        "lines": 23,
                        "flag": "-M",
                        "long": "--min"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bibtex8 - 8-bit Big BibTeX\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bibtex8 [options] aux-file\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "BibTeX8  is  an  8-bit implementation of BibTeX written in C.  It has been enhanced by adding\nthe following features:\n\n- \"big\" (32-bit) and customisable capacity\n\n- flexible support for non-English languages using 8-bit character sets\n\nBibTeX8 accepts 8-bit characters in its input files, and writes 8-bit characters to its  out‐\nput  files.   The character set is defined by an external configuration file --- the Codepage\nand Sort order (\"CS\") file.  By default, it reads a specific CS  file  \"88591lat.csf\",  which\ndefines  ISO 8859-1 character set and its alphabetical sorting order including accented char‐\nacters.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-?  --help",
                        "content": "display some brief help text.\n",
                        "flag": "-?",
                        "long": "--help"
                    },
                    {
                        "name": "-7  --traditional",
                        "content": "operate in the original 7-bit mode, no CS file used.  Only 7-bit ASCII characters  are\nsupported, and they are sorted by ASCII code value.\n",
                        "flag": "-7",
                        "long": "--traditional"
                    },
                    {
                        "name": "-8  --8bit",
                        "content": "force  8-bit  mode, no CS file used.  All 8-bit characters (code > 127) are treated as\nletters, and they are sorted by their code value.\n",
                        "flag": "-8",
                        "long": "--8bit"
                    },
                    {
                        "name": "-c --csfile",
                        "content": "read FILE as the BibTeX character set and sort definition file.  Note that options -7,\n-8 and -c are exclusive.\n",
                        "flag": "-c",
                        "long": "--csfile"
                    },
                    {
                        "name": "-d --debug",
                        "content": "report debugging information.  TYPE is one or more of all, csf, io, mem, misc, search.\n",
                        "flag": "-d",
                        "long": "--debug"
                    },
                    {
                        "name": "-s  --statistics",
                        "content": "report internal statistics.\n",
                        "flag": "-s",
                        "long": "--statistics"
                    },
                    {
                        "name": "-t  --trace",
                        "content": "report execution tracing.\n",
                        "flag": "-t",
                        "long": "--trace"
                    },
                    {
                        "name": "-v  --version",
                        "content": "report BibTeX version.\n",
                        "flag": "-v",
                        "long": "--version"
                    },
                    {
                        "name": "-B  --big",
                        "content": "set large BibTeX capacity.\n",
                        "flag": "-B",
                        "long": "--big"
                    },
                    {
                        "name": "-H  --huge",
                        "content": "set huge BibTeX capacity.\n",
                        "flag": "-H",
                        "long": "--huge"
                    },
                    {
                        "name": "-W  --wolfgang",
                        "content": "set really huge BibTeX capacity for Wolfgang.\n",
                        "flag": "-W",
                        "long": "--wolfgang"
                    },
                    {
                        "name": "-M --min",
                        "content": "set mincrossrefs to ##.\n\n--mcites ##\nallow ## \\cites in the .aux files (deprecated).\n\n--mentints ##\nallow ## integer entries in the .bib databases (deprecated).\n\n--mentstrs ##\nallow ## string entries in the .bib databases (deprecated).\n\n--mfields ##\nallow ## fields in the .bib databases (deprecated).\n\n--mpool ##\nset the string pool to ## bytes (deprecated).\n\n--mstrings ##\nallow ## unique strings.\n\n--mwizfuns ##\nallow ## wizard functions (deprecated).\n",
                        "flag": "-M",
                        "long": "--min"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "More  detailed  description  of  BibTeX8 is available at $TEXMFDIST/doc/bibtex8/00readme.txt.\nThe syntax of Codepage and Sort order (CS) File can be  found  at  $TEXMFDIST/doc/bibtex8/cs‐\nfile.txt.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "BibTeX8  was  written  by  Niel Kempson <kempson@snowyowl.co.uk> and Alejandro Aguilar-Sierra\n<asierra@servidor.unam.mx>.  This manpage was written for TeX Live, based on the work by Nor‐\nbert Preining for Debian/GNU Linux.\n\n\n\nbibtex8 3.71                                 March 2019                                   BIBTEX8(1)",
                "subsections": []
            }
        }
    }
}