X-Recipient: archive-cygwin AT delorie DOT 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=pzBNNwJYpMpD2Gtg Qhjh2TmGeuvwdVai9sW3r36sXe1nB+MhpvcV+uz2hWZ9IbfZa2VaZKedIHpLRiSg Omkt2hEEMzHdj7pUC1HsGSKLxRYc0x45Rl4m88np8bRNPantcTs1x7bEvvJF5DQD GjALXmZ1wdlzKQe4IiRDMtDxhFI= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=7kDC2N7p63k4c5vtuxYMeA 5I6zU=; b=jl/FowFDoNKOuczCV+oIVApvIzEH1oymAv6zBrr0tvmeRXn2KhXC5l AOAsU3kE6ZeFlr2ODT30kJFNwSXEAzwXvgu0Wai2o7iF7gcKOy+IH3saV5jaCGAM Pm34sUn0sneEcmBue/tHXv6VALsRGxtL+9D7tcsma10wYHkEVSxrg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:may, H*r:forged, H*r:ip*192.168.1.3, Lemniscati X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Please enable cid-x.map in dvipdfmx.cfg when installing texlive-langjapanese To: cygwin AT cygwin DOT com References: <20170507091726 DOT C00B DOT 50F79699 AT gmail DOT com> From: Ken Brown Message-ID: Date: Sun, 7 May 2017 09:37:31 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170507091726.C00B.50F79699@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes On 5/6/2017 8:17 PM, Lemures Lemniscati wrote: > Hi! > > I've just updated with the latest packages texlive-*-20170412-1, > > Thank you for maintaining and updating TeX Live for cygwin. > > When we use dvipdfmx with Japanese fonts, we might encounter warnings/fatal: > >> dvipdfmx:warning: Could not locate a virtual/physical font for TFM "gbm". >> dvipdfmx:warning: >> There are no valid font mapping entry for this font. >> dvipdfmx:warning: >> Font file name "gbm" was assumed but failed to locate that font. >> dvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF output... > > To avoid them, we'd need this change: > > --- /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg 2017-05-07 > 08:00:30.790411600 +0900 > +++ /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg 2017-05-05 06:03:31.000000000 +0900 > @@ -215,7 +215,7 @@ > %f psfonts.map > > %% Put additional fontmap files here (usually for Type0 fonts) > -%f cid-x.map > +f cid-x.map > > % the following file is generated by updmap(-sys) from the > % KanjiMap entries in the updmap.cfg file. > > But the file 'usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg' is packaged in > texlive-collection-basic-20170412-1.tar.xz > > > So please put some codes like this into > 'etc/postinstall/texlive-collection-langjapanese.sh' > if it doesn't cause unwanted effects. > > > cp /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg \ > /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg.orig > sed -e 's/^\%f cid-x\.map/f cid-x\.map/' \ > /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg.orig \ > > /usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg > > > And we might need a preremove script for reverting the change... Thanks for the report. I'll fix this for the next release. Ken -- 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