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:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=NNfBsUaoE/SX/ojUdXaNKwFPRgbOjcsCw+QI7e+vGiD g3Y6aUhnuRqvE3usqJsHhP5TPGNvK2+7Imr1uxh/IcVR6NxILmpEagN8NJF5YtM8 qD6GabH0XALqep6h8TcfqmjK/+J81oYmY3MKIGqRoV7NKVTafdaZKzTCu0aI7xuI = 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:to:subject:in-reply-to:references :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=ZZooYxfPzYIzVuXedqZTiSTtplY=; b=d+Ims7D+vgGuvQe1b ajjvI7xnrzB3LZhMLhfXzruQumIQ3g8er8pZ0oa9Rqgt5tx9TBczCxgGNHazX92q YcsYNM0cWjgdDoD4ZQjOESEamlgZcuNK0pYAJnJwTTS2E4AC03GDuLnqjLZxTeWX IdEY0W5mOHokzJeo3fToEHU+2k= 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-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:2486, H*r:4300, posts X-HELO: mail-pl1-f172.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:in-reply-to:references:message-id:mime-version :content-transfer-encoding; bh=G4tc3l84gSrSeJWAjNFg9IklarECCdqg66v0p68J6lI=; b=Ph0B+zrWH33g0sr2chfS2uJAjihL0rw7nKk0T4HF56QTvmumVd13fTktHTJVwVjpY9 tkFd6kaZuvmAvN4lQcagzhKHWGhZGCdPUH//Kqov1FFhfAvP27B6ScGwWhuGRaM0zlvL MJUuxAhb1DJeROXg0UTpnqUfuJWH39vfNDwBcs1hBgM+VY4zKW5G6aeg3M+XXH+8DF5e ZijzMvoHTwdZpNJr9DPF7n0zOLnhGjE3uLXC2+Zcr9H0n72baYx8sapqB6Vf7ux3if5D o7WR+d0YhzmTx1iXdyGbH2mWdVHV9aXs4eDjWRPOift2PS/pkO3AcKbb66p0NUvegf26 o40Q== Date: Sun, 24 Nov 2019 23:06:52 +0900 From: Lemures Lemniscati To: cygwin AT cygwin DOT com Subject: Re: Asymptote with option '-tex lualatex' makes an unexpected shift In-Reply-To: <99765173-2411-ae7f-e808-fa014f05c023@cornell.edu> References: <6aade476-9962-19ce-0881-00369631104a AT cornell DOT edu> <99765173-2411-ae7f-e808-fa014f05c023 AT cornell DOT edu> Message-Id: <20191124230650.E52E.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id xAOE7X5F013606 Date: Sat, 23 Nov 2019 23:15:04 +0000 From: Ken Brown > On 11/22/2019 7:53 PM, Ken Brown wrote: > > On 11/22/2019 7:24 AM, Lemures Lemniscati wrote: > >> Hi! And thank you for maintaining many packages! > >> > >> I've experienced a situation: > >> > >> Asymptote with option '-tex lualatex' makes an unexpected shift. > >> (I've installed all the texlive packages by setup*.exe.) > >> > >> I opened an issue on its main stream https://github.com/vectorgraphics/asymptote/issues/123 > >> > >> But No one seems to reproduce it. > >> I don't know whether it is an issue only on cygwin or not. > >> > >> Does anyone have a good idea? > > > > I can reproduce this, both with Cygwin's TeX Live packages and with native TeX > > Live on Cygwin, installed by following the instructions at > > > > https://www.tug.org/texlive/acquire-netinstall.html > > > > starting with downloading install-tl-unx.tar.gz. > > > > But I'm not yet convinced that this is a Cygwin issue. Bowman said he couldn't > > see a difference between the two PDFs, but maybe he didn't know what to look > > for. He didn't respond to your posts in which you supplied the two PDFs. I'd > > like to try this myself on Linux before I conclude that it's a Cygwin issue. > > I just tested this on Ubuntu 18.04 (which provides TeX Live 2017), and I saw the > same shift. So it's not a Cygwin issue. > > FWIW, the intermediate files lualatex_.tex differ in exactly one place between > the good (without luaotfload-main.lua) and bad (with luaotfload-main.lua) cases: > > $ diff -u lualatex_with_luaotfload-main/lualatex_.tex > lualatex_without_luaotfload-main/ > --- lualatex_with_luaotfload-main/lualatex_.tex 2019-11-18 05:01:29.000000000 -0500 > +++ lualatex_without_luaotfload-main/lualatex_.tex 2019-11-18 > 05:02:07.000000000 -0500 > @@ -57,5 +57,5 @@ > \definecolor{ASYcolor}{gray}{0.000000}\color{ASYcolor} > \fontsize{12.000000}{14.400000}\selectfont > \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}% > -\ASYalign(15.767569,15.767569)(-0.500000,-0.260156){\TeX}% > +\ASYalign(15.767569,15.767569)(-0.500000,-0.264452){\TeX}% > \end{document} > > I don't know if this difference accounts for the shift. > Thank you for testing. The difference above seems irrelevant to the horizontal shift. But, I have no idea... And I've requested to reopen the issue https://github.com/vectorgraphics/asymptote/issues/123#issuecomment-557890681 -- Lem -- 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