# latexdiff mit Homebrew, apt, MacPorts installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für latexdiff in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:latexdiff
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install latexdiff
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install latexdiff
```

  Evidenz: MacPorts ports tree: tex/latexdiff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install latexdiff
```

  Evidenz: Debian stable package indexes: latexdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:latexdiff
- **Paketmanager:** Homebrew
- **Version:** 1.4.0
- **Quellzusammenfassung:** Compare and mark up LaTeX file differences
- **Homepage:** <https://www.ctan.org/pkg/latexdiff>
- **Repository:** <https://github.com/ftilmann/latexdiff>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- latexdiff (Alias)
- latexdiff-fast (Alias)
- latexdiff-so (Alias)
- latexdiff-vc (Alias)
- latexrevise (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.4.0
## Projektgeschichte und Nutzung

latexdiff is a Perl tool for comparing two LaTeX files and producing a marked-up LaTeX file that shows significant textual changes. It fills the same social role for LaTeX authors that track changes fills in word processors.

### Projektgeschichte

CTAN identifies latexdiff as a package for determining and marking up significant differences between LaTeX files, with Frederik J. Tilmann as maintainer and copyright beginning in 2004. The main script header likewise names F J Tilmann and points to CTAN and the GitHub repository.

The project expanded beyond the core `latexdiff` script to include `latexrevise`, which can accept or reject changes, and `latexdiff-vc`, a wrapper for version-control systems. The `latexdiff-vc` script records support for systems such as CVS, RCS, SVN, Git, and Mercurial, with Git support appearing in its 1.0.1 history.

The GitHub repository was created on 2014-06-17. CTAN lists the package in TeX Live and MiKTeX and records the 2026-01-02 package version date.

### Adoptionsgeschichte

latexdiff became a standard utility in academic and technical writing because journals, supervisors, and collaborators often request visible revisions, while LaTeX source files do not map naturally to word-processor track changes. CTAN, TeX Live, MiKTeX, Homebrew, Debian, MacPorts, and Ubuntu packaging made it easy to add to authoring workflows.

The ecosystem around it includes wrapper scripts and front ends such as git-latexdiff, latexdiffr, latexdiffcite, and browser/WebAssembly interfaces, reflecting the same need across Git, R Markdown, BibTeX, and web-based workflows.

### Wie es verwendet wird

The typical command compares an old and a new `.tex` file and emits a new LaTeX file with inserted and deleted text marked using standard LaTeX packages. Users then compile the generated file to inspect revisions, or use `latexrevise` and `latexdiff-vc` for accepting changes or comparing version-control revisions.

### Warum Paket-Nerds sich dafür interessieren

latexdiff is package-nerd significant because it is small, scriptable, and solves a workflow problem that version-control diffs do not solve for human reviewers: a compiled PDF showing semantic document changes.

It is also a classic example of a package that glues together language tooling, version control, and publishing conventions without needing a GUI.

### Zeitleiste

- 2004: Copyright range begins for the main latexdiff script.
- 2005: latexdiff-vc copyright range begins.
- 2014-06-17: GitHub repository created.
- 2018-10-07: latexdiff-vc 1.3.0 records an `--only-changes` option.
- 2026-01-02: CTAN package version date for latexdiff 1.4.0.

### Related projects

- Related projects include latexrevise, latexdiff-vc, git-latexdiff, latexdiffr, latexdiffcite, latexchanges, TeX Live, MiKTeX, Git, Subversion, Mercurial, and Algorithm::Diff.

### Quellen

- <https://api.github.com/repos/ftilmann/latexdiff>
- <https://api.github.com/repos/ftilmann/latexdiff/tags?per_page=20>
- <https://ctan.org/pkg/latexdiff?lang=en>
- <https://raw.githubusercontent.com/ftilmann/latexdiff/master/README.md>
- <https://raw.githubusercontent.com/ftilmann/latexdiff/master/latexdiff>
- <https://raw.githubusercontent.com/ftilmann/latexdiff/master/latexdiff-vc>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - latexdiff - 1.3.2-1: normalized package name match | Debian stable package indexes: latexdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utility to mark up significant differences between LaTeX files | https://www.ctan.org/pkg/latexdiff
- Ubuntu apt - latexdiff - 1.3.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: latexdiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utility to mark up significant differences between LaTeX files | https://www.ctan.org/pkg/latexdiff
- MacPorts - latexdiff: normalized package name match | MacPorts ports tree: tex/latexdiff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/latexdiff.yml](https://github.com/mxcl/pkgdb/blob/main/combined/latexdiff.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
