Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium Printing NeedsReview
New issue 1299 by [email protected]: Add different LaTeX output styles for inverse trig functions http://code.google.com/p/sympy/issues/detail?id=1299 There are many different ways of outputting inverse trigonometric functions. For example, asin can be outputted as: asin, arcsin or sin^-1. The attached patch allows for the style used by the LaTeX printer to be configurable, with the options being: abbreviated (default) => asin full => arcsin power => sin^-1 In the latter case special care needs to be taken if it is raised to a power (so asin(x**2)**2 for example). While I have tested it, reports are always welcome. More extensive unit tests to follow. Attachments: 0001-Support-multiple-output-styles-for-inverse-trig-func.patch 3.0 KB -- 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 -~----------~----~----~----~------~----~------~--~---
