Displaying 3 results from an estimated 3 matches for "gdouro".
Did you mean:
douro
2020 Mar 25
3
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Dear list
On Fedora 31 the pango library has recently updated to version >= 1.44
and in doing so has switched to using the HarfBuzz library (from
FreeType) and dropped Adobe Type 1 font support. This causes problems
with plotmath as all bar one of the glyphs doesn't render (see
attached PNG image if it makes it through the list filters - if not I
have shared a copy via my google drive:
2020 Mar 25
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...at lists.fp.o to CC. A workaround is to avoid using PS fonts
for symbols. If you run the following, you'll see
$ fc-match Symbol
StandardSymbolsPS.t1: "Standard Symbols PS" "Regular"
So let's change this. Install a TTF symbol font, such as Symbola:
$ sudo dnf install gdouros-symbola-fonts
Then add the following to /etc/fonts/local.conf (system-wide) or
~/.fonts.conf (just for your user):
<fontconfig>
<match target="pattern">
<test name="family"><string>Symbol</string></test>
<edit name="family" m...
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
On Mon, 30 Mar 2020 at 22:41, Paul Murrell <paul at stat.auckland.ac.nz> wrote:
>
> Hi
>
> On 30/03/20 10:43 pm, I?aki Ucar wrote:
> > On Mon, 30 Mar 2020 at 04:24, Paul Murrell <paul at stat.auckland.ac.nz> wrote:
> >>
> >> Hi
> >>
> >> I have created an R branch that contains a potential fix ...
> >>
> >>