#8255: update SageTeX spkg to 2.2.3.p0 to fix spkg-check script
--------------------------+-------------------------------------------------
   Reporter:  ddrake      |       Owner:  tbd         
       Type:  defect      |      Status:  needs_review
   Priority:  major       |   Milestone:  sage-4.3.3  
  Component:  spkg-check  |    Keywords:              
     Author:  Dan Drake   |    Upstream:  N/A         
   Reviewer:              |      Merged:              
Work_issues:              |  
--------------------------+-------------------------------------------------

Comment(by mvngu):

 I had something like this in mind:
 {{{
 #!diff
 diff -r 2d39ee3a7530 -r e739e330a66a spkg-check
 --- a/spkg-check
 +++ b/spkg-check
 @@ -29,8 +29,7 @@
      fi
  }

 -if [ "$(which latex)" && "$(kpsewhich tkz-berge.sty)" ]
 -then
 +if [ "$(which latex)" ] && [ "$(kpsewhich tkz-berge.sty)" ]; then
      cd src

      typeset example.tex
 }}}
 It would be good if the ticket number is referenced in the hg log.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8255#comment:6>
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.

Reply via email to