See https://code.google.com/p/sympy/issues/detail?id=3789. If that were fixed, this would be trivial. It's probably an easy thing to fix too, if you want to give it a shot.
Aaron Meurer On Tue, Jul 2, 2013 at 5:42 PM, Ondřej Čertík <[email protected]> wrote: > Hi Ben, > > On Fri, Jun 28, 2013 at 2:01 AM, Ben Lucato <[email protected]> wrote: >> As the question states - is there any way to write log bases in latex, >> rather than just writing "log"? > > Can you be more specific? Are you thinking of writing > > \log_10(x) > > for things like log(x, 10) ? I don't think that's currently possible, > because log(x, 10) gets converted to log(x)/log(10). > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
