eeditiones / tei-publisher-app

The main TEI Publisher app
https://teipublisher.com
GNU General Public License v3.0
68 stars 33 forks source link

Print CSS improvements #141

Closed wolfgangmm closed 1 year ago

wolfgangmm commented 1 year ago

tei-publisher-lib v3.0.0 changes the output modes: the mode named "print", which previously was a synonym for "fo", now refers to HTML combined with paged media CSS. It is based on the web output mode, but allows users to apply separate models for printing. This is important for behaviours like alternate or note, which must behave differently in print.

The PR integrates this functionality into TEI Publisher. Further enhancements:

Requires tei-publisher-lib version 3.0.0, which is a breaking change as output mode "print" has been reassigned.

Tests will fail until tei-publisher-lib 3.0.0 has been released to the public repo.