WeBWorK Main Forum

inserting space in a latex formula

Re: inserting space in a latex formula

by joel robbin -
Number of replies: 0
There is a pg command $SPACE.
$BR
\( \hspace{1in} x=\)\{ ans_rule(20)\} $SPACE \(y=\}\{ ans_rule(20)\}
$BR
does what I want.