# 使用 Homebrew 安装 itex2mml

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

## 安装

```sh
sudo av install brew:itex2mml
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install itex2mml
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:itex2mml
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/itex2mml>
- **版本:** 1.6.1
- **来源摘要:** Text filter to convert itex equations to MathML
- **主页:** <https://golem.ph.utexas.edu/~distler/blog/itex2MML.html>
- **仓库:** <https://golem.ph.utexas.edu/~distler/code/itexToMML>
- **上游文档:** <https://www.cpan.org/modules/by-module/MathML/MathML-itex2MML-1.6.1.readme>
- **许可证:** Artistic-1.0-Perl OR GPL-1.0-or-later
- **源码归档:** <https://golem.ph.utexas.edu/~distler/blog/files/itexToMML-1.6.1.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- itex2MML (cli)
- itex2MML (别名)

## 安装行为

- 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.6.1
- 本地数据: OK
- 上游仓库: https://golem.ph.utexas.edu/~distler/blog/itex2MML.html
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

itex2MML is a text filter that converts itex, a LaTeX-like math notation, into MathML. It belongs to the early web-math toolchain: small, document-oriented, and built for people publishing mathematical writing on XHTML/MathML-capable sites.

### 项目历史

Jacques Distler's project page describes itex2MML as a stream filter that reads text with embedded itex equations from standard input and writes text with MathML output to standard output. The package also includes Mac and Linux binaries, source code, Ruby bindings, Perl modules on CPAN, and Movable Type plugins.

The page credits Paul Gartside's original version and says Distler's version is greatly enhanced, with bug fixes and support for a larger subset of LaTeX and AMSLaTeX syntax. The Movable Type plugin ecosystem around itex2MML connects the command-line tool to mathematical blogging workflows from the early XHTML+MathML era.

Version 1.5 added inclusion of the original itex source as an annotation element in the generated MathML, making the source available programmatically. Version 1.6.1 is dated 2021-10-03 on the project page, and the CPAN MathML::itex2MML readme documents Perl bindings for the same conversion model.

### 采用历史

The package's adoption was narrow but influential: mathematical bloggers, Movable Type users, Ruby and Perl users, and site maintainers who wanted semantic MathML rather than rasterized equations could add itex syntax to publishing pipelines.

Homebrew packaging keeps the standalone `itex2MML` binary installable for command-line filters and older publishing workflows even though browser and web-math practice later shifted toward client-side renderers and broader TeX-to-HTML pipelines.

### 使用方式

Typical usage is as a Unix filter: pipe text containing `$...$`, `\(...\)`, `$$...$$`, or `\[...\]` equations into `itex2MML` and receive XHTML/MathML-oriented output on standard output.

The surrounding ecosystem includes Ruby methods such as html_filter, filter, inline_filter, and block_filter, Perl modules MathML::itex2MML and MathML::Entities, and Movable Type text filters for posts containing itex equations.

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

itex2MML is a good package-nerd artifact because it is exactly the kind of tiny language filter that Unix packaging preserves: one executable, a specialist syntax, and a historical web standards niche.

It also captures a moment when MathML publishing required server-side filters, XHTML MIME-type care, and blog-engine plugins rather than a single JavaScript include.

### 时间线

- 2003: The Movable Type plugin directory listed itex2MML v0.9 for math equations in entries.
- 2019: The project page dates Movable Type plugin version 2.0 to 2019-01-02.
- 2021: The project page dates itex2MML version 1.6.1 to 2021-10-03.
- 2021: CPAN distributed MathML::itex2MML 1.6.1 readme material for Perl users.

### Related projects

- MathML is the output format and reason the package exists.
- Paul Gartside's original itex2mml work, Movable Type, RubyGems itextomml, CPAN MathML::itex2MML, MathML::Entities, Textile, Markdown, and Maruku all appear in the project's documented ecosystem.

### 来源

- <https://formulae.brew.sh/formula/itex2mml>
- <https://golem.ph.utexas.edu/~distler/blog/itex2MML.html>
- <https://golem.ph.utexas.edu/~distler/blog/itex2MMLcommands.html>
- <https://golem.ph.utexas.edu/~distler/code/itexToMML>
- <https://plugins.movabletype.org/itex2mml/>
- <https://www.cpan.org/modules/by-module/MathML/MathML-itex2MML-1.6.1.readme>


## 安全说明

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:** itex2mml
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [comrak](https://www.automicvault.com/zh-hans/pkg/brew/comrak/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [discount](https://www.automicvault.com/zh-hans/pkg/brew/discount/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [hoedown](https://www.automicvault.com/zh-hans/pkg/brew/hoedown/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [html-xml-utils](https://www.automicvault.com/zh-hans/pkg/brew/html-xml-utils/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [html2markdown](https://www.automicvault.com/zh-hans/pkg/brew/html2markdown/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [html2text](https://www.automicvault.com/zh-hans/pkg/brew/html2text/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [htmlcleaner](https://www.automicvault.com/zh-hans/pkg/brew/htmlcleaner/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [htmlcompressor](https://www.automicvault.com/zh-hans/pkg/brew/htmlcompressor/) - Shares av.db curated category or tags: cli, developer-tools, markup.
- [latexml](https://www.automicvault.com/zh-hans/pkg/brew/latexml/) - Local package facts share a topical domain. Shared terms: cli, conversion, developer, developer-tools, mathml.

## Combined YAML source

View the package source record on GitHub. [combined/itex2mml.yml](https://github.com/automic-vault/db/blob/main/combined/itex2mml.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
- cross-ecosystem install command graph
