Re: LaTeX definitions of greyedout and lyxdeleted

2024-06-12 Thread Enrico Forestieri
On Wed, Jun 12, 2024 at 09:15:35PM +0300, Udicoudco wrote: Hello all, lyxdeleted is a macro used to mark deleted parts of text when using "show changes in output" in track changes. Instead of directly using \sout there is another helper macro, \mklyxsout, which is defined as \DeclareRobustComma

LaTeX definitions of greyedout and lyxdeleted

2024-06-12 Thread Udicoudco
Hello all, lyxdeleted is a macro used to mark deleted parts of text when using "show changes in output" in track changes. Instead of directly using \sout there is another helper macro, \mklyxsout, which is defined as \DeclareRobustCommand{\mklyxsout}[1]{\ifx\\#1\else\sout{#1}\fi} If I'm understand