PREP 2013 Question Authoring - Archived

Difficulty with Fraction Context

Re: Difficulty with Fraction Context

by Davide Cervone -
Number of replies: 0
The solution to getting fractions in points is to enable Point objects within the Fraction context. You can do that by setting
    Context()->parens->set("("=>{type=>"Point"});
This tells the context to have parentheses form Points rather than Lists.

Hope that helps.

Davide