X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94A1C386F82F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1590689398; bh=f0Bw+bbB5x+qcG/f16Nwk/aV6cpCajmXcbQwHQM2US0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=DwBoChakpIygsAbly6d5uOw26jrl9Yhr+2mEyOhZKNd1FTagKy1DlDqzTpTXEB6sH ZR4ZxvZgz9SaTsM40VDWrcERT/enf77eQXSdNL76qRm6XZTSTR5f4MPoTYihWWROFL ZJfZzlnhajmBPyoBngSn5IY5+0DN/Sln0E/dROnk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9F169385DC35 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=hzuNHYTE6VBQCz+REKjwfGguAEB9lwUWvXxzuGNxHE0=; b=AhpQBl5L4uUsl+XtS6EcQmSYXv7Ml3EL3Ira3J/i55aQOS79sNuH5WWNZqZRb+aGV1 RTYIJoeqccHii9OFGzJOaoJJEQNPkivkNx4/FNSHxSWH6Caq1y0PrjGrqYlq5nrCRhiS UfhKjFhig+yrEDGbHr0YMmRuhnP8oxi02lLSiCETk/dmtjDU2uTezxnqHAKHPMfUU247 LzfLuaS0E+b1xm/tLDvEvw4XGAf4aXPaZ+CY+WFrN+yuMQo1XbCg2PanW165S9GVUC9u EFZ80ej56qkzFnorkONk/ODwr3PLgR2lZZYPyAUgNegwoV4KLBUfNUbb+GtM7zdr2Ft/ mPZw== X-Gm-Message-State: AOAM530JfRPoqJCyYJPFUmOX4h9typUDqgPjSPmTyMfCNUZkykf5QVtE uwt7ymEHTlNIW8RI+zttrEb7wE3O28c= X-Google-Smtp-Source: ABdhPJwFqt3Hyu1UpG8L7o9lYYzNuqcCbkImK/OOJja2dArr5k/0Czb6AUQ3MwDbWvaB+RIX3aPOFA== X-Received: by 2002:a05:600c:280c:: with SMTP id m12mr4733642wmb.92.1590689391468; Thu, 28 May 2020 11:09:51 -0700 (PDT) Subject: Re: Issue with lyx and recent dll To: cygwin AT cygwin DOT com References: <20200528105056 DOT GA1180 AT GIOVE> Message-ID: <2092e6a2-ee4e-65a1-68aa-589e262f439d@gmail.com> Date: Thu, 28 May 2020 20:09:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="windows-1252"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 04SIARLo020031 On 28.05.2020 19:35, Marco Atzeri wrote: > On 28.05.2020 12:50, Enrico Forestieri wrote: >> Hi, >> >> when activating instant preview in Tools>Preferences>Display, one can >> preview a latex snippet in the lyx work area by inserting it in a >> preview inset (Insert>Preview). >> >> However, since version 3.1.0 it does not work anymore, in the sense >> that the preview is not generated. As this feature is working correctly >> on all other platforms, investigating a bit evidenced that downgrading >> the dll to version 3.0.7 solves the issue. >> >> I am attaching an example document demonstrating the issue. The latex >> source used for instant preview is generated in the lyx temporary >> directory (/tmp/lyx_tmpdir.XXXXXXXXXXXX/) but latex is never run on it >> to generate the images. As lyx launches latex in a forked process, this >> has to be a fork problem, but no error is issued. The forked process >> seems to never run, simply. >> >> > > Testing on 2.3.4.2-2, it seems that the file is processed: > > from lyxpreviewE14071.log > > This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Cygwin) > (preloaded >  format=latex 2020.4.22)  28 MAY 2020 19:21 > > .... > ! LaTeX Error: File `qtree.sty' not found. > > > the file seems in texlive-collection-humanities after installing also another package texlive-collection-pstricks I was able to have an instant preview can you check if the test 2.3.4.2-2 solve the issue also for you ? Than I can promote it to stable Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple