diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /lib/kformula/README | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kformula/README')
-rw-r--r-- | lib/kformula/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/kformula/README b/lib/kformula/README new file mode 100644 index 00000000..5cd97995 --- /dev/null +++ b/lib/kformula/README @@ -0,0 +1,45 @@ + +This is the new kformula library. It's used by the kformula part and kword. + +To test the library do +make kformulatest +./kformulatest + +Supported actions include: + +Ctrl-O open (to "test.xml") +Ctrl-S save (from "test.xml") +Ctrl-M open (from "mathml.xml") +Ctrl-Q quit + +Ctrl-Z undo +Ctrl-Shift-Z redo + +Ctrl-X cut +Ctrl-C copy +Ctrl-V paste +Ctrl-A selectAll + +--- + +Ctrl-U upper index (symbol/root) +Ctrl-L lower index (symbol) + +Ctrl-1 sum +Ctrl-2 product +Ctrl-3 integral +Ctrl-4 root +Ctrl-5 fraction +Ctrl-6 matrix +Ctrl-D, Ctrl-R remove enclosing element +Ctrl-G make current letter a greek one + +^, _, Ctrl-^, Ctrl-_ standart indexes +(, [, | brackets + +Text, numbers and operators are supported as well. + +Please note that the key bindings are for testing only. The library +is meant to be used with KActions. Look at KFormulaDocument::createActions. + +See DESIGN to know the structure of the formulas |