From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: Re: [PATCH] doc: Ask user to install extra packages to display non-English alphabets. Date: Wed, 18 Nov 2015 02:46:55 +0800 Message-ID: References: <20151117001132.557bbd8f@debian> <87mvuc7gjd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZylHN-0007Iq-02 for guix-devel@gnu.org; Tue, 17 Nov 2015 13:46:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZylHM-00071J-6D for guix-devel@gnu.org; Tue, 17 Nov 2015 13:46:56 -0500 In-Reply-To: <87mvuc7gjd.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org Hi, > diff --git a/doc/guix.texi b/doc/guix.texi > index 3b6955c..61e3445 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -1000,6 +1000,17 @@ to display fonts, you will have to install fonts with Guix as well. > Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and > @code{font-gnu-freefont-ttf}. > > +To display text written in Chinese languages, Japanese, or Korean in > +graphical applications, consider installing > +@code{font-adobe-source-han-sans} or @code{font-wqy-zenhei}. The former Perhaps we could change `or` to `and/or`, since some packages only work with one font but not another, e.g. Icecat. > +has multiple outputs, one per language family (@pxref{Packages with > +Multiple Outputs}). For instance, the following command installs fonts > +for Chinese languages: There are two sets of Chinese characters, Simplified Chinese and Traditional Chinese. cn is Simplified Chinese used in Mainland and tw is Traditional Chinese used in Taiwan/HK/Macau. So I think `Chinese Language` should be changed to `Simplified Chinese`, what is your idea? > + > +@example > +guix package -i font-adobe-source-han-sans:cn > +@ene example > + > @c TODO What else? > Otherwise, this looks great to me as well. Cheers, Alex