search for: arrowhorizex

Displaying 4 results from an estimated 4 matches for "arrowhorizex".

2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit : > Hi > > I have created an R branch that contains a potential fix ... > > https://svn.r-project.org/R/branches/R-symfam/ > > This allows, for example, ... > > cairo_pdf(symbolfamily="OpenSymbol") > > ... to specify that the OpenSymbol family should be used as the > "symbol" font
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...sting in standard unicode fonts You need to use correct Unicode values for things to work: Ux239? for parenthesis, brackets https://www.unicode.org/charts/PDF/U2300.pdf > F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS) > F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS) and 23AF/23D0 for arrow extensions (though arrow font support seems messy, probably because it sees little use; it?s a pity R comes so late to the party, those are just lines, it would have been trivial to get them into DejaVu before the project gone dormant). GFS NeoHellenic (Math block) se...
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...FT PAREN EXTENDER # parenleftex (CUS) F8ED E8 # LEFT PAREN BOTTOM # parenleftbt (CUS) Even OpenSymbol is missing a few (though perhaps not very common ones) ... F8E5 60 # RADICAL EXTENDER # radicalex (CUS) F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS) F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS) F6DA D2 # REGISTERED SIGN SERIF # registerserif (CUS) F6D9 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS) F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS) F8E8 E2 # REGISTERED SIGN SANS SERIF # registersans (CUS) F8E9 E3 # COPYRIGHT SIGN SANS SERIF # copyrightsans (CUS) F8EA E4 # TRAD...
2020 Mar 31
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...> You need to use correct Unicode values for things to work: > Ux239? for parenthesis, brackets > > https://www.unicode.org/charts/PDF/U2300.pdf > >> F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS) >> F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS) > > and 23AF/23D0 for arrow extensions (though arrow font support seems > messy, probably because it sees little use; it?s a pity R comes so late > to the party, those are just lines, it would have been trivial to get > them into DejaVu before the project gone dormant). GFS Ne...