Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB
  • context.ctan.zip is the archive that will be uploaded to CTAN. It contains all the other zip files, as well as all the files in a “flattened” format that is easier to browse on CTAN.

  • context.tds.zip is the TDS-compliant archive that contains all the runtime files used by ConTeXt. You can install this by simply unpacking it into a TEXMF tree, although it is better to use your TeX distribution's package manager.

  • context.bin.zip contains the binaries necessary to run ConTeXt. To use this, unpack it, and then copy the subfolder appropriate to your platform into your $PATH.

  • context-nonfree.tds.zip contains the non-free files that can optionally be used with ConTeXt. This is not included in the standard TeX Live distribution, but can be installed by unpacking it into a TEXMF tree.

  • context-legacy.tds.zip is the TDS-compliant archive that contains all the runtime files used by the now-obsolete MkII version of ConTeXt.

  • luametatex.src.zip is an archive that contains the C source code and cmake build scripts used to build the binaries contained in context.bin.zip.