Re: Caching intermediate compilation results for near-real-time PDF re-renders during editing
Doug McKenna <doug-Nf2trSL5CZG0AFT+FuuGOlaTQe2KTcn/@public.gmane.org> Fri, 14 Jan 2022 12:55:05 -0700 (MST)
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <992940809.24300791.1642190105065.JavaMail.zimbra@mathemaesthetics.com> |
For documents with tables of contents, extending a section or chapter title by one word (or even letter) on page N could conceivably increase the earlier Table of Contents by one line, which could conceivably cause the table of contents to require one more page, which then could change the page numbering of every page following in the rest of the document. This is one reason why Knuth chose fixed-point arithmetic, and TeX's own implementation of fixed-point math, to avoid the butterfly/avalanche effect of even a single low-order bit difference in typesetting measurements. Doug McKenna