X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FREADME;h=d2ad10a30996b0a4fbf4e7eae70abfaa10a72e08;hb=cd03e2b7db8379a91f3d31eac2c5bc25b159c541;hp=d23b8610d5c68585b46b588055f6bcf965d67cb0;hpb=ebe6d25126e220495d37140bde23dcc64bf4a8d9;p=lyx.git diff --git a/src/mathed/README b/src/mathed/README index d23b8610d5..d2ad10a309 100644 --- a/src/mathed/README +++ b/src/mathed/README @@ -3,22 +3,22 @@ Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]' Inset hierarchy: - - MathInset + + MathInset (abstract base) / | \ Dim Char MacroArg - (thing that need (for things formerly - the width_/ascent_ known as characters) + (thing that need (for things formerly + the width_/ascent_ known as characters) /descent_ cache) - + / \ Nest Dots Func Space Symbol Bigop Noglyph - (for thing with - nested content) + (for thing with + nested content) | \ @@ -33,5 +33,5 @@ Inset hierarchy: There are only two "real LyXInsets" in here: -Formula - containing a pointer to a MathHullInset +Formula - containing a pointer to a MathHullInset FormulaMacro - containing a pointer to a MathMacroTemplate