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:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=pYq m0umBdNIphTGnV6P+mqcoCSBaG71uN0S8nGAyP5/XLwhZGKATKuaMpFZXy/Wcw5c +yNYE6sNZiAEaCkmVxyHUiNtTe2lYM6R7s7q9mzRaBgTrbuYTvWS3iI+ks5Mr0YO 5nK9YjDGn0Ei2m97As2L3WcmkMj3pzbCNWQItqLI= 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:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=riNUMk2h6 syPo3sq9xpNyjKj9RI=; b=RYlsWaA33CzxL+nG8DqmkqgKFgFeMYJx05ntbQbUc Kb6xCLKOdDa6G0fe5TD7/zClL5EVjCjvqcedG2WDMZLta83KIKgfOC7ExWShjDJE fz7dONZOJw5IDq4wBpwOa+p/ob1j/VxcRSdW7GMA+J1W83HooylZUS34kCdHPW3c YQ= 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=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=opened X-HELO: mail-pj1-f51.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=sdNBp/5k3WrKbyODgz5tKcGFAfTVLr+CDd5fgbQs+/Y=; b=hQFkXjUxsgruRJjjB4eiKg+b52LFjSPNyr1moULknASmeliH/H5QAuexJpjcFCJtNf DpSY6j7kRIrYD2iHebPjnixfZ95Rr89cf+7/i+YAoHmre/ooxxX1Q5BaGH3hmglZ9tmp tS072P/2We3PE9iuBQvGLniAYtQonr4ecjRi6wPUj8Sa7J+TZQVqXnI9w2W6yPVIVike Q9YaEgT9rKmP5ytwEqsbSdbz+dnPgMRMwsGNAJqNzFsMtU0mnvlevFG04UJeuXpzUJ+j vyyTevx/LfDLvAG0wUuuR63R/J019vwCtfPw2g6PkdHiHnCf6SKv27qpMHf7I6TGi/F3 fR2A== Date: Fri, 22 Nov 2019 21:24:20 +0900 From: Lemures Lemniscati To: cygwin AT cygwin DOT com Subject: Asymptote with option '-tex lualatex' makes an unexpected shift Message-Id: <20191122212417.E16C.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 xAMCPGqg013878 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? ==== Asymptote 2.49 with LuaLaTeX 1.10 as engine on Cygwin makes an unexpected shift. Is it an issue on Asymptote or on LuaLaTeX? A test file a.asy: -------- real s=30; draw(scale(s)*unitsquare,defaultpen+.5mm); label("\TeX",scale(s)*(.5,.5)); -------- Compiling as follows results in default.pdf and lualatex.pdf. -------- asy -f pdf -o default a asy -f pdf -o lualatex -tex lualatex a -------- And, default.pdf has no problem, but lualatex.pdf has unexpected shift. Expected result is https://github.com/vectorgraphics/asymptote/files/3858069/lualatex.pdf But what I've got is https://github.com/vectorgraphics/asymptote/files/3858024/lualatex.pdf ==== I've found that disabling otfload-main.lua (e.g. by renaming it) makes an expected result. But I don't know why this is effective. And I really need otfload-main.lua for other purposes. Please, help me. -- 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