commit 3f9335548872c028fcc6eea9997040c500683b19
Author: Scott Kostyshak <[email protected]>
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'!
    
    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
 
 

Reply via email to