]> git.lyx.org Git - features.git/blob - src/mathed/BUGS
fb2938324a06435837025000823366ebc53147c0
[features.git] / src / mathed / BUGS
1 Álvaro Tejero Cantero <alvaro@antalia.com>
2
3 - I suggest creating a different "kewybinding namespace" for the formulas,
4  since you could put to good use all those keybindings from the menu (M-?,
5  C-?) thath currently do their job PLUS getting you out of the formula.
6  Seriously, it'd be great to have more keys free, so M-d t would be time
7  derivative and M-d ? derivative with respect to the variable ?. And so on.
8
9    Flattening macros. Sometimes it's annoying the fact that once you have
10  written a macro, you can't touch at it's "constant parts". I call flattening
11  to the process of substituting all macros with LaTeX code.
12
13    Task: designing a macro substitution system that reads from a file
14  (possibly the same file as the document's) the macros and parses the document
15  doing the appropriate replacements
16
17   This is very useful, because sometimes you have a big expression in a macro
18  and you want to change an index only. What do you do then?. You retype
19  everything (perhaps several times in the document) or you create extremely
20  generic and parametrizable macros that aren't very fast to fill in the
21  majority of cases.