# This number will determine the size of the equations, special characters,
# and anything which will be converted into an inlined image
# *except* "image generating environments" such as "figure", "table" 
# or "minipage".
# Effective values are those greater than 0.
# Sensible values are between 0.1 - 4.
$MATH_SCALE_FACTOR = 1.6;

# This number will determine the size of 
# image generating environments such as "figure", "table" or "minipage".
# Effective values are those greater than 0.
# Sensible values are between 0.1 - 4.
$FIGURE_SCALE_FACTOR = 1.6;

$PAPERSIZE = "letter";

&ignore_commands( <<_IGNORED_CMDS_);
documentstyle # [] # {}
advance
frontmatter
mainmatter
backmatter
enlargethispage
linebreak# []
_IGNORED_CMDS_
&process_commands_in_tex (<<_RAW_ARG_CMDS_);
fbox # {}
framebox # [] # [] # {}
v # {}
_RAW_ARG_CMDS_
1; # This is the last line
