Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Richard Kimberly Heck
On 12/23/18 3:23 PM, Kornel Benko wrote:
> Am Sonntag, 23. Dezember 2018 21:13:49 CET schrieb Kornel Benko 
> :
>> Am Sonntag, 23. Dezember 2018 21:07:50 CET schrieb Daniel :
>>> On 23/12/2018 20:52, Kornel Benko wrote:
 Am Sonntag, 23. Dezember 2018 20:34:39 CET schrieb Daniel 
 :
> On 23/12/2018 20:27, Kornel Benko wrote:
>> Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
>> :
>>> Anders,
>>>
>>> Stephen Witt mentioned that he was using RSVG-convert.  So I installed, 
>>> using macports librsvg.  I did a reconfigure on Lyx, and now the svgz 
>>> snippets show up.
>>>
>>> Don’t know why it is required to have this package, as Lyx should 
>>> supply everything it needs to make all these conversions work.
>> No.
>> rsvg-convert is independent of lyx, as is also inkscape or any other 
>> executable.
> While Inkscape is not provided with LyX, rsvg-convert is, at least on
> Windows.
>
> Daniel
>
 By lyx? (If yes, then I think that is not OK, since it is not a program we 
 created).
>>> I am pretty sure by LyX since it is in the LyX bin directory.
>>>
>>> (I guess it is OK as long as no licenses are violates. On Windows, which 
>>> has no package dependency system like some Linux distributions, it is 
>>> pretty common that applications come with such helper applications, 
>>> especially for open source software.)
>>>
>>> Daniel
>>>
>> I am surprised. Riki, is that part of our installation script?
>>
>>  Kornel
>>
> OK, found a file with a list of executables
> development/Win32/packaging/installer/include/filelist.nsh. 
> Very strange policy for a unix user.

Yes, there's a bunch of stuff we install with LyX on Windows. My
understanding, as Daniel said, is that this is because configuring this
kind of thing on Windows is very difficult, due to path issues and the
registry, etc, etc.

Riki




Re: German Download Page [and Russian]

2018-12-23 Thread Richard Kimberly Heck
On 12/23/18 6:59 PM, Richard Kimberly Heck wrote:
> Can someone update the German download page here:
>
>     https://www.lyx.org/WebDe.Download
>
> to reflect the fact that the bundle installer no longer exists? And add
> this language:
>
> NOTE: Before you install LyX on Windows, you need to install a TeX
> distribution. For more information on how to do this, please see this
> page on the LyX wiki.

This also needs to be done on the Russian page.

Riki




German Download Page

2018-12-23 Thread Richard Kimberly Heck
Can someone update the German download page here:

    https://www.lyx.org/WebDe.Download

to reflect the fact that the bundle installer no longer exists? And add
this language:

NOTE: Before you install LyX on Windows, you need to install a TeX
distribution. For more information on how to do this, please see this
page on the LyX wiki.

Thanks,

Riki




Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Stephan Witt
Am 23.12.2018 um 19:28 schrieb Robert Betz :
> 
> Anders,
> 
> Stephen Witt mentioned that he was using RSVG-convert.  So I installed, using 
> macports librsvg.  I did a reconfigure on Lyx, and now the svgz snippets show 
> up.
> 
> Don’t know why it is required to have this package, as Lyx should supply 
> everything it needs to make all these conversions work.

It’s a little bit more convoluted than you think.

I’ve tried to disable rsvg-convert by making it a non-executable and the shell 
didn’t find it - but LyX detected it and couldn’t run it. So, it was not right 
to say, I’m having the same problem as you. My problem was to have a 
non-working rsvg-convert. Then I renamed rsvg-convert and the preview of SVG 
graphics snippets worked out-of-the-box again. Next I’ve installed inkscape 
0.91 and immediately had your problem after reconfiguring LyX. LyX was able to 
find end execute inkscape but the converter script used contains a strange 
command line and the conversion failed because of it.

The python script generated on the fly by LyX has two superfluous „$$p“ in 
front of the real path names of in and out files.

# if os.system(r'inkscape --without-gui --file=$$p' + '"' + infile + '"' + ' 
--export-png=$$p' + '"' + outfile + '"' + '') != 0:

This is a consequence of the auto detected converter configuration line in 
~/Library/Application\ Support/LyX-2.3/lyxrc.defaults

\converter svgpng"inkscape --without-gui --file=$$p$$i 
--export-png=$$p$$o""",

I’m not sure how this should work - obviously it doesn’t work.

It would be good to file a trac ticket about this issue.

Stephan

> 
> Just thought I would let you and others following this thread that this is 
> what made it work (for me anyway).
> 
> 
> Regards,
> 
> Bob
> 
> 
> PROFESSOR ROBERT BETZ
> School of Electrical Engineering and Computing
> Faculty of Engineering and Built Environment
> 
> T: +61 2 4921 6091
> M: +61 (0)419 249 948
> E: robert.b...@newcastle.edu.au
> 
> The University of Newcastle (UoN)
> University Drive
> Callaghan NSW 2308
> Australia
> 
> CRICOS Provider 00109J
> 
> 
> 
> 
>> On 23 Dec 2018, at 3:06 pm, Anders Ekberg  wrote:
>> 
>>> 
>>> On 23 Dec 2018, at 13:05, Stephan Witt  wrote:
>>> 
>>> Am 22.12.2018 um 23:59 schrieb Robert Betz :
 
 Daniel,
 
 I have tired all sorts of things on Mac OS X Mojave but I cannot get 
 either SVG or SVGZ files to render in Lyx.  Just get error generating 
 loadable format.
 
 I was wondering if any other users on Mac OS X Mojave are having problems 
 with rendering SVG and/or SVGZ?  An easy way to test this is to load up 
 the User Manual in Lyx and scroll down until you hit the small svgs 
 snippets in the text (used to store pictures of screen buttons in the 
 file).
>>> 
>>> I’m sure it worked for me in the past. So I gave it a try on Mojave and it 
>>> works.
>>> 
>>> Then I tried to break it and this is easy. My converter configuration does 
>>> the SVG to PNG conversion with rsvg-convert because I’ve installed it from 
>>> MacPorts. But the idea was to have a reasonable fallback for those not 
>>> having it. It looks like not working anymore. I changed my system to make 
>>> rsvg-convert unavailable and now I cannot display SVG anymore too.
>>> 
>>> I’ll investigate the issue and report back.
>>> 
>>> Stephan
>> 
>> F.Y.I. svgs in the LyX 2.3.2 User’s guide do not render for me on Mojave 
>> with Inkscape installed, but no special converters defined. (No idea how it 
>> was before upgrading though…)
>> 
>> /Anders
>> 
>> 
>>> @Daniel: Does it work on Windows without inkscape?
>>> 
 
 Thanks.
 
 
 Regards,
 
 Bob
 
 
 PROFESSOR ROBERT BETZ
 School of Electrical Engineering and Computing
 Faculty of Engineering and Built Environment
 
 T: +61 2 4921 6091
 M: +61 (0)419 249 948
 E: robert.b...@newcastle.edu.au
 
 The University of Newcastle (UoN)
 University Drive
 Callaghan NSW 2308
 Australia
 
 CRICOS Provider 00109J
 
 
 
 
> On 20 Dec 2018, at 2:20 pm, Daniel  wrote:
> 
> On 20/12/2018 12:00, Robert Betz wrote:
>> I don’t know whether anyone else is having trouble with the snippets in 
>> the Lyx User Guide, but on my Machine (Mac OS X V10.14.2 Mojave) the 
>> svgz snippets all get errors as below
>> I anyone else having this problem.  The Inkscape converter seems to be 
>> having problems with these.  Works fine in Ubuntu.
>> Regards,
>> Bob
> 
> Works fine under Win10.
> 
> Daniel
> 



Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Kornel Benko
Am Sonntag, 23. Dezember 2018 21:13:49 CET schrieb Kornel Benko 
:
> Am Sonntag, 23. Dezember 2018 21:07:50 CET schrieb Daniel :
> > On 23/12/2018 20:52, Kornel Benko wrote:
> > > Am Sonntag, 23. Dezember 2018 20:34:39 CET schrieb Daniel 
> > > :
> > >> On 23/12/2018 20:27, Kornel Benko wrote:
> > >>> Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
> > >>> :
> >  Anders,
> > 
> >  Stephen Witt mentioned that he was using RSVG-convert.  So I 
> >  installed, using macports librsvg.  I did a reconfigure on Lyx, and 
> >  now the svgz snippets show up.
> > 
> >  Don’t know why it is required to have this package, as Lyx should 
> >  supply everything it needs to make all these conversions work.
> > >>>
> > >>> No.
> > >>> rsvg-convert is independent of lyx, as is also inkscape or any other 
> > >>> executable.
> > >>
> > >> While Inkscape is not provided with LyX, rsvg-convert is, at least on
> > >> Windows.
> > >>
> > >> Daniel
> > >>
> > > 
> > > By lyx? (If yes, then I think that is not OK, since it is not a program 
> > > we created).
> > 
> > I am pretty sure by LyX since it is in the LyX bin directory.
> > 
> > (I guess it is OK as long as no licenses are violates. On Windows, which 
> > has no package dependency system like some Linux distributions, it is 
> > pretty common that applications come with such helper applications, 
> > especially for open source software.)
> > 
> > Daniel
> > 
> 
> I am surprised. Riki, is that part of our installation script?
> 
>   Kornel
> 

OK, found a file with a list of executables
development/Win32/packaging/installer/include/filelist.nsh. 
Very strange policy for a unix user.

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Kornel Benko
Am Sonntag, 23. Dezember 2018 21:07:50 CET schrieb Daniel :
> On 23/12/2018 20:52, Kornel Benko wrote:
> > Am Sonntag, 23. Dezember 2018 20:34:39 CET schrieb Daniel :
> >> On 23/12/2018 20:27, Kornel Benko wrote:
> >>> Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
> >>> :
>  Anders,
> 
>  Stephen Witt mentioned that he was using RSVG-convert.  So I installed, 
>  using macports librsvg.  I did a reconfigure on Lyx, and now the svgz 
>  snippets show up.
> 
>  Don’t know why it is required to have this package, as Lyx should supply 
>  everything it needs to make all these conversions work.
> >>>
> >>> No.
> >>> rsvg-convert is independent of lyx, as is also inkscape or any other 
> >>> executable.
> >>
> >> While Inkscape is not provided with LyX, rsvg-convert is, at least on
> >> Windows.
> >>
> >> Daniel
> >>
> > 
> > By lyx? (If yes, then I think that is not OK, since it is not a program we 
> > created).
> 
> I am pretty sure by LyX since it is in the LyX bin directory.
> 
> (I guess it is OK as long as no licenses are violates. On Windows, which 
> has no package dependency system like some Linux distributions, it is 
> pretty common that applications come with such helper applications, 
> especially for open source software.)
> 
> Daniel
> 

I am surprised. Riki, is that part of our installation script?

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Daniel

On 23/12/2018 20:52, Kornel Benko wrote:

Am Sonntag, 23. Dezember 2018 20:34:39 CET schrieb Daniel :

On 23/12/2018 20:27, Kornel Benko wrote:

Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
:

Anders,

Stephen Witt mentioned that he was using RSVG-convert.  So I installed, using 
macports librsvg.  I did a reconfigure on Lyx, and now the svgz snippets show 
up.

Don’t know why it is required to have this package, as Lyx should supply 
everything it needs to make all these conversions work.


No.
rsvg-convert is independent of lyx, as is also inkscape or any other executable.


While Inkscape is not provided with LyX, rsvg-convert is, at least on
Windows.

Daniel



By lyx? (If yes, then I think that is not OK, since it is not a program we 
created).


I am pretty sure by LyX since it is in the LyX bin directory.

(I guess it is OK as long as no licenses are violates. On Windows, which 
has no package dependency system like some Linux distributions, it is 
pretty common that applications come with such helper applications, 
especially for open source software.)


Daniel



Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Kornel Benko
Am Sonntag, 23. Dezember 2018 20:34:39 CET schrieb Daniel :
> On 23/12/2018 20:27, Kornel Benko wrote:
> > Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
> > :
> >> Anders,
> >>
> >> Stephen Witt mentioned that he was using RSVG-convert.  So I installed, 
> >> using macports librsvg.  I did a reconfigure on Lyx, and now the svgz 
> >> snippets show up.
> >>
> >> Don’t know why it is required to have this package, as Lyx should supply 
> >> everything it needs to make all these conversions work.
> > 
> > No.
> > rsvg-convert is independent of lyx, as is also inkscape or any other 
> > executable.
> 
> While Inkscape is not provided with LyX, rsvg-convert is, at least on 
> Windows.
> 
> Daniel
> 

By lyx? (If yes, then I think that is not OK, since it is not a program we 
created).

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Ticket #10117: Space at end of line is invisible

2018-12-23 Thread Daniel

I have made a suggestion of how spaces at the end of lines could be handled:

https://www.lyx.org/trac/ticket/10117#comment:34

But I am unsure. Was there a discussion of this before?

(As I mention in the comment, my engagement with this is purely 
theoretical. But I hope that might still be useful.)


Daniel



Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Daniel

On 23/12/2018 20:27, Kornel Benko wrote:

Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
:

Anders,

Stephen Witt mentioned that he was using RSVG-convert.  So I installed, using 
macports librsvg.  I did a reconfigure on Lyx, and now the svgz snippets show 
up.

Don’t know why it is required to have this package, as Lyx should supply 
everything it needs to make all these conversions work.


No.
rsvg-convert is independent of lyx, as is also inkscape or any other executable.


While Inkscape is not provided with LyX, rsvg-convert is, at least on 
Windows.


Daniel



Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Kornel Benko
Am Sonntag, 23. Dezember 2018 18:28:57 CET schrieb Robert Betz 
:
> Anders,
> 
> Stephen Witt mentioned that he was using RSVG-convert.  So I installed, using 
> macports librsvg.  I did a reconfigure on Lyx, and now the svgz snippets show 
> up.
> 
> Don’t know why it is required to have this package, as Lyx should supply 
> everything it needs to make all these conversions work.

No.
rsvg-convert is independent of lyx, as is also inkscape or any other executable.

> Just thought I would let you and others following this thread that this is 
> what made it work (for me anyway).
> 

Others reported problem with rsvg-convert, for them was inkscape the solution.

We try to find a suitable executables existing on the users platform, so as to 
not mess
with other existing workflows there.

> Regards,
> 
> Bob

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Robert Betz
Anders,

Stephen Witt mentioned that he was using RSVG-convert.  So I installed, using 
macports librsvg.  I did a reconfigure on Lyx, and now the svgz snippets show 
up.

Don’t know why it is required to have this package, as Lyx should supply 
everything it needs to make all these conversions work.

Just thought I would let you and others following this thread that this is what 
made it work (for me anyway).


Regards,

Bob


PROFESSOR ROBERT BETZ
School of Electrical Engineering and Computing
Faculty of Engineering and Built Environment

T: +61 2 4921 6091
M: +61 (0)419 249 948
E: robert.b...@newcastle.edu.au

The University of Newcastle (UoN)
University Drive
Callaghan NSW 2308
Australia

CRICOS Provider 00109J




> On 23 Dec 2018, at 3:06 pm, Anders Ekberg  wrote:
> 
>> 
>> On 23 Dec 2018, at 13:05, Stephan Witt  wrote:
>> 
>> Am 22.12.2018 um 23:59 schrieb Robert Betz :
>>> 
>>> Daniel,
>>> 
>>> I have tired all sorts of things on Mac OS X Mojave but I cannot get either 
>>> SVG or SVGZ files to render in Lyx.  Just get error generating loadable 
>>> format.
>>> 
>>> I was wondering if any other users on Mac OS X Mojave are having problems 
>>> with rendering SVG and/or SVGZ?  An easy way to test this is to load up the 
>>> User Manual in Lyx and scroll down until you hit the small svgs snippets in 
>>> the text (used to store pictures of screen buttons in the file).
>> 
>> I’m sure it worked for me in the past. So I gave it a try on Mojave and it 
>> works.
>> 
>> Then I tried to break it and this is easy. My converter configuration does 
>> the SVG to PNG conversion with rsvg-convert because I’ve installed it from 
>> MacPorts. But the idea was to have a reasonable fallback for those not 
>> having it. It looks like not working anymore. I changed my system to make 
>> rsvg-convert unavailable and now I cannot display SVG anymore too.
>> 
>> I’ll investigate the issue and report back.
>> 
>> Stephan
> 
> F.Y.I. svgs in the LyX 2.3.2 User’s guide do not render for me on Mojave with 
> Inkscape installed, but no special converters defined. (No idea how it was 
> before upgrading though…)
> 
> /Anders
> 
> 
>> @Daniel: Does it work on Windows without inkscape?
>> 
>>> 
>>> Thanks.
>>> 
>>> 
>>> Regards,
>>> 
>>> Bob
>>> 
>>> 
>>> PROFESSOR ROBERT BETZ
>>> School of Electrical Engineering and Computing
>>> Faculty of Engineering and Built Environment
>>> 
>>> T: +61 2 4921 6091
>>> M: +61 (0)419 249 948
>>> E: robert.b...@newcastle.edu.au
>>> 
>>> The University of Newcastle (UoN)
>>> University Drive
>>> Callaghan NSW 2308
>>> Australia
>>> 
>>> CRICOS Provider 00109J
>>> 
>>> 
>>> 
>>> 
 On 20 Dec 2018, at 2:20 pm, Daniel  wrote:
 
 On 20/12/2018 12:00, Robert Betz wrote:
> I don’t know whether anyone else is having trouble with the snippets in 
> the Lyx User Guide, but on my Machine (Mac OS X V10.14.2 Mojave) the svgz 
> snippets all get errors as below
> I anyone else having this problem.  The Inkscape converter seems to be 
> having problems with these.  Works fine in Ubuntu.
> Regards,
> Bob
 
 Works fine under Win10.
 
 Daniel



smime.p7s
Description: S/MIME cryptographic signature


Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Robert Betz
Anders,

That is the configuration that I have — I have Inkscape installed, and this is 
the File Converter that is being used for SVG and SVGZ files.  I ran Lyx in 
debug mode and I could see that there was some sort of a failure surrounding 
using Inkscape as the converter.  As I understand it, Inkscape is installed as 
part of the Lyx installation, so I assumed that it is using its own local copy.

Is there an alternative way to set this up so that another render engine is 
used that works?

Thanks is advance for any advice.

Regards,

Bob


PROFESSOR ROBERT BETZ
School of Electrical Engineering and Computing
Faculty of Engineering and Built Environment

T: +61 2 4921 6091
M: +61 (0)419 249 948
E: robert.b...@newcastle.edu.au

The University of Newcastle (UoN)
University Drive
Callaghan NSW 2308
Australia

CRICOS Provider 00109J




> On 23 Dec 2018, at 3:06 pm, Anders Ekberg  wrote:
> 
>> 
>> On 23 Dec 2018, at 13:05, Stephan Witt  wrote:
>> 
>> Am 22.12.2018 um 23:59 schrieb Robert Betz :
>>> 
>>> Daniel,
>>> 
>>> I have tired all sorts of things on Mac OS X Mojave but I cannot get either 
>>> SVG or SVGZ files to render in Lyx.  Just get error generating loadable 
>>> format.
>>> 
>>> I was wondering if any other users on Mac OS X Mojave are having problems 
>>> with rendering SVG and/or SVGZ?  An easy way to test this is to load up the 
>>> User Manual in Lyx and scroll down until you hit the small svgs snippets in 
>>> the text (used to store pictures of screen buttons in the file).
>> 
>> I’m sure it worked for me in the past. So I gave it a try on Mojave and it 
>> works.
>> 
>> Then I tried to break it and this is easy. My converter configuration does 
>> the SVG to PNG conversion with rsvg-convert because I’ve installed it from 
>> MacPorts. But the idea was to have a reasonable fallback for those not 
>> having it. It looks like not working anymore. I changed my system to make 
>> rsvg-convert unavailable and now I cannot display SVG anymore too.
>> 
>> I’ll investigate the issue and report back.
>> 
>> Stephan
> 
> F.Y.I. svgs in the LyX 2.3.2 User’s guide do not render for me on Mojave with 
> Inkscape installed, but no special converters defined. (No idea how it was 
> before upgrading though…)
> 
> /Anders
> 
> 
>> @Daniel: Does it work on Windows without inkscape?
>> 
>>> 
>>> Thanks.
>>> 
>>> 
>>> Regards,
>>> 
>>> Bob
>>> 
>>> 
>>> PROFESSOR ROBERT BETZ
>>> School of Electrical Engineering and Computing
>>> Faculty of Engineering and Built Environment
>>> 
>>> T: +61 2 4921 6091
>>> M: +61 (0)419 249 948
>>> E: robert.b...@newcastle.edu.au
>>> 
>>> The University of Newcastle (UoN)
>>> University Drive
>>> Callaghan NSW 2308
>>> Australia
>>> 
>>> CRICOS Provider 00109J
>>> 
>>> 
>>> 
>>> 
 On 20 Dec 2018, at 2:20 pm, Daniel  wrote:
 
 On 20/12/2018 12:00, Robert Betz wrote:
> I don’t know whether anyone else is having trouble with the snippets in 
> the Lyx User Guide, but on my Machine (Mac OS X V10.14.2 Mojave) the svgz 
> snippets all get errors as below
> I anyone else having this problem.  The Inkscape converter seems to be 
> having problems with these.  Works fine in Ubuntu.
> Regards,
> Bob
 
 Works fine under Win10.
 
 Daniel



smime.p7s
Description: S/MIME cryptographic signature


Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Anders Ekberg


> On 23 Dec 2018, at 13:05, Stephan Witt  wrote:
> 
> Am 22.12.2018 um 23:59 schrieb Robert Betz :
>> 
>> Daniel,
>> 
>> I have tired all sorts of things on Mac OS X Mojave but I cannot get either 
>> SVG or SVGZ files to render in Lyx.  Just get error generating loadable 
>> format.
>> 
>> I was wondering if any other users on Mac OS X Mojave are having problems 
>> with rendering SVG and/or SVGZ?  An easy way to test this is to load up the 
>> User Manual in Lyx and scroll down until you hit the small svgs snippets in 
>> the text (used to store pictures of screen buttons in the file).
> 
> I’m sure it worked for me in the past. So I gave it a try on Mojave and it 
> works.
> 
> Then I tried to break it and this is easy. My converter configuration does 
> the SVG to PNG conversion with rsvg-convert because I’ve installed it from 
> MacPorts. But the idea was to have a reasonable fallback for those not having 
> it. It looks like not working anymore. I changed my system to make 
> rsvg-convert unavailable and now I cannot display SVG anymore too.
> 
> I’ll investigate the issue and report back.
> 
> Stephan

F.Y.I. svgs in the LyX 2.3.2 User’s guide do not render for me on Mojave with 
Inkscape installed, but no special converters defined. (No idea how it was 
before upgrading though…)

/Anders


> @Daniel: Does it work on Windows without inkscape?
> 
>> 
>> Thanks.
>> 
>> 
>> Regards,
>> 
>> Bob
>> 
>> 
>> PROFESSOR ROBERT BETZ
>> School of Electrical Engineering and Computing
>> Faculty of Engineering and Built Environment
>> 
>> T: +61 2 4921 6091
>> M: +61 (0)419 249 948
>> E: robert.b...@newcastle.edu.au
>> 
>> The University of Newcastle (UoN)
>> University Drive
>> Callaghan NSW 2308
>> Australia
>> 
>> CRICOS Provider 00109J
>> 
>> 
>> 
>> 
>>> On 20 Dec 2018, at 2:20 pm, Daniel  wrote:
>>> 
>>> On 20/12/2018 12:00, Robert Betz wrote:
 I don’t know whether anyone else is having trouble with the snippets in 
 the Lyx User Guide, but on my Machine (Mac OS X V10.14.2 Mojave) the svgz 
 snippets all get errors as below
 I anyone else having this problem.  The Inkscape converter seems to be 
 having problems with these.  Works fine in Ubuntu.
 Regards,
 Bob
>>> 
>>> Works fine under Win10.
>>> 
>>> Daniel
>>> 
>>> 
>> 
> 



Re: Lyx V2.3.2 - Issues with svgs snippets on Mac OS X

2018-12-23 Thread Stephan Witt
Am 22.12.2018 um 23:59 schrieb Robert Betz :
> 
> Daniel,
> 
> I have tired all sorts of things on Mac OS X Mojave but I cannot get either 
> SVG or SVGZ files to render in Lyx.  Just get error generating loadable 
> format.
> 
> I was wondering if any other users on Mac OS X Mojave are having problems 
> with rendering SVG and/or SVGZ?  An easy way to test this is to load up the 
> User Manual in Lyx and scroll down until you hit the small svgs snippets in 
> the text (used to store pictures of screen buttons in the file).

I’m sure it worked for me in the past. So I gave it a try on Mojave and it 
works.

Then I tried to break it and this is easy. My converter configuration does the 
SVG to PNG conversion with rsvg-convert because I’ve installed it from 
MacPorts. But the idea was to have a reasonable fallback for those not having 
it. It looks like not working anymore. I changed my system to make rsvg-convert 
unavailable and now I cannot display SVG anymore too.

I’ll investigate the issue and report back.

Stephan

@Daniel: Does it work on Windows without inkscape?

> 
> Thanks.
> 
> 
> Regards,
> 
> Bob
> 
> 
> PROFESSOR ROBERT BETZ
> School of Electrical Engineering and Computing
> Faculty of Engineering and Built Environment
> 
> T: +61 2 4921 6091
> M: +61 (0)419 249 948
> E: robert.b...@newcastle.edu.au
> 
> The University of Newcastle (UoN)
> University Drive
> Callaghan NSW 2308
> Australia
> 
> CRICOS Provider 00109J
> 
> 
> 
> 
>> On 20 Dec 2018, at 2:20 pm, Daniel  wrote:
>> 
>> On 20/12/2018 12:00, Robert Betz wrote:
>>> I don’t know whether anyone else is having trouble with the snippets in the 
>>> Lyx User Guide, but on my Machine (Mac OS X V10.14.2 Mojave) the svgz 
>>> snippets all get errors as below
>>> I anyone else having this problem.  The Inkscape converter seems to be 
>>> having problems with these.  Works fine in Ubuntu.
>>> Regards,
>>> Bob
>> 
>> Works fine under Win10.
>> 
>> Daniel
>> 
>> 
>