]> git.lyx.org Git - features.git/blob - src/mathed/BUGS
Cleanup mathes/BUGS (#3493)
[features.git] / src / mathed / BUGS
1 Álvaro Tejero Cantero <alvaro@antalia.com>
2
3    Flattening macros. Sometimes it's annoying the fact that once you have
4  written a macro, you can't touch at it's "constant parts". I call flattening
5  to the process of substituting all macros with LaTeX code.
6
7    Task: designing a macro substitution system that reads from a file
8  (possibly the same file as the document's) the macros and parses the document
9  doing the appropriate replacements
10
11   This is very useful, because sometimes you have a big expression in a macro
12  and you want to change an index only. What do you do then?. You retype
13  everything (perhaps several times in the document) or you create extremely
14  generic and parametrizable macros that aren't very fast to fill in the
15  majority of cases.