Hi Paul, I recently noticed that on Fedora 31, there are a few .svg figures which don't look they should do. It turned out that Fedora 31 upgraded pango to 1.44, which doesn't support type1 fonts. StandardSymbolsPS.t1 we used as an alternative font for Symbol on Fedora no longer works. Patch 1/3 updates fixsvgfonts-urwps.sh to use "MdSymbol" font instead, with the existence check of the font added in Makefile. It also removes a couple of unnecessary rules around symbol fonts in fixfonts.sh and its derivatives. By this change, numbers in Figures 14.5, 14.7, and 14.9 become sans-serif on Ubuntu, which look more consistent. Patches 2/3 and 3/3 are independent "fixes" of possible typos. I'm not sure they are the right fixes, though. They are more like reminders to show you where I couldn't figure the grammatical structure. Thanks, Akira -- Akira Yokosawa (3): utilities/fixsvgfonts-urwps.sh: Use symbol font available on F31 howto: Fix typo intro: Fix typo FAQ-BUILD.txt | 3 ++- Makefile | 11 ++++++++++- howto/howto.tex | 2 +- intro/intro.tex | 2 +- utilities/fixfonts-urwps.sh | 5 +---- utilities/fixfonts.sh | 4 +--- utilities/fixsvgfonts-urwps.sh | 8 +++----- utilities/fixsvgfonts.sh | 4 +--- 8 files changed, 20 insertions(+), 19 deletions(-) -- 2.17.1