Documentation
Publicon
Reference
Preferences
Formatting Options
...Specific Box Options
FrameBoxOptions
{...}
BoxFrame
• BoxFrame is an option for cells that determines if lines are drawn around a frame box.
• BoxFrame can be set to the following.
True a frame is drawn around all four sides of the grid box
False no frame is drawn around the grid box
n a frame with n times the default thickness is drawn
{{l, r},{b, t}} l, r, b, and t specify the thickness of the lines drawn around the left, right,
bottom, and top sides of the box, respectively.
• The color of the frame is determined by the color of the font.
BoxMargins
• BoxMargins is an option for cells that determines the spacing between the contents of a grid box and the surrounding frame.
• BoxMargins
{{l, r},{b, t}} determines the size of the left, right, bottom, and top margins respectively, in em units. The default setting is BoxMargins
{{0.4, 0.4}, {0.5, 0.5}}.