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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=HpAHcdzWw8MMXk3vSKE5hNPKGTP6uihA6vVz5Kz8QpP
	Mkc4DPO1leWKVCNB4Bdlwr+MEftIqAG7ZLfZKc62213kJ/n59DU1tKMe8MLKkodI
	a4z3vUoQfVF4GoQB+L9i71dDOIpC6locL2KZIqqHNANz9YbLpk5DIZzcN6wG+ZDA
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=dzCiLskTGvShRXslyIXTUF6TtcI=; b=VE4pQ1QaYTAGGITiH
	AY601JhPfSYeAGz1Iy3eppO3/EjRnTauhed47bzRowkB8EBl+Ds/6t7sgpD6CO1W
	K62gwOJ2rRZMl4U/2iADAcCW3+Shfo4fKEX2jcw9DpGDP8o9f8hiy5G8GrVsjdH+
	tBSc7U5gIlllj7IjbbeAG6YzZk=
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
X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.1
Message-ID: <51916354.8080805@etr-usa.com>
Date: Mon, 13 May 2013 16:04:04 -0600
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: Cygwin manpages clobbered
References: <5F8AAC04F9616747BC4CC0E803D5907D0AF787B3@MLBXv04.nih.gov> <518C55BD.7020807@etr-usa.com> <20130510041245.GA3019@ednor.casa.cgf.cx> <518CC275.2060207@etr-usa.com> <518D8085.8020203@tlinx.org>
In-Reply-To: <518D8085.8020203@tlinx.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

On 5/10/2013 17:19, Linda Walsh wrote:
> the PDF code font is less than optimal..

The current doco PDFs are generated through dblatex, via xmlto.  I don't 
know if it's possible to reach through two generators to affect final 
output fonts.

I suspect part of this is due to the weirdness of fonts on *ix systems 
in general.  You wouldn't expect dblatex to be able to go and grab, say, 
the native Consolas font from Windows.  And even if someone did the work 
to make that happen, it would fail when you built the manuals on Linux.

I know how to fix this when you generate PDF from DocBook via XSL-FO 
(e.g. xsltproc and Apache FOP) but that brings in its own bag of 
problems.  For one biggie, all the XSL-FO processors depend on Java.

I've added an item to look into this to the new winsup/doc/Wishlist file.

--
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

