The <recordingscript> element

The <recordingscript> element contains the whole structure of the script. The DTD definition is:
<!ELEMENT recordingscript (virtualviewbox?,section*)>

<!ELEMENT virtualviewbox EMPTY>
<!ATTLIST virtualviewbox height CDATA #IMPLIED>

An optional <virtualviewbox> element can be used to scale the font size of all text prompts to a virtual height. The element is defined as:

<!ELEMENT virtualviewbox EMPTY>
<!ATTLIST virtualviewbox height CDATA #IMPLIED>

When this virtual height is set the font size of plain and formatted texts are not fixed anymore. The font size will then be scaled depending on size of the prompt display.

A good example value for the virtual height is 600 (pixels):

 
 <virtualviewbox height="600"/>