From 3cecd4d39352454ec2cea07f23c9eb1efb83d787 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 25 Jun 2016 19:37:15 -0400 Subject: [PATCH] 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 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/symbols b/lib/symbols index 279e64ecf0..5e1e9437d3 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 -- 2.39.5