On 8/16/26 13:58, Federico Galetto wrote:
> For my own understanding: when you say adding a new package, does that mean
> having PreTeXt output a .tex file, then editing that? Or can this be achieved
> within PreTeXt itself?
"adding a new package" means that to support some feature (here, a publisher
switch to turn on per-part ToC) would mean that we would have to add a new
\usepackage{} to the LaTeX preamble that we create as part of the intermediate
*.tex file used to make a PDF.
We try to stick to established robust packages with a history of regular
maintenance. And keep the total number of extra packages to a minimum. So the
*.tex file will compile in all the various scenarios we support. If you write
legal PreTeXt your LaTeX should always compile to a PDF.
Does that explain it?
Rob