commit 3cecd4d39352454ec2cea07f23c9eb1efb83d787
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Sat Jun 25 19:37:15 2016 -0400

    Remove \it and other oldfonts from math completion
    
    \it and the other oldfont commands are deprecated and the new forms
    (e.g. \mathit) should be used instead. The old forms can lead to a
    warning in TeX Live 2015 and an error in TeX Live 2016.
    
    Note that with this commit only affects completion, so LyX still
    supports displaying e.g. \it in math if the user enters it without
    completion.
    
    This is consistent with 24d01111.
    
    Thanks to Guillaume for the patch.
---
 lib/symbols |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/symbols b/lib/symbols
index 279e64e..5e1e943 100644
--- a/lib/symbols
+++ b/lib/symbols
@@ -133,11 +133,11 @@ ce                font        forcetext
 cf                font        forcetext
 
 # old-style font commands
-bf                oldfont     none
-cal               oldfont     none
-it                oldfont     none
-rm                oldfont     none
-tt                oldfont     none
+bf                oldfont     none    hiddensymbol
+cal               oldfont     none    hiddensymbol
+it                oldfont     none    hiddensymbol
+rm                oldfont     none    hiddensymbol
+tt                oldfont     none    hiddensymbol
 
 # matrix environments
 Bmatrix           matrix      none

Reply via email to