X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:in-reply-to
	:references:subject:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=BwqSIRsg5oG2UZWA
	H5bL/HS9LM0BDbzsX+5xJjys2ynizM76Ma/HzqaOQeEg2lMkFutjYRh1YY5OdI6s
	UctyaY6LfyUQweQ7kZfH692tOGumuB7M49G0r6+EwfA3qVzg30PJAs3G/aocPvC8
	CXxWrUi2c61UY+TV4NOzuvd/vUk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:in-reply-to
	:references:subject:mime-version:content-type
	:content-transfer-encoding; s=default; bh=WHC/Z1BouetGPcAFJfRkee
	IRCD8=; b=Y6SJzxchKMqocL+T0NZasv9JlLT7zkMW6bCCDYdo7b4i5bWhlWa6Va
	DZFmZuUM+pDY+OTRjpiWDiI7tmXC1F+E45fRVqtNc0aiITdEz7rv2/K+qEioxn2M
	Q9uveEqQEA0DTuca22hDKbiXOPyqUFoJi3BsNNCbcba7yJCtrJLas=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: nm24-vm4.bullet.mail.gq1.yahoo.com
Date: Sat, 8 Nov 2014 22:20:14 +0000 (UTC)
From: phil rosenberg <philip_rosenberg@yahoo.com>
Reply-To: phil rosenberg <philip_rosenberg@yahoo.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Message-ID: <316351280.42690.1415485214841.JavaMail.yahoo@jws10795.mail.gq1.yahoo.com>
In-Reply-To: <1683727377.37806.1415484238303.JavaMail.yahoo@jws10782.mail.gq1.yahoo.com>
References: <1400149071.39892.1415483890975.JavaMail.yahoo@jws10773.mail.gq1.yahoo.com> <1683727377.37806.1415484238303.JavaMail.yahoo@jws10782.mail.gq1.yahoo.com>
Subject: Re: Latex font problem
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hi
I have discovered what I think is a tex/latex font problem. I am a developer for Plplot and we use docbook for building our documentation. I have been trying to get this to build correctly on Cygwin. The documentation uses the FreeFont fonts and these seem to be installed by the texlive-collection-fontsextra package. However, the documentation still would not build. After some more checking and looking into how fonts work on Linux and Cygwin I found that I needed to make the fonts available to fontconfig by adding the directory /usr/share/texmf-dist/fonts/ to a /etc/fonts/local.config file (along with the xml header copied from /etc/fonts/fonts.config).

Basically my question is, should the fonts in this folder be made available to fontconfig during install? There are a number of ways to do this it seems - probably adding a config file somewhere and then adding a symlink to it in /etc/fonts/conf.d seems most sensible. Alternatively are these fonts not made available to fontconfig by design?

Thanks in advance

Phil

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

