diff options
author | Masamichi Hosoda <trueroad@trueroad.jp> | 2015-08-09 11:27:52 +0900 |
---|---|---|
committer | Masamichi Hosoda <trueroad@trueroad.jp> | 2015-08-17 21:18:44 +0900 |
commit | a2e1144104e4276901185a1d52dbfe61ddb12609 (patch) | |
tree | fca248edd966293a951c66cba82542b53ffdd570 | |
parent | 36df1215ecce2ae57e6ed954daafe78b58d68856 (diff) |
Issue 952 / 5: Update required font package names in Unicode demonstration
To compile Unicode demonstration .ly files,
Linux Libertine fonts (Latin, Cyrillic, Hebrew)
and IPA fonts (Japanese) are required.
-rw-r--r-- | Documentation/snippets/new/utf-8.ly | 12 | ||||
-rw-r--r-- | input/regression/utf-8.ly | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/snippets/new/utf-8.ly b/Documentation/snippets/new/utf-8.ly index 3c01dbf237..2788c3cf08 100644 --- a/Documentation/snippets/new/utf-8.ly +++ b/Documentation/snippets/new/utf-8.ly @@ -24,14 +24,14 @@ You may have to install additional fonts. Red Hat Fedora - taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ - ttfonts-zh_CN fonts-ja fonts-hebrew + linux-libertine-fonts (Latin, Cyrillic, Hebrew) + ipa-mincho-fonts ipa-gothic-fonts (Japanese) -Debian GNU/Linux +Debian GNU/Linux, Ubuntu + + fonts-linuxlibertine (Latin, Cyrillic, Hebrew) + fonts-ipafont (Japanese) - apt-get install emacs-intl-fonts xfonts-intl-.* \ - ttf-kochi-gothic ttf-kochi-mincho \ - xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi %} % Font settings for Cyrillic and Hebrew diff --git a/input/regression/utf-8.ly b/input/regression/utf-8.ly index 44a716e800..ae9742f1a2 100644 --- a/input/regression/utf-8.ly +++ b/input/regression/utf-8.ly @@ -8,14 +8,14 @@ You may have to install additional fonts. Red Hat Fedora - taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ - ttfonts-zh_CN fonts-ja fonts-hebrew + linux-libertine-fonts (Latin, Cyrillic, Hebrew) + ipa-mincho-fonts ipa-gothic-fonts (Japanese) -Debian GNU/Linux +Debian GNU/Linux, Ubuntu + + fonts-linuxlibertine (Latin, Cyrillic, Hebrew) + fonts-ipafont (Japanese) - apt-get install emacs-intl-fonts xfonts-intl-.* \ - ttf-kochi-gothic ttf-kochi-mincho \ - xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi %} \header { |