When you print a page, you can add data related to printing. A user-definable caption can be added to each printed page or story. The caption is printed on top of the page and the page content is shifted down.
Before specifying the caption, especially if it is a multi line, ensure that the media height is sufficient to accommodate the caption and the entire page content without clipping.
This caption can contain any fixed text, and a number of variable parameters including page number, section and zone, edition date, name and number, user printing the page, etc.
To specify print caption
In the Caption box on the General tab enter the appropriate syntax. Do not use accented letters, but just the ASCII set.
Use '*' for the predefined caption.
| = new line
Fred4 page:
In version 1.6 or newer
&np | number 0-padded. Note: &np generates 001; use &np[1,2] to get 01. |
&t | title name (since the version 1.6) |
&st | page status (since the version 1.6) (Normal, InUse, ReadOnly) |
&sx | section extra string (since the version 1.6) |
&zx | zone extra string (since the version 1.6) |
&ed | edition date (since the version 1.6) |
&en | edition number name (since the version 1.6) |
&u | user name (since the version 1.6) |
&U | user full name (since the version 1.6) |
&dmp | last modified date page (since the version 1.6) |
&D | current time (since the version 1.6) |
&w | workstate name (since the version 1.6) |
For &ed, &dmp and &d variables you can also add the date format, e.g. &ed(dd-MM-yy) will output 13-02-16 for the date of February, 13 2016.
In version 1.5 and previous
Ted4 article:
Substringing
You can apply substringing to above variables, by:
&e[0,3]
means take only first three characters and the edition identifier.
Note: the index of the first character is 0 and not 1.
See also
Specifying PDF file name (and title property)
Specifying Postscript title for printing