Re: One official build system?

2016-06-03 Thread Joel Kulesza
On Fri, Jun 3, 2016 at 9:11 AM, Guillaume Munch wrote: > > What are the > advantages? What are the basic commands? How do you set up > out-of-directory builds? > > I am far from an expert; however, a self-contained and somewhat compact application of CMake is available here:

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 10:13 PM, Richard Heck wrote: > This code is new and affects how the typewriter font is chosen. What > version of Qt do you have? > Qt 4.6.2. > It appears that QFont::Monospace does not exist before Qt 4.7. This is > bad, since the INSTALL file says one

Re: LyX 2.2.0 Linux Compilation Error

2016-06-11 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 11:40 PM, Guillaume Munch wrote: > > I don't understand, but try passing --disable-cxx11 to configure. Same error. :-( > > > Has anyone successfully built against Qt 4.6.2 with >> gcc/g++ 5.3.0 (or thereabouts)? >> >> > Maybe not. Thanks for trying :) > >

LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
LyX Developers, I'm attempting to compile LyX 2.2.0 for local/single user use on RHEL6 with GCC 5.3.0 / Python 3.4 (see below signature for configure summary) and very quickly run into errors on make. Specifically, I see: CXX filetools.o ../../../src/support/filetools.cpp: In function

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck wrote: > You could try adding: > > #include > > to support/filetools.cpp. > > Richard, thanks for the *quick* reply! That worked and let make proceed beyond filetools. Now, it complains: CXX GuiApplication.o

Re: LyX 2.2.0 Linux Compilation Error

2016-06-19 Thread Joel Kulesza
On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum wrote: > Sorry, I overlooked this (please post always to the list, then others can > help as well). Sorry for the oversight (again). Consistent with the separate discussion that Scott kicked off, my simple mind is too

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Sun, Jun 19, 2016 at 3:30 PM, Joel Kulesza <jkule...@gmail.com> wrote: > On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum < > georg.b...@post.rwth-aachen.de> wrote: > > >> You get this if you call configure with --disable-silent-rules (from the >> log

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 1:07 PM, Kornel Benko wrote: > > Please give us the full command line used fir the cmake call. > cmake ../. --- which points to the CMakeLists in the base directory. Perhaps I should point it to another directory or pass additional options? > Where is

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko <kor...@lyx.org> wrote: > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza < > jkule...@gmail.com> > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko <kor...@lyx.org> wrote: > > > > I have ask

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote: > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"? > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH" > > Done, see below. Note that I prepended another path to make sure it picks up the right qmake (because the

Enhancement Suggestion: Preamble Fixed-width Font

2016-02-17 Thread Joel Kulesza
LyX Developers, I recently submitted an enhancement request through the bug tracker and it was suggested I post here to initiate discussion on it. The TRAC ticket number is #9966 . My suggestion is to change the default font of the Settings->Preamble text

Trouble Building LyX on OSX 10.11.3 against Qt5

2016-03-21 Thread Joel Kulesza
LyX Developers, I'm currently having trouble building LyX 2.2.0b2 against Qt5 on OSX 10.11.3 (El Capitan, the latest released OSX). Hopefully one of the experts here can help so I can more effectively provide feedback on the bleeding edge. A bit of background: I have extensive LaTeX experience,

Re: Trouble Building LyX on OSX 10.11.3 against Qt5

2016-03-22 Thread Joel Kulesza
On Tue, Mar 22, 2016 at 6:17 AM, Stephan Witt wrote: > > The two scripts I’ve attached. You have to adjust the QTDIR of course. > If this works for you your Qt5 setup is ok. > I can compile and execute the conftest.cpp file you provided when I change the QTDIR in the

Re: Trouble Building LyX on OSX 10.11.3 against Qt5

2016-03-22 Thread Joel Kulesza
On Tue, Mar 22, 2016 at 8:10 AM, Stephan Witt wrote: > > This would be better avoided by compiling LyX in a separate build > directory. > You can simply remove it to start over. To do so you create a build > directory > somewhere and start the configure script there with

Re: Issues to discuss for 2.2.0rc1

2016-03-21 Thread Joel Kulesza
On Mon, Mar 21, 2016 at 5:06 AM, Stephan Witt wrote: > > In case you’re able to spend some time I think we should find a way to put > you on the track to build LyX yourself. > It is an important thing to come to a "fail safe“ and redundant > environment. Indeed, I can spend

Table Outline Darkness Inquiry

2016-03-19 Thread Joel Kulesza
LyX Developers, I'm using LyX 2.2b2 on a Retina display. When gridlines are removed from tables the cell outlines are quite faint (see attached) and can be difficult to see/differentiate from the background. I'm running my display at a typical brightness that everything else is comfortable at.

Re: Issues to discuss for 2.2.0rc1

2016-03-20 Thread Joel Kulesza
On Sun, Mar 20, 2016 at 4:48 PM, Scott Kostyshak wrote: > > #9992 > It is a crash because of a screen management tool. Because it is due to > external software, I don't think we should consider this a rc1 blocker. > There is a regression from the user perspective, and it would

Re: Enhancement Suggestion: Preamble Fixed-width Font

2016-04-14 Thread Joel Kulesza
On Wed, Feb 17, 2016 at 10:39 PM, Scott Kostyshak wrote: > On Wed, Feb 17, 2016 at 10:11:27PM -0500, Richard Heck wrote: > > Seems to me a change better for 2.2.0, if Scott is all right with it. > Yes go ahead. And thanks for the patch. > Scott > Is this a feature that would

Re: Table Outline Darkness Inquiry

2016-04-26 Thread Joel Kulesza
Yes, please see http://www.lyx.org/trac/ticket/10031. On Tue, Apr 26, 2016 at 3:44 AM, Scott Kostyshak <skost...@lyx.org> wrote: > On Fri, Mar 18, 2016 at 05:23:40PM +0100, Jean-Marc Lasgouttes wrote: > > Le 18/03/2016 14:32, Joel Kulesza a écrit : > > > LyX Developers, &

Re: SVG display on LyX appears corrupted on the 2.2RC1 Windows build

2016-04-27 Thread Joel Kulesza
On Wed, Apr 27, 2016 at 3:46 PM, Scott Kostyshak wrote: > > Even in the case where imagemagick could produce low quality results, if > imagemagick is used for the conversion for the PDF wouldn't it make > sense to also use it for LyX's display? This would give the user a >

Re: Table Outline Darkness Inquiry

2016-04-26 Thread Joel Kulesza
On Tue, Apr 26, 2016 at 10:10 AM, Jean-Marc Lasgouttes wrote: > This bug is fixed in rc1 AFAIK. > > From what I can tell, that is indeed the case.

Table "Set All Lines" Behavior Inquiry

2016-04-26 Thread Joel Kulesza
LyX Developers, I recently submitted a couple tickets (one I believe a bug, another an enhancement request) related to table cell lines. Before posting another I wanted to poll the list regarding whether the "set all

Re: Update on situation for 2.2.0 release

2016-05-06 Thread Joel Kulesza
On Fri, May 6, 2016 at 4:09 PM, Scott Kostyshak wrote: > On Wed, May 04, 2016 at 11:19:56PM +0100, Guillaume Munch wrote: > > Le 04/05/2016 21:39, Scott Kostyshak a écrit : > > > > > > 4. Insert Cross-Reference Causes Crash. See #9992. Unfortunately, no > > > one can reproduce

Re: Update on situation for 2.2.0 release

2016-05-06 Thread Joel Kulesza
On Fri, May 6, 2016 at 5:22 PM, Stephan Witt wrote: > You may consider to remove or rename the QSettings storage. It should be > in $HOME/Library/Preferences. This doesn't appear to be the case. 10011 jkulesza@tempest[~/Library/Preferences]> la QS* ls: QS*: No such file or

Re: Bug in rc1: entering ancient greek

2016-04-21 Thread Joel Kulesza
I can also reproduce (2.2.0rc1, 10.11.4). On Thu, Apr 21, 2016 at 8:17 AM, john kennan wrote: > I can reproduce this (rc1, OS X 10.11.3, also on 10.11.3) > > Open the file, open the view source pane, click on the second line > > ( 1) 1 lyx

Re: Update on situation for 2.2.0 release

2016-05-08 Thread Joel Kulesza
On Sat, May 7, 2016 at 3:32 AM, Stephan Witt wrote: > > Sorry, I should have mentioned the name. They are named org.lyx.LyX* > > But I’m not sure if these are the only locations where Qt stores internal > state. > > Stephan Moving org.lyx* out of that directory does not cure

LyX Wiki Password?

2016-07-12 Thread Joel Kulesza
LyX Developers: I previously posted some "walkthrough" steps about compiling hunspell into LyX at https://wiki.lyx.org/Devel/Hunspell. I wanted to edit it to clarify something; however, now it is requesting a password. Is this a recent change? Regardless, can I be granted access to modify what

Re: LyX Wiki Password?

2016-07-12 Thread Joel Kulesza
Sounds good, thanks. I just wanted to make sure I wasn't stepping out of turn. Perhaps I boldly charged ahead (and read more clearly) last time. On Tue, Jul 12, 2016 at 9:05 AM, Richard Heck <rgh...@lyx.org> wrote: > On 07/12/2016 10:34 AM, Joel Kulesza wrote: > > LyX Develo

Re: LyX 2.2.0 Linux Compilation Error

2016-07-05 Thread Joel Kulesza
Developers: By way of update: - I was able to compile against Qt 5.3 and Qt 5.5 using configure but with neither using cmake - With both configure and cmake, my PATH and LD_LIBRARY_PATHs were identical. Cmake would begin compiling, but a series of errors would occur in the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 12:59 PM, Georg Baum wrote: > > -std=c++11 wil likely not work with the old qt. The other flags look OK. I > would be interested to see what happens if you call configure with -- > disable-cxx11. If that does not help then I am out of

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote: > > Your QT4 is installed under /opt/anaconda1anaconda2anaconda3. > Look for include files in /opt/anaconda1anaconda2anaconda3/include > Something is definitely weird with respect to the install: 1127

Re: GUI changes for inserting citations in 2.2x

2016-09-07 Thread Joel Kulesza
On Wed, Sep 7, 2016 at 12:06 AM, Jürgen Spitzmüller wrote: > > As I wrote, I think it is important that the dialogs work on all > current screens, and in general, I think 800x600 is still a good > maximum for dialogs. > That's a fair opinion. Do you know whether there are plans

Re: GUI changes for inserting citations in 2.2x

2016-09-08 Thread Joel Kulesza
On Thu, Sep 8, 2016 at 12:28 PM, Jürgen Spitzmüller wrote: > > How about the attached alternative (not yet finished) design? > I like that look *much* better that what is there currently! One suggestion (Maria raised this point): can the entry preview box be made grey

Re: GUI changes for inserting citations in 2.2x

2016-09-08 Thread Joel Kulesza
On Thu, Sep 8, 2016 at 1:05 AM, Jürgen Spitzmüller wrote: > Yes, the idea is to keep all dialogs under that limit. Are you aware of > dialogs that are larger? > Not definitively (I don't routinely measure my dialogs --- I'm lucky to work exclusively on 4k-5k screens). However,

Re: GUI changes for inserting citations in 2.2x

2016-09-15 Thread Joel Kulesza
On Thu, Sep 15, 2016 at 11:55 AM, Jürgen Spitzmüller wrote: > > Opinions (I prefer this one)? > Thank you for your continued work on this - this interface looks great! However, I stand by my previous suggestion: can the preview box be made grey (suggesting non-editable) with

Re: GUI changes for inserting citations in 2.2x

2016-09-16 Thread Joel Kulesza
On Thu, Sep 15, 2016 at 11:43 PM, Jürgen Spitzmüller wrote: > > That would mean to audit all other dialogs to have consistency. And I > don't have time for that. > > Perhaps not something to be done immediately, but do you agree that it is a reasonable request to be considered for

Re: GUI changes for inserting citations in 2.2x

2016-09-06 Thread Joel Kulesza
On Tue, Sep 6, 2016 at 11:16 PM, Jürgen Spitzmüller wrote: > > Too small is too small for current screens. > > That is not a satisfying answer. Please indicate what resolution(s) the dialog was found incompatible with. I am genuinely curious and am trying to better understand

Re: GUI changes for inserting citations in 2.2x

2016-09-06 Thread Joel Kulesza
On Tue, Sep 6, 2016 at 11:19 PM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > Am Dienstag, den 06.09.2016, 23:15 -0600 schrieb Joel Kulesza: > > On OSX, Alt-S does nothing. Same for Control-S and Command-S. > > I don't have OS X, so I can't check. > I'm ignorant on the su

Re: GUI changes for inserting citations in 2.2x

2016-09-06 Thread Joel Kulesza
On Tue, Sep 6, 2016 at 11:36 PM, Jürgen Spitzmüller wrote: > > Not that I know. If it is, it would be a rather grave UI problem for > Mac users. > > Maybe someone who actually has a Mac can help. > > Sounds good. Thanks for looking into it. Hopefully one of the OSX-centric

Re: GUI changes for inserting citations in 2.2x

2016-09-06 Thread Joel Kulesza
On Tue, Sep 6, 2016 at 11:03 PM, Jürgen Spitzmüller wrote: > > The dialog was too large for small screens. We had a bug report about > that. > > I read http://www.lyx.org/trac/ticket/9618 from Guillaume's earlier message in this thread (unfortunately, the screen capture is no

Re: GUI changes for inserting citations in 2.2x

2016-09-06 Thread Joel Kulesza
On Tue, Sep 6, 2016 at 11:10 PM, Jürgen Spitzmüller wrote: > > It is not an extra click. Previously, you had to click in the search > field in order to search (= 1 click). Now you have to click on the > "Search" header. This sets the cursor into the search field (i.e., > still 1

Re: LinuxDay @ Pisa - Oct 22nd

2016-09-30 Thread Joel Kulesza
On Thu, Sep 29, 2016 at 5:18 PM, Guillaume Munch wrote: > > It's also useful to say that LyX has many bugs and quirks, but that we > use it (and like it) anyway, for lack of anything that comes close to > it. (My own experience, again.) > > I would add that while LyX does have

Re: Insert->Citation, Citation Style Option Questions

2016-11-05 Thread Joel Kulesza
On Sat, Nov 5, 2016 at 2:36 AM, Jürgen Spitzmüller wrote: > Is this an issue with the citation dialog permitting an invalid option? > Or, is there a flaw in my understanding of the citation style dropdown? > > Neither nor. You are trying to use Natbib with a bibliography style >

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
Why not let inversion be the default behavior and then let users choose? Perhaps I want my cursor to also stand out from my text... On Sat, Oct 22, 2016 at 6:53 AM, racoon <xraco...@gmx.de> wrote: > On 22.10.2016 14:38, Joel Kulesza wrote: > >> With the ability to tweak the cur

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
Interesting, yes, the options are different when that checkbox is selected (I would have expected them to remain the same but be overridden by the system colors). Furthermore, unchecking that box (which is checked, by default, I believe), permits me to change colors for items like the shaded box

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
light or very dark background. In that case the cursor would be almost black or almost white, respectively. I think that is the setting most people use anyway. Daniel On Sat, Oct 22, 2016 at 6:54 AM, Joel Kulesza <jkule...@gmail.com> wrote: > Why not let inversion be the default

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
On Sat, Oct 22, 2016 at 7:55 AM, racoon wrote: > > > The benefit of removing (or almost removing) space around insets is to > make sure it is not mistaken for a "real" space. Since many insets are > working just like characters it seems reasonable to make the spacing around >

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
On Sat, Oct 22, 2016 at 8:19 AM, racoon wrote: > One question: would it be helpful if one could choose copy, paste, delete, >> etc. from the inset button's context menu? >> > I don't see how this could hurt. My workflow now is usually to position the cursor in front of the

Re: Inverted colors for cursor

2016-10-22 Thread Joel Kulesza
On Sat, Oct 22, 2016 at 7:20 AM, racoon wrote: > > However, I am at the moment considering to change LyX's spacing such that > the cursor before an element starts directly at the element. As is the case > with normal characters. It is just a thought for now. This would only be >

Re: Inverted colors for cursor

2016-10-23 Thread Joel Kulesza
On Sun, Oct 23, 2016 at 9:01 AM, racoon <xraco...@gmx.de> wrote: > > On 23.10.2016 16:55, Joel Kulesza wrote: > >> >> >> Speaking of highlighting: is there a way to highlight text in LyX (e.g., >> \hl{...} via soul) without ERT? I can change its color, but

Re: Highlight text in style dialog via soul

2016-10-23 Thread Joel Kulesza
On Sun, Oct 23, 2016 at 9:25 AM, racoon wrote: > > You might be able to create a module for soul. But, as far as I know, it > is not possible to utilize the text style dialog for this. So that might > not be too different from the PDF Comments module user interface wise. I >

Re: Inverted colors for cursor

2016-10-23 Thread Joel Kulesza
On Sun, Oct 23, 2016 at 8:39 AM, racoon wrote: > > > I guess these are very limited applications as to the changes that occur > background color wise during usage. I disagree: one can both select text (highlighting it to operate on it) and highlight the text (e.g., through

Re: Inverted colors for cursor

2016-10-23 Thread Joel Kulesza
On Sun, Oct 23, 2016 at 12:41 AM, racoon wrote: > On 22.10.2016 20:35, Enrico Forestieri wrote: > >> On Sat, Oct 22, 2016 at 04:49:35PM +0200, Jean-Marc Lasgouttes wrote: >> >>> >>> As LyX stands now, it is often very difficult to put the mouse cursor >>> between two insets,

Re: Inverted colors for cursor

2016-10-23 Thread Joel Kulesza
On Sun, Oct 23, 2016 at 1:02 AM, racoon wrote: > >> However, since there are clear benefits of an inverted cursor (think > about the poor person with red cursor who happens to land in an inset that > has a red background by default, like insets of modules not available on > her

Ticket 10457 Code Review Request

2016-10-24 Thread Joel Kulesza
LyX Developers: I've implemented the change (selfishly) requested in https://www.lyx.org/trac/ticket/10457. What is the best way to get the change reviewed / committed / merged? Thanks, Joel

[PATCH] Add "Swap & Reverse" to math delimiter dialog

2016-10-24 Thread Joel Kulesza
LyX Developers: Per Uwe's guidance, please find attached a proposed patch to address enhancement request Ticket #10457. Notes: - The attached patch was made on the master branch (per http://www.lyx.org/HowToUseGIT) and should lie neatly atop recent commit a9aaec5. While this was made

License to Publish Work

2016-10-24 Thread Joel Kulesza
LyX Developers: I hereby grant the right to publish my work for LyX under the license GPL version 2 or later. Please contact me with any comments, questions, or concerns. Thank you, Joel

Re: Inverted colors for cursor

2016-10-21 Thread Joel Kulesza
Instead of this, I would rather see a customizable cursor color in the Preferences -> Colors dialog. I would not want to have my cursor a different color than my text (black on the default page background, by necessity). - Joel P.S. It would be excellent if the Preference -> Colors dialog was

Re: About LyX web site and wiki site (Was: lyx.org is down again)

2016-11-27 Thread Joel Kulesza
On Sun, Nov 27, 2016 at 3:54 AM, Christian Ridderström < christian.ridderst...@gmail.com> wrote: > On 3 November 2016 at 00:46, Joel Kulesza <jkule...@gmail.com> wrote: > >> On Wed, Nov 2, 2016 at 7:25 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> >>

Subequations Module Review Request

2016-11-17 Thread Joel Kulesza
LyX Developers: ~8 Months ago I posted a (simple) module proposed for inclusion with LyX. Would someone be kind enough to review it, and if found satisfactory, mark it for inclusion in the next appropriate release? The ticket is: https://www.lyx.org/trac/ticket/10029 Thank you, Joel

Re: lyx.org is down again

2016-10-31 Thread Joel Kulesza
Does anyone know what the instability is stemming from (hardware, software, provider, etc.)? On Mon, Oct 31, 2016 at 5:39 AM, Uwe Stöhr wrote: > This is now the third down within 2 weeks. > We should really start to think about switching our provider. > > regards Uwe >

Re: For $100, would you change a default font?

2016-10-31 Thread Joel Kulesza
On Mon, Oct 31, 2016 at 8:37 PM, Paul Johnson wrote: > Did you look at the printout I linked up? I would like to know if the > disappearing symbols are due to something wrong in the printer, or > pdflatex, or the default font? > > Reminder: > > Default:

Re: lyx.org is down again

2016-11-02 Thread Joel Kulesza
On Wed, Nov 2, 2016 at 7:25 AM, Jean-Marc Lasgouttes wrote: > > If you are interested in updating this part of the wiki, we can give you > the necessary passwords :) Indeed everything is really out of date. The > graphical tour shows proudly LyX 1.3.0pre2! I might be

Insert->Citation, Citation Style Option Questions

2016-11-04 Thread Joel Kulesza
LyX Developers, I am attempting to insert a BibTeX citation by number and include its year for context using Natbib. However, upon rendering through pdflatex the result is incorrect. Please see the attached for a MWE. Is this an issue with the citation dialog permitting an invalid option? Or,

Re: lyx.org is down again

2016-11-02 Thread Joel Kulesza
On Tue, Nov 1, 2016 at 7:29 PM, Richard Heck wrote: > > I can probably figure this out, but it will be the weekend before I can > spend the time. Richard, If you're spending time on infrastructure this weekend, perhaps some site updates could be included in your work?

Re: Git command for fetching the current master

2016-10-14 Thread Joel Kulesza
I'm not part of the development team; however, my thoughts: Command-line wise from the LyX directory, check your settings to make sure they are to the right place with with git remote -v Once satisfied (and with any of your changes stashed or committed), try git checkout master git fetch git

Re: [LyX/master] configure.py: Make 'notepad' last in text editor list

2017-01-13 Thread Joel Kulesza
On Fri, Jan 13, 2017 at 1:27 AM, Guenter Milde wrote: > > A more general question to all developers: > > When checking for default viewer/editor applications during (re)configure, > should LyX > > a) prefer feature rich applications, or > b) prefer small and fast-starting

Re: Qt assertion when trying to view "Hangul Syllables" in special character insertion

2016-12-03 Thread Joel Kulesza
On Sat, Dec 3, 2016 at 8:53 PM, Scott Kostyshak wrote: > > Indeed. I've seen that mentioned a few places but never tested it. > I wonder if we should mention this in the GuiSymbols dialog? In general, I've had some difficulty getting Korean to work well. There seem to have

Re: Formal tables

2017-03-28 Thread Joel Kulesza
On Tue, Mar 28, 2017 at 3:28 PM, Andrew Parsloe wrote: > The booktabs package produces much cleaner tables than "native" LaTeX > ones, but I wonder why LyX only "half converts" a LaTeX table to formal > style? In the attachment LyX produces the middle table from the

Re: Tentative schedule for 2.3.0 release

2017-04-11 Thread Joel Kulesza
On Tue, Apr 11, 2017 at 3:38 AM, mn wrote: > Right now, I am struggling with bugs and also features lacking in the > latest stable LyX. And for some at least I know they are supposed to be > fixed or added in the next release so far, far on the horizon. > Mike, What are some of

Re: How far is 2.3.0?

2017-04-14 Thread Joel Kulesza
On Fri, Apr 14, 2017 at 2:43 AM, Pavel Sanda wrote: > José Abílio Matos wrote: > > FWIW, IMHO it all comes to: > > > > What is the event that we think is relevant to jump to the 3.x series? > > > > If none then the first number in the 2.x.y moniker is irrelevant and it > should >

Re: PDF error

2017-03-09 Thread Joel Kulesza
On Thu, Mar 9, 2017 at 3:09 PM, Paul A. Rubin wrote: > On 03/08/2017 06:13 AM, Irene Dinah Wen wrote: > >> Hi everyone, >> >> I'm new to LaTeX/Lyx (LyX Version 2.2.2, Windows 10, installed in the >> last few weeks), and I'm having some issues with printing to PDF that was >>

Re: Ending selection on item inside a table erroneously interpreted as a "click", brings up dialog

2017-03-05 Thread Joel Kulesza
On Sun, Mar 5, 2017 at 12:49 AM, Guillaume Munch wrote: > It's fixed at 354897f6. Thanks for the quick fix! This is something that's bothered me for a long time (usually within aligned equations not within tables) but not enough to pursue a tracker entry. I'm looking forward to

Re: Fix for vertical table border for added column

2017-08-16 Thread Joel Kulesza
On Wed, Aug 16, 2017 at 8:41 PM, racoon wrote: > > I suggest that instead it turns on all left and top lines plus the right > and bottom lines in the last row and column, respectively. > > I could look at that too, if desired. > This user would be quite happy if the described

Re: error to compile lyx-2.2.3

2017-07-11 Thread Joel Kulesza
On Tue, Jul 11, 2017 at 7:08 AM, Jean-Marc Lasgouttes wrote: > Le 10/07/2017 à 20:21, Felipe Formiga a écrit : > >> Hi LMarc >> >> Sorry about my delay. >> >> Thank you very much for your help. >> I have tried your suggestion. Now, after "make" commando, a got this >>

Re: allowing anonymous contributions to LyX's source code?

2017-06-27 Thread Joel Kulesza
On Tue, Jun 27, 2017 at 1:00 PM, Scott Kostyshak wrote: > > Does anyone disagree with this policy? Should they send their email to > one/two LyX developers or to develop...@lyx.org? I would recommend develop...@lyx.org to avoid pie truck incidents or developer internal

Re: Visible version id

2017-05-15 Thread Joel Kulesza
On Mon, May 15, 2017 at 4:43 PM, Andrew Parsloe wrote: > Perhaps rather than just the logo followed by LyX on the title bar, also > include the version number? Given what I had to do for screenshot 2 here ( https://www.lyx.org/trac/ticket/10671), I'd be supportive of

Insert Citation Dialog Kudos

2017-05-25 Thread Joel Kulesza
After some time working with it, my thanks to Jürgen for reworking the Insert -> Citation dialog. I find this **much** more pleasant to use than previously. - Joel

2.3.0a1 biblatex via MacPorts issue

2017-05-07 Thread Joel Kulesza
LyX Developers: I installed 2.3.0a1 for testing and am having a problem with Biblatex that appears to be driven by it being a recent, but not latest, version. This older version is served by MacPorts with no newer version apparently available. See https://www.lyx.org/trac/ticket/10654. If you

Re: allowing anonymous contributions to LyX's source code?

2017-06-27 Thread Joel Kulesza
On Tue, Jun 27, 2017 at 7:24 PM, Richard Heck wrote: > > It's come up more than once, so I think it's worth writing down what > we've decided. Obviously, we can revisit the issue any time we like. But > we won't have to re-discuss it every time. This is why I'd like to see the

Adding Color to Math Changes Spacing, Expected?

2017-10-05 Thread Joel Kulesza
Colleagues, I'm adding a bit of color to some equations to highlight differences. However, when I do so, the spacing changes. This is not major, but I wouldn't expect it. Would you? Can this be easily overcome (preserve spacing but add the desired color) via the LyX interface (rather than

Re: Adding Color to Math Changes Spacing, Expected?

2017-10-05 Thread Joel Kulesza
On Thu, Oct 5, 2017 at 8:51 AM, Jean-Marc Lasgouttes wrote: > With the upcoming LyX2.3, this will be properly visible on screen and it > will be possible to add a \mathbin around the - to indicate that this is > binary relation. > Is there a way to add \mathbin (or something

Re: Any rc1 blockers?

2017-09-08 Thread Joel Kulesza
On Thu, Sep 7, 2017 at 11:54 PM, Stephan Witt wrote: > Am 08.09.2017 um 04:30 schrieb Scott Kostyshak : > > > > Dear all, > > > > I think most would agree that the 2.3.x branch is quite stable, and I'm > > satisfied that 2.3.0beta1 has received a significant

Re: serious Problems with UserGuide on current macOS

2017-08-27 Thread Joel Kulesza
On Sun, Aug 27, 2017 at 3:53 PM, mn wrote: > On 27.08.17 22:41, Guenter Milde wrote: > > >>> The UserGuide currently is a real trouble maker. > > > > Can you have a look at the used fonts in this document? > > > The fonts used are just the defaults as set by opening the guide

Re: serious Problems with UserGuide on current macOS

2017-08-27 Thread Joel Kulesza
On Sat, Aug 26, 2017 at 12:04 PM, mn wrote: > The UserGuide currently is a real trouble maker. > > This is likely not the fault of LyX or LaTeX. > > Nevertheless, this is confirmed to happen – not on all but – on the > clear majority of macOS Sierra systems tested. The bug has to

Re: serious Problems with UserGuide on current macOS

2017-08-28 Thread Joel Kulesza
On Mon, Aug 28, 2017 at 12:14 AM, Guenter Milde wrote: > > By "default", you mean "unchanged", right? > That is my best recollection. I've changed fonts for specific documents (rarely), but do not recall having changed them to new defaults for all documents. > A look in

Inquiry on en/em-dash handling changes

2017-12-14 Thread Joel Kulesza
LyX Developers, I know there has been extensive discussion on changes to en/em-dash handling. Regrettably, I haven't followed it closely. However, I ran across an issue related to these recently that made me wonder whether it has been addressed. Unfortunately, I'm currently traveling and

Re: Inquiry on en/em-dash handling changes

2017-12-15 Thread Joel Kulesza
On Fri, Dec 15, 2017 at 4:27 PM, Guenter Milde <mi...@users.sf.net> wrote: > Dear Joel, > > On 2017-12-15, Joel Kulesza wrote: > > > I know there has been extensive discussion on changes to en/em-dash > > handling. Regrettably, I haven't followed it closely. Howe

Re: LyX 2.3.0 Regression Inquiry

2018-05-14 Thread Joel Kulesza
On Mon, May 14, 2018 at 11:51 AM, Richard Kimberly Heck wrote: > On 05/14/2018 01:28 PM, Jürgen Spitzmüller wrote: > > Am Montag, den 14.05.2018, 13:18 -0400 schrieb Richard Kimberly Heck: > >> I've been thinking about this, too, and had come to a somewhat > >> similar > >>

Re: LyX master Work Area Disappears on Initial Save (Redraw issue?)

2018-05-14 Thread Joel Kulesza
On Mon, May 14, 2018 at 1:50 AM, Jean-Marc Lasgouttes wrote: > Le 13/05/2018 à 04:07, Richard Kimberly Heck a écrit : > >> Right, in that case, we do reload. So we'll have to request an explicit >> redraw of the screen, >> and I suppose a reload of the dialogs, etc. >> >> I'm

LyX master Work Area Disappears on Initial Save (Redraw issue?)

2018-05-12 Thread Joel Kulesza
LyX Developers, New and exciting behavior here—I wonder if others have observed this (maybe a macOS issue?). Please see https://youtu.be/4qM86HmpDz4 This is from LyX compiled from master at ada97b5161. Please let me know if/how you'd like me to proceed (additional debugging info, git bisect,

Re: LyX master Work Area Disappears on Initial Save (Redraw issue?)

2018-05-12 Thread Joel Kulesza
On Sat, May 12, 2018 at 9:04 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > Le 12 mai 2018 16:32:09 GMT+02:00, Joel Kulesza <jkule...@gmail.com> a > écrit : >> >> LyX Developers, >> >> New and exciting behavior here—I wonder if others

Re: Biblatex Regression Inquiry [was: LyX 2.3.0...]

2018-05-11 Thread Joel Kulesza
On Fri, May 11, 2018 at 10:09 PM, Richard Kimberly Heck <rikih...@lyx.org> wrote: > On 05/11/2018 11:44 PM, Joel Kulesza wrote: > > LyX Developers, > > As I'm writing my dissertation, I've been using LyX 2.2.3 but today > decided to try migrating it to 2.3.0. Upon doin

Re: LyX master Work Area Disappears on Initial Save (Redraw issue?)

2018-05-12 Thread Joel Kulesza
On Sat, May 12, 2018 at 7:30 PM, Richard Kimberly Heck <rikih...@lyx.org> wrote: > On 05/12/2018 06:29 PM, Joel Kulesza wrote: > > On Sat, May 12, 2018 at 9:04 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> > wrote: > >> Le 12 mai 2018 16:32:09 GMT+02:00,

Re: [LyX/master] Towards a sane character dialog

2018-05-05 Thread Joel Kulesza
On Sat, May 5, 2018 at 10:51 AM, Jürgen Spitzmüller wrote: > Am Samstag, den 05.05.2018, 12:03 -0400 schrieb Scott Kostyshak: > > Makes sense. In this case, what would you think of putting the text > > "Language" above the combo box? I think this would look nicer and I > > think

Re: Update on 2.3.0 situation and Windows-specific issues

2018-05-21 Thread Joel Kulesza
On Mon, May 21, 2018 at 4:11 PM, Richard Kimberly Heck wrote: > On 05/21/2018 05:46 PM, Uwe Stöhr wrote: > > Am 14.05.2018 um 04:11 schrieb Richard Kimberly Heck: > > > >> Even *the MikTeX maintainer* has made it clear that we should not > >> update MikTeX without asking

Re: Beamer usage again

2017-12-30 Thread Joel Kulesza
On Sat, Dec 30, 2017 at 8:19 PM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > Am Samstag, den 30.12.2017, 20:09 +0900 schrieb Joel Kulesza: > > One concern: the language used, while precise, isn't too self- > > descriptive for a LaTeX / LyX novice. My understanding is that

Re: Beamer usage again

2017-12-30 Thread Joel Kulesza
On Sat, Dec 30, 2017 at 8:52 PM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > Am Samstag, den 30.12.2017, 20:19 +0900 schrieb Joel Kulesza: > > > I am not sure how to fix the first issue. Actually, the procedure > > > works. The problem ist, though, that an empty

Re: Beamer usage again

2017-12-30 Thread Joel Kulesza
On Sat, Dec 30, 2017 at 8:00 PM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > Am Samstag, den 30.12.2017, 11:30 +0900 schrieb Joel Kulesza: > > Please excuse the typos in: https://youtu.be/yZyx_RaFynU > > > > Please let me know if there is a better w

Re: Beamer usage again

2017-12-30 Thread Joel Kulesza
On Sun, Dec 31, 2017 at 12:52 PM, Richard Heck <rgh...@lyx.org> wrote: > On 12/30/2017 06:56 PM, Joel Kulesza wrote: > > On Sun, Dec 31, 2017 at 1:55 AM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > >> Am Samstag, den 30.12.2017, 10:48 +0100 schrieb Pavel Sanda:

  1   2   3   >