#10637: Implement sage -sws2rst
------------------------------------------------------------+---------------
Reporter: nthiery | Owner:
jason, mpatel, was
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-5.4
Component: notebook | Resolution:
Keywords: ReST, worksheet | Work issues:
answer questions, math formatting, lists, maybe absolute paths?
Report Upstream: Workaround found; Bug reported upstream. | Reviewers:
Nicolas ThiƩry, Jason Grout, Karl-Dieter Crisman, Jason Bandlow, John Palmieri
Authors: Pablo Angulo, Karl-Dieter Crisman | Merged in:
Dependencies: #11080, #11459 | Stopgaps:
------------------------------------------------------------+---------------
Comment (by kcrisman):
> > * As I suspected, intra-worksheets links are not respected.
>
> They are now
Good.
> > * Here's an even worse example of math not behaving right.
> That was solved by unindenting the list items one place, as proposed in
other place. Would not work if you have display math inside a nested list.
A solution was to place comments ".. end of MATH" after any display math
environment. I could do the same with lists and any other indentation-
dependent environment.
For now this fix is fine.
> > * This is just amusing.
> > {{{
> > arrow $\mapsto$ as "|-->").
> > }}}
> > becomes the same thing, so it doesn't turn back into {{{|-->}}},
the arrow! Not sure what to do about that; why didn't the greater than
sign just become a greater than sign when translated from html back?
Also, I thought that {{{|}}} was one of the characters you escaped, but
maybe this one escaped being escaped?
>
> Solved: now I replace those chars outside of LaTex as many times as
needed.
Yup, at the end. Good.
> > * Hyperlinks (to other sites, which do work) add an extra space on
either side. That looks ok if there isn't punctuation, but if there is,
it looks weird.
> > {{{
> > the `Sage website <http://www.sagemath.org/help.html>`_ , which
> > }}}
> > Note the space before the comma, which shows up in the built doc as
well.
>
> fixed
Ok.
Just a few more to look at, and then the regex checking...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10637#comment:84>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.