ftilmann / latexdiff

Compares two latex files and marks up significant differences between them. Releases on www.ctan.org and mirrors
GNU General Public License v3.0
513 stars 72 forks source link

Support for additional macros from import package #239

Closed janniklasrose closed 2 years ago

janniklasrose commented 2 years ago

There are three sets of macros provided by the import package:

  1. \import (1A) and \subimport (1B) are handled correctly since #173
  2. The above two have aliases \inputfrom (2A) and \subinputfrom (2B), which are not handled
  3. Additionally, the package provides \includefrom (3A) and \subincludefrom (3B), which are the equivalent \include versions of the \input macros and are also missing from latexdiff

In the context of latexdiff, the As should all act like the current implementation of \import, and the Bs similarly.