#17288: MathJax spkg for ipython notebook
-------------------------------------+-------------------------------------
       Reporter:  tmonteil           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  notebook           |   Resolution:
       Keywords:  mathjax notebook   |    Merged in:
        Authors:  Thierry Monteil    |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/tmonteil/mathjax_for_ipython_notebook|  
18345c73bfd832bd25b952e7a5428b9239866a02
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:28 tmonteil]:
 > Replying to [comment:20 jdemeyer]:
 > > Note that
 > > {{{
 > > if [ -d mathjax ] ; then
 > >     rm -rf mathjax
 > > fi
 > > }}}
 > > is entirely equivalent (assuming `mathjax` is never an ordinary file)
 to
 > > {{{
 > > rm -rf mathjax
 > > }}}
 > >
 > > So either simplify or fix that.
 >
 > The reason why i did that before was in case the user symlinked to her
 own mathjax install

 Side comment: even in that case, the commands
 {{{
 if [ -d mathjax ] ; then
     rm -rf mathjax
 fi
 }}}
 and
 {{{
 rm -rf mathjax
 }}}
 are equivalent: both delete just the symlink.

--
Ticket URL: <http://trac.sagemath.org/ticket/17288#comment:32>
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/d/optout.

Reply via email to