The code
$BR
\( \hspace{1in} x=\}\{ ans_rule(20)\}
$BR
works as expected but the code
$BR
\( \hspace{1in} x=\}\{ ans_rule(20)\}\( \hspace{1in} y=\}\{ ans_rule(20)\}
$BR
does not. What do I do to insert space as I want?
There is a pg command $SPACE.
$BR
\( \hspace{1in} x=\)\{ ans_rule(20)\} $SPACE \(y=\}\{ ans_rule(20)\}
$BR
does what I want.
$BR
\( \hspace{1in} x=\)\{ ans_rule(20)\} $SPACE \(y=\}\{ ans_rule(20)\}
$BR
does what I want.