All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix for Fedora31
@ 2020-01-16 21:54 Akira Yokosawa
  2020-01-16 21:57 ` [PATCH 1/3] utilities/fixsvgfonts-urwps.sh: Use symbol font available on F31 Akira Yokosawa
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Akira Yokosawa @ 2020-01-16 21:54 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-19  5:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 21:54 [PATCH 0/3] Fix for Fedora31 Akira Yokosawa
2020-01-16 21:57 ` [PATCH 1/3] utilities/fixsvgfonts-urwps.sh: Use symbol font available on F31 Akira Yokosawa
2020-01-16 21:59 ` [PATCH 2/3] howto: Fix typo Akira Yokosawa
2020-01-17  3:36   ` Paul E. McKenney
2020-01-18 10:52     ` Akira Yokosawa
2020-01-18 19:42       ` Paul E. McKenney
2020-01-18 23:11         ` Akira Yokosawa
2020-01-19  5:46           ` Paul E. McKenney
2020-01-16 22:00 ` [PATCH 3/3] intro: " Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.