On Sat, Jun 25, 2016 at 10:23:57AM +0200, Scott Kostyshak wrote: > commit 3f9335548872c028fcc6eea9997040c500683b19 > Author: Scott Kostyshak <skost...@lyx.org> > Date: Sat Jun 25 03:26:16 2016 -0400 > > Change \it to \mathit in Math.lyx > > On TeX Live 2016, Math.lyx gives an error when compiling with > pdflatex. On TeX Live 2015, Math.lyx compiles but the log gives the > following warning: > > Usage of deprecated font command `\it'!
Note that this is the output produced by maxima, which does use \it instead of \mathit. Moreover, the formula is wrong as log(-1) should really be log(4). > This commit amends 67e45aa3. > --- > lib/doc/Math.lyx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx > index e60a960..4b37933 100644 > --- a/lib/doc/Math.lyx > +++ b/lib/doc/Math.lyx > @@ -34254,7 +34254,7 @@ One can also use standard commands known to CAS: > \begin_layout Itemize > > \change_inserted 5863208 1465782942 > -\begin_inset Formula > $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\it > i_{1}}=0}^{\infty}{\frac{4^{-{\it i_{1}}-1}\,\left(x-1\right)^{{\it > i_{1}}+1}}{{\it i_{1}}+1}}-\log\left(-1\right)$ > +\begin_inset Formula > $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit > i_{1}}=0}^{\infty}{\frac{4^{-{\mathit i_{1}}-1}\,\left(x-1\right)^{{\mathit > i_{1}}+1}}{{\mathit i_{1}}+1}}-\log\left(-1\right)$ > \end_inset > > -- Enrico