diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -14,6 +14,16 @@ VERSION 1.19.3 Groff ----- +o XHTML support has been added to grohtml and can be specified by + -Txhtml. This option also utilizes the MathML capability of + eqn and combine the outputs of both in the final XHTML file. + Users can also specify the `-P-V' option together with `-Txhtml' + in groff. This has the effect of creating an XHTML' validator + button at the bottom of each page. + +Troff +----- + o Two new requests `device' and `devicem' have been added which are equivalents to the \X and \Y escapes, respectively. @@ -63,6 +73,9 @@ o The PS font definition files have been regenerated with newer AFM versions For backwards compatibility, the old set of font definition files is still available; for details please read the man page of `grops(1)'. + +o A new read-only number register `.O' is available which returns the + current suppression level as set by the `\O' escape. Pic --- @@ -79,7 +92,7 @@ Eqn o Eric S. Raymond has added a new device type to eqn, MathML. When -TMathML is enabled, eqn now emits MathML formula markup rather than - groff commands. + groff commands. The new groff -Txhtml device uses this. Chem ---- @@ -93,6 +106,18 @@ Grotty o \D'p...' is now supported if the polygon consists entirely of horizontal and vertical lines. +Grohtml +------- + +o XHTML support has been added. + +o New command line option `-V' (to be used in XHTML mode) to produce an + XHTML validator button. + +o New command line option `-y' to produce a right-justified groff signature + at the end of the document (in combination with option `-V'). + + Gxditview --------- |