# 使用 Homebrew, apt, MacPorts, Nix 安装 bibtex2html

查看 bibtex2html 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:bibtex2html
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bibtex2html
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bibtex2html
```

  证据: MacPorts ports tree: textproc/bibtex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install bibtex2html
```

  证据: Debian stable package indexes: bibtex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#bibtex2html
```

  证据: nixpkgs package indexes: pkgs/by-name/bi/bibtex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:bibtex2html
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/bibtex2html>
- **版本:** 1.99
- **来源摘要:** BibTeX to HTML converter
- **主页:** <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html>
- **仓库:** <https://github.com/backtracking/bibtex2html>
- **上游文档:** <https://github.com/backtracking/bibtex2html#readme>
- **许可证:** GPL-2.0-only
- **源码归档:** <https://usr.lmf.cnrs.fr/~jcf/ftp/bibtex2html/bibtex2html-1.99.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- aux2bib (cli)
- bib2bib (cli)
- bibtex2html (cli)
- aux2bib (别名)
- bib2bib (别名)
- bibtex2html (别名)

## 构建依赖

- ocaml

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.99
- 本地数据: OK
- 上游仓库: https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

BibTeX2HTML is an OCaml-written collection of command-line tools for turning BibTeX bibliographies into HTML pages and for filtering BibTeX entries.

### 项目历史

The official project page credits Jean-Christophe Filliatre and Claude Marche as authors and describes BibTeX2HTML as a collection of tools for translating BibTeX to HTML.

The changelog dates the first public release, version 0.1, to July 1997, followed by a rapid sequence of 0.x releases that added multiple bibliographies, online documentation, abstract handling, long options, macro translation, and filtering.

By version 1.0 in July 1999, BibTeX2HTML had become a practical publication-list generator with bib2bib filtering, footer control, citation-file support, macro handling, and BibTeX output preservation.

### 采用历史

BibTeX2HTML became useful in the early web era because academics already maintained BibTeX files and needed HTML publication pages without manually duplicating bibliography data.

The official home page points to Debian, FreeBSD, OpenBSD, Windows, macOS, Linux, and Solaris distribution artifacts or ports, showing long-lived cross-platform packaging beyond the original source release.

### 使用方式

The manual describes three command-line tools: bibtex2html for translating a .bib file into HTML, bib2bib for filtering bibliography entries by criteria, and aux2bib for extracting entries referenced by a LaTeX .aux file.

Typical users generate publication pages, add links from fields such as url, ps, and abstract, sort entries by dates or authors, and use bib2bib to select subsets of a bibliography.

### 为什么软件包爱好者会关心

BibTeX2HTML is package-nerd significant as a surviving 1990s Unix-style academic publishing tool: an OCaml CLI that bridges BibTeX, BibTeX styles, LaTeX-era metadata, and static HTML publication pages.

Its history also shows why package managers kept small bibliography converters around: they are glue tools for reproducible academic websites, not large applications.

### 时间线

- 1997-07-17: Version 0.1 is marked as the first public release.
- 1998-11-18: Version 0.7 adds online documentation and long options.
- 1999-07-15: Version 1.0 adds fuller bib2bib filtering and publication-page features.
- 2008-07-08: Version 1.92 adds a Windows installer and cross-reference expansion.
- 2014-07-04: Version 1.98 fixes URL escaping and improves macro translation.
- 2018-03-23: Version 1.99 updates safety around string use and requires OCaml 4.03 or newer.

### Related projects

- BibTeX is the source bibliography format and external processor that BibTeX2HTML builds around.
- HeVeA is listed by the project as a related LaTeX-to-HTML tool.
- bib2bib and aux2bib are companion tools distributed with BibTeX2HTML.

### 来源

- <https://github.com/backtracking/bibtex2html/blob/master/CHANGES>
- <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/doc/manual.html>
- <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bibtex2html
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - bibtex2html - 1.99-4+b4: normalized package name match | Debian stable package indexes: bibtex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | filters BibTeX files and translates them to HTML | https://www.lri.fr/~filliatr/bibtex2html/index.en.html
- Nix - bibtex2html: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bibtex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - bibtex2html - 1.99-4: normalized package name match | Ubuntu 24.04 LTS package indexes: bibtex2html from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | filters BibTeX files and translates them to HTML | https://www.lri.fr/~filliatr/bibtex2html/index.en.html
- MacPorts - bibtex2html: normalized package name match | MacPorts ports tree: textproc/bibtex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/zh-hans/pkg/web-dev-tools/) - Matched web development metadata.
- [Productivity CLI packages](https://www.automicvault.com/zh-hans/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [ocaml](https://www.automicvault.com/zh-hans/pkg/brew/ocaml/) - Build dependency declared by Homebrew.
- [bibutils](https://www.automicvault.com/zh-hans/pkg/brew/bibutils/) - Shares av.db curated category or tags: bibliography, bibtex, cli, converter, productivity.
- [bibclean](https://www.automicvault.com/zh-hans/pkg/brew/bibclean/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [papis](https://www.automicvault.com/zh-hans/pkg/brew/papis/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [hayagriva](https://www.automicvault.com/zh-hans/pkg/brew/hayagriva/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [bib-tool](https://www.automicvault.com/zh-hans/pkg/brew/bib-tool/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [bibtexconv](https://www.automicvault.com/zh-hans/pkg/brew/bibtexconv/) - Shares av.db curated category or tags: bibtex, cli, converter, productivity.
- [mhonarc](https://www.automicvault.com/zh-hans/pkg/brew/mhonarc/) - Shares av.db curated category or tags: cli, converter, html, productivity.
- [biber](https://www.automicvault.com/zh-hans/pkg/brew/biber/) - Shares av.db curated category or tags: bibliography, cli, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/bibtex2html.yml](https://github.com/automic-vault/db/blob/main/combined/bibtex2html.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
