Help > Authoring > Equations > Customizing the Equation Editor > Structural Overview of the Configuration File > :Options > Setting the Screen Magnification and Resolution
  
Setting the Screen Magnification and Resolution
The Editing magnification (edit-mag) option allows you to control the type size at which the Equation Editor's screen display appears. Enter a decimal number representing the amount by which you want to magnify the screen representation of the Equation Editor. A value of less than one shrinks the representation. For example, when screen magnification is set to 2.0 (and the screen resolution is set properly), 10 point characters are displayed at 20 points; when the screen magnification is set to 0.5, 12 point characters are displayed at 6 points.
Use the Screen resolution (screen-res) option to set the resolution of the Equation Editor screen representation to correspond to the resolution of your workstation. For example, if the resolution of your workstation screen is 81 dpi, you would enter 81 as the value for screen resolution. If you do not know the resolution of your workstation's screen, ask your system administrator for details.
Table 25. Syntax for Configuration File Options
Syntax: (Example Based on Default)
Comments:
palette_sizewidthheight (palette_size 500 127)
Changes height and width of Palette (units in pixels).
palette_xyxy (palette_xy 0 0)
Repositions Palette's upper left corner relative to upper left corner of Equation Editor.
palette_labelstring (palette_label Arbortext EditorEquation Editor Palette)
Determines the words that appear in the Palette title bar.
palette_startup [yes | no] (palette_startup yes)
Determines whether Palette comes up automatically when the Equation Editor starts up.
textsizepointsize (textsize 10pt)
Determines point size (height) of base characters as written to output file.
scriptsizepointsize (scriptsize 7pt)
Determines point size (height) of subscripts and superscripts as written to output file.
scriptscriptsizepointsize (scriptscriptsize 5pt)
Determines point size (height) of scripts to scripts as written to output file.
edit_magmultiple-of-1.0 (edit_mag 2.519)
Makes characters in Equation Editor window appear larger (or smaller) relative to output size.
screen_resdots-per-inch (screen_res 81)
Indicates screen resolution of your terminal so Equation Editor will properly size screen display.
entity_output [yes | no] (entity_output no)
Entity versions of the Greek alphabet (for example, &alpha) are accepted as well as the tag versions (for example, <g>a</g>). A Greek symbol will be written as a tag, unless the entity_output configuration variable is set to yes.