diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2019-05-27 00:12:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2019-06-13 05:11:25 +0200 |
commit | 93eeaf0ad902214fb6b4205606b24046a458ee45 (patch) | |
tree | 8b124795dd6c6aec34e9f6f8886e6a80b7b01086 /starmath/inc/strings.hxx | |
parent | 5e6af47dc87a55fea595c952ea3e59c93d0620db (diff) |
tdf#120047 Support attribute harpoon/wideharpoon in Math
... for an alternative style of vectors.
They are vec/widevec analogs but with COMBINING RIGHT HARPOON ABOVE
(U+20D1). The new attribute names are deliberately long in order to
make fewer accidental collisions with variable names in formulae of
exising documents.
This also adds a glyph uni20D1 to OpenSymbol.
Change-Id: I31666e57808aa0e0327500916d3b862549891886
Reviewed-on: https://gerrit.libreoffice.org/72987
Tested-by: Jenkins
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/strings.hxx')
-rw-r--r-- | starmath/inc/strings.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx index beeb1519730c..ba7826a3dd75 100644 --- a/starmath/inc/strings.hxx +++ b/starmath/inc/strings.hxx @@ -158,6 +158,7 @@ #define RID_HATX "hat <?> " #define RID_TILDEX "tilde <?> " #define RID_VECX "vec <?> " +#define RID_HARPOONX "harpoon <?> " #define RID_UNDERLINEX "underline {<?>} " #define RID_OVERLINEX "overline {<?>} " #define RID_OVERSTRIKEX "overstrike {<?>} " @@ -249,6 +250,7 @@ #define RID_WIDEHATX "widehat {<?>} " #define RID_WIDETILDEX "widetilde {<?>} " #define RID_WIDEVECX "widevec {<?>} " +#define RID_WIDEHARPOONX "wideharpoon {<?>} " #define RID_HBAR "hbar " #define RID_LAMBDABAR "lambdabar " #define RID_LEFTARROW "leftarrow " |