]> git.lyx.org Git - features.git/commit
Implement computation of spacing according to the TeXBook
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 22 Aug 2016 12:15:28 +0000 (14:15 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 16 Nov 2016 14:21:52 +0000 (15:21 +0100)
commitf6df4e7985a8e35e3603445f9f6ee8c569d95aba
tree4237e8193bc8e194f78a71d91d51b25992431e77
parent361bd53bc36da61c6abfc2e0b7b7c7294800bbd9
Implement computation of spacing according to the TeXBook

This implements the relevant math typography rules described in the
Appendix G of the TeXbook. More precisely, for each atom

  + the class is computed by implementing rules 5 and 6 of Appendix G

  + the spacing is computed according to the table p. 170

This code is not used at this point.
src/mathed/MathClass.cpp
src/mathed/MathClass.h
src/mathed/MathSupport.cpp