| bee95f00 | 27-Nov-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Overhaul chapter/header counting in renderer
Using static variables makes it impossible to automatically test this correctly.
The PDF renderer is now a singleton. The Writer class initializes it an
Overhaul chapter/header counting in renderer
Using static variables makes it impossible to automatically test this correctly.
The PDF renderer is now a singleton. The Writer class initializes it anew for each export, but during the export, the same renderer is reused.
show more ...
|