#15047: LaTeX typeseting of SR.wild should prefix $ with \
--------------------------+----------------------------------
Reporter: aginiewicz | Owner:
Type: defect | Status: new
Priority: trivial | Milestone: sage-5.12
Component: symbolics | Keywords: wildcard latex
Merged in: | Authors:
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
--------------------------+----------------------------------
Currently calling
{{{
latex(SR.wild(0))
}}}
results in '$0'. When using this with SageTeX, it causes issues due to
special meaning of $ in TeX. I believe this call should return '\$0'
instead. For now when using SageTeX I have to use something like
{{{
LatexExpr(latex(SR.wild(0)).replace(r'$',r'\$'))
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15047>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.