Comment #9 on issue 1282 by ondrej.certik: missing \times in latex output http://code.google.com/p/sympy/issues/detail?id=1282
Use "git am ~/0001-Tests-for-latex-.-mul_symbol-added.patch", this will apply the patch+log+name. yes, it is possible to use just one git repository, you just have to create a new branch (git co -b new_branch), if you want, come to #sympy at freenode, I'll teach you how to do it. If you commit those two patches (using git am), you can then just fix it and either: 1) git commit, this will create a third commit 2) git commit --amend, this will append your changes to the latest commit (which happens to be yours) then do git format-patch -2 (or -3, depending on how many commits you want to export) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" 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/sympy-issues?hl=en -~----------~----~----~----~------~----~------~--~---
