[Tex/LaTex] the minimum distribution for LaTeX

distributionspackages

I am using LaTeX to document a system I am developing. The system is itself a development environment which will be generating documentation. What is the minimum distribution I need to include in my system in order for users to produce documents from the generated LaTeX code. What is the minimum distribution that will meet the first requirement, and satisfy all the license conditions of all distributed material (I assume this will be larger).

In response to comments:

OS Window XP
Distribution MikTex + TexNic centre

Best Answer

As the comments indicate, it would help to know the operating system, but the answer for TeXlive (which is cross-platform), installed via the net installer, would be the "Basic Scheme" (See here for a listing of schemes). There is also a scheme called "minimal", but I think this would only give you support for plain TeX, not LaTeX.

If you're on linux, however, you might be more interested in what package distributed through your distro's repos is smallest. But then we need to know which distro. On mac, you might prefer the BasicTeX version of MacTeX, though this is by no means completely minimal. On Windows you might install the Basic MikTeX, and then not install any additional packages. (I don't think this is completely minimal either: if you really want minimal, TeXlive is probably your best bet anyway.)

Licensing conditions are not much of a factor here. All the basic stuff would be covered under the LPPL; it's only if you went beyond that there would be any issues.

Related Question