Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hover Messages #40

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Hover Messages #40

wants to merge 6 commits into from

Conversation

goehle
Copy link
Member

@goehle goehle commented Mar 11, 2013

The backtick notation isn't particularly useful because of the variable/context restrictions. So I removed mention of them from the PGessaymacros help messages.

@dpvc
Copy link
Member

dpvc commented Mar 11, 2013

If you use

loadMacros("contextTypeset.pl");
Context("Typeset");

before you process the text of the student answer, that should clear up the variable name problems with backticks. This context provides more support for typing math for visual purposes (without it having to be meaningful for computational purposes).

@goehle
Copy link
Member Author

goehle commented Mar 11, 2013

How does this work for EV3P ? Sometimes this stuff is rendered by pg, but
for the initial student preview its rendered by EV3P.

On Mon, Mar 11, 2013 at 11:04 AM, Davide P. Cervone <
[email protected]> wrote:

If you use

loadMacros("contextTypeset.pl");
Context("Typeset");

before you process the text of the student answer, that should clear up
the variable name problems with backticks. This context provides more
support for typing math for visual purposes (without it having to be
meaningful for computational purposes).


Reply to this email directly or view it on GitHubhttps://github.com/openwebwork/pg-dev/pull/40#issuecomment-14718063
.

@dpvc
Copy link
Member

dpvc commented Mar 11, 2013

My recollection is that it uses the current context, so if you set the context before calling EV3P it will use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants