Re: Inkscape /LyX integration (working!)

2016-08-21 Thread Vermeer Martin
What racoon said. It makes the difference between "good enough" and "great" :-) BTW I installed Daniel Groger's stuff and it seems to work flawlessly also with LyX 2.1.4. http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg169820.html Martin

Re: [LyX/master] Fix regression of 88603655

2016-08-21 Thread Richard Heck
On 08/21/2016 02:39 PM, Georg Baum wrote: > commit 338cef2a976d5bf36c334d2cc8ce437da7f6d815 > Author: Georg Baum > Date: Sun Aug 21 20:34:40 2016 +0200 > > Fix regression of 88603655 Thanks for doing this. Better than what I'd have done Richard

[patch] Experiment with c++11 unicode strings

2016-08-21 Thread Guillaume Munch
Dear all, Here's a few patches proposing to improve the definitions in support/strfwd.h, results of my experiments. 1. Define docstring using the Unicode strings from C++11 (with char_type=char32_t). This allows us to write docstrings directly with the syntax U"". By extension this is necessary

Re: [LyX/master] Correct comment

2016-08-21 Thread Guillaume Munch
Le 15/08/2016 à 02:24, Enrico Forestieri a écrit : Hopefully, this important issue has been solved at f323a64f. I like your solution. I had to adapt it to make sure there is no unused variable warning.

Gmane is gone (?)

2016-08-21 Thread Paul A Rubin
Apologies if this has already been discussed -- I only recently regained access to the mailing lists, which I previously accessed via GMANE. I believe that GMANE no longer exists -- the maintainer was hit with one DDOS attack too many, decided enough was enough, and pulled the plug. The web

Re: lib/symbols issue

2016-08-21 Thread Georg Baum
Georg Baum wrote: > Am 05.08.2016 um 21:11 schrieb Richard Heck: > >> So far as I can see, the fourth of these, in whichever version, is never >> used in the existing code. > > This was added because the macro machinery did support it already. small correction: it is used by \leq, \geq etc,

Re: lib/symbols issue

2016-08-21 Thread Georg Baum
Am 05.08.2016 um 21:11 schrieb Richard Heck: When Georg added the ability to assign HTML entities to global math macros, as cc87f810, a comment in the code said: syntax: Either \def\macroname{definition} or \def\macroname{definition} requires or \def\macroname{definition} requires xmlname or

Re: [LyX/master] Add verbose option

2016-08-21 Thread Kornel Benko
Am Samstag, 20. August 2016 um 00:44:42, schrieb Enrico Forestieri > On Fri, Aug 19, 2016 at 02:18:42PM +0200, Jean-Marc Lasgouttes wrote: > > > Le 19/08/2016 à 12:22, Enrico Forestieri a écrit : > > >Thanks. Actually, this is not a cmake only issue but only shows with > >

Re: Loop in pdflatex

2016-08-21 Thread Richard Heck
On 08/21/2016 05:13 AM, Jean-Jacques Girardot wrote: > Hi ! > > I just got a bug while working on a lyx document. > The bug is most likely in « pdflatex », and more specifically in a « > tikzpicture ». > This is the latex code, I forgot a « ; » after node {A} and pdflatex went in > a infinite

Loop in pdflatex (2nd message)

2016-08-21 Thread Jean-Jacques Girardot
Hi again ! Sorry, I clicked on the wrong icon. Here is the LyX document with the tikZ bug. Bug_pdflatex.lyx Description: Binary data Here is the pdflatex version used : $ pdflatex --version pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013) kpathsea version 6.1.1 Copyright 2013 Peter

Loop in pdflatex

2016-08-21 Thread Jean-Jacques Girardot
Hi ! I just got a bug while working on a lyx document. The bug is most likely in « pdflatex », and more specifically in a « tikzpicture ». This is the latex code, I forgot a « ; » after node {A} and pdflatex went in a infinite loop, possibly creating a large log file.