Re: New 2.3.1 Windows Installer for Testing

2018-09-06 Thread Andrew Parsloe
On 7/09/2018 5:37 a.m., Richard Kimberly Heck wrote: Here:     http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ Please let us know if this fixes the slowness bug from before. If so, we'll proceed to release. Riki I've installed this version and it solves the slowness problem with my test document

New 2.3.1 Windows Installer for Testing

2018-09-06 Thread Richard Kimberly Heck
Here:     http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ Please let us know if this fixes the slowness bug from before. If so, we'll proceed to release. Riki

LyX 2.3.1 Again

2018-09-06 Thread Richard Kimberly Heck
Hi, all, First, sorry to be slow dealing with the new tarballs, etc. I'm about to upload a new Windows installer for testing, and if that's OK then I'll upload new tarballs, etc, so we can build new binaries, etc. While we're waiting, it seems to me that it is now time to kill off the bundle inst

Re: Question on osuosl.org hosting service(s)

2018-09-06 Thread Richard Kimberly Heck
Thanks, Pavel, to taking this responsiblity. On 09/06/2018 10:37 AM, Pavel Sanda wrote: > Hi OSU Open Source Lab, > > I'm one of developers of LyX, open source document processor (www.lyx.org). > Our services (web/bug tracker system/git server/wiki site) used to be kindly > hosted for the past d

Re: 2.3.1-1 compilation error on ubuntu 18.04.1 LTS "unsafe absolute working directory name"

2018-09-06 Thread Micha H. Werner
It seems that the problem was due to an unintentional change in the name of the folder. It had nothing to do with LyX. Apologies and thanks for your replies! Micha On 05.09.2018 14:25, Kornel Benko wrote: Am Mittwoch, 5. September 2018 14:04:50 CEST schrieb Micha H. Werner : currently, com

Re: Cannot unshow label of conglomerate

2018-09-06 Thread Jürgen Spitzmüller
2018-09-06 15:39 GMT+02:00 Daniel : > When I rename my style to InsetLayout Flex:Greyedout, then it does *not* > show as conglomerate. Is that what I should see? > No. See attached. > > And strange that one can toggle it with Ctrl+i but there is no way to > change it via any menu (context or no

Re: Cannot unshow label of conglomerate

2018-09-06 Thread Daniel
On 06/09/2018 15:18, Jürgen Spitzmüller wrote: 2018-09-06 12:34 GMT+02:00 Daniel: In the attached file I have turned a grayed out note into a conglomerate. However, I don't know hoe to unshow the label below it since there is no Show Label in the context menu. Also, there seems t

Re: Cannot unshow label of conglomerate

2018-09-06 Thread Jürgen Spitzmüller
2018-09-06 12:34 GMT+02:00 Daniel: > In the attached file I have turned a grayed out note into a conglomerate. > However, I don't know hoe to unshow the label below it since there is no > Show Label in the context menu. Also, there seems to be no Show Label menu > entry in general for conglomerate

Cannot unshow label of conglomerate

2018-09-06 Thread Daniel
In the attached file I have turned a grayed out note into a conglomerate. However, I don't know hoe to unshow the label below it since there is no Show Label in the context menu. Also, there seems to be no Show Label menu entry in general for conglomerates. Is any of this on purpose or a bug?

Re: elsarticle

2018-09-06 Thread Kornel Benko
Am Donnerstag, 6. September 2018 10:34:56 CEST schrieb Jürgen Spitzmüller : > 2018-09-05 19:27 GMT+02:00 Kornel Benko : > > > If I use > > \message{^^JLaTeX Warning: Value of counters on page 1 > > undefined^^J} > > unconditionally instead, it works, but I don't like it. > > > > A workar

Re: Patch for bug in elsarticle.cls

2018-09-06 Thread Rishikesan Nair T
On Thu, Sep 6, 2018 at 1:55 PM, Jürgen Spitzmüller wrote: > Dear colleagues > > Please find attached a patch that fixes an issue in recent elsarticle.cls > (3.0). The problem is that you forgot to check the existence of the > titlefootnote (tnote) label (\X@t) in \tnotemark (as opposed to the > o

Re: Patch for bug in elsarticle.cls

2018-09-06 Thread Jürgen Spitzmüller
2018-09-06 10:48 GMT+02:00 Rishikesan Nair T : > Dear Jürgen, > > Thank you for the patch. Next week we will release an updated version to > CTAN. We will include this patch as well. > > thank you > Dear Rishi Excellent. Thanks for the swift reaction! Jürgen

Re: elsarticle

2018-09-06 Thread Jürgen Spitzmüller
2018-09-05 19:27 GMT+02:00 Kornel Benko : > If I use > \message{^^JLaTeX Warning: Value of counters on page 1 > undefined^^J} > unconditionally instead, it works, but I don't like it. > A workaround for the templates, until the class is fixed, is to put this to the preamble: % Workaround

Patch for bug in elsarticle.cls

2018-09-06 Thread Jürgen Spitzmüller
Dear colleagues Please find attached a patch that fixes an issue in recent elsarticle.cls (3.0). The problem is that you forgot to check the existence of the titlefootnote (tnote) label (\X@t) in \tnotemark (as opposed to the other labels in other contexts, where you check with \elsRef). As a cons