Enrico Forestieri 261e7ae9ce Strike out (in the output) deleted display math with track-changes
Showing deleted display math by enabling "Show Changes in Output" was
only possible with dvi (through dvipost). Although LyX strikes out
such formulas on screen, it was impossible obtaining an output
directly using pdflatex (or other engines producing pdf) because
ulem cannot cope with display math material and gives errors.
The solution is to strike out by ourselves such deleted formulas.
I took into account several options. One of them would produce
an output similar to dvipost (which strikes out each element), but
would have required much more changes in the output routines.
Eventually, I opted for using tikz, which gives a more clean
output (as it requires to simply adding a preamble and a postamble
to the latex code of any displayed math, instead of a mark up
tailored to each particular math construct). The look of the pdf
output is similar to the way LyX strikes out the equations on screen.
2016-10-17 03:25:35 +02:00
..
2016-06-16 20:39:32 +02:00
2016-09-23 23:39:48 +02:00
2016-10-14 11:08:04 +02:00
2016-10-06 01:11:49 +02:00
2016-10-14 11:08:04 +02:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-10-06 01:11:49 +02:00
2016-06-13 08:46:15 +01:00
2016-05-29 17:55:55 -04:00
2016-10-05 01:31:14 +02:00
2013-05-23 22:12:29 -07:00
2015-08-23 11:47:37 +02:00
2015-08-23 11:47:37 +02:00
2013-05-25 16:38:20 -07:00
2016-10-14 11:08:04 +02:00
2016-06-13 08:46:15 +01:00
2016-10-06 01:11:49 +02:00
2016-10-14 11:08:04 +02:00
2016-06-13 08:46:15 +01:00
2016-06-13 08:46:15 +01:00
2016-05-29 17:55:55 -04:00
2014-11-30 12:52:01 +01:00
2016-09-23 23:39:48 +02:00
2016-08-30 17:21:18 +02:00
2016-08-30 17:21:18 +02:00
2016-07-03 19:41:04 +02:00
2016-09-25 01:11:16 +02:00
2016-06-16 20:39:32 +02:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)