Re: .pdf detected as suspicious because it registers as .bin........

2017-06-09 Thread Charlie
On Fri, 9 Jun 2017 13:06:07 -0400
Scott Kostyshak  wrote:

> > > Indeed, I've read that determining the type of file from the file
> > > itself can be tricky. See also:
> > > 
> > > https://en.wikipedia.org/wiki/Magic_number_(programming)
> > > 
> > > Scott  
> > 
> > Thank you for the link.  
> 
> I'm not sure if this link is relevant:
> 
> https://stackoverflow.com/a/37616343/1376404
> 
> Scott

Thanks Scott,

This could very well be the case. I wonder what corruption it might be.
Created in LyX which would pick up any wrongness, and then converted
with a converter that has never before failed to deliver the .pdf?

Anyway, have bookmarked this for future use if needed.

Thank You,
Charlie

-- 
Registered Linux User:- 329524
***

Whatever you can do, or dream you can, begin it. Boldness has
genius, power and magic in it. --Johann Wolfgang von Goethe

***

Debian GNU/Linux - Magic indeed.

-


Re: Help improve LyX's defaults by sharing your preferences

2017-06-09 Thread Helge Hafting



# LyX 2.2.2 generated this file. If you want to make your own
# modifications you should do them from inside LyX and save.

Format 19


#
# MISC SECTION ##
#

\user_name "Helge Hafting"
\user_email ""
\preview no_math

#
# SCREEN & FONTS SECTION 
#

\screen_zoom 170
\screen_font_roman "Linux Libertine"
\screen_font_sizes 5 7 8 9 10 12 14.4 17.26 20.74 24.88
\fullscreen_scrollbar false
\single_instance false

#
# COLOR SECTION ###
#


#
# PRINTER SECTION ###
#


#
# TEX SECTION ###
#


#
# FILE SECTION ##
#

\example_path "/home/helgehaf/.lyx/templates"
\hunspelldir_path "/usr/share/hunspell"

#
# PLAIN TEXT EXPORT SECTION ##
#


#
# SPELLCHECKER SECTION ##
#


#
# LANGUAGE SUPPORT SECTION ##
#

\spellchecker hunspell
\spellcheck_continuously true

#
# 2nd MISC SUPPORT SECTION ##
#


#
# FORMATS SECTION ##
#


#
# CONVERTERS SECTION ##
#


#
# COPIERS SECTION ##
#



Re: List of TODOs missing from LyX interface?

2017-06-09 Thread Klaus-Dieter Bauer
Forgot to answer it to the mailing list.

2017-06-09 2:00 GMT+02:00 John Kane :

> Sorry, I misunderstood you. They don't furn up in the outlliner for me
> either. I don't think they are intended to.  I know you can insert a ToDo
> list in the pdf but I don't have any idea about the outliner.
>
> On 8 June 2017 at 13:04, Klaus-Dieter Bauer 
> wrote:
>
>> The items defined in ``todonotes.module`` show up in the ``Insert`` menu,
>> but the question was about these items being displayed in the ``Outline``
>> pane and the ``Navigation`` menu.
>>
>> Two module – ``todonotes.module`` and ``theorems-std.module`` via
>> ``theorems.inc`` – contain a ``OutlinerName`` line and corresponding
>> ``AddToToc`` lines in the relevant inset and style definitions.
>>
>> I assumed these are supposed to be visible in the ``Outline`` views of
>> LyX, so I wanted to ask about the effect of these declarations which, as
>> far as I can tell, seem to have no effect.
>>
>> - Klaus
>>
>> 2017-06-08 17:28 GMT+02:00 John Kane :
>>
>>> It definitely is not showing up  in "Insert > Custom Inserts"?
>>>
>>> On 8 June 2017 at 10:32, Klaus-Dieter Bauer <
>>> bauer.klaus.die...@gmail.com> wrote:
>>>
 Hello!

 In ``todonotes.module`` I noticed the line

 OutlinerName todonotes "TODO"


 which I assume is meant to add the list of TODOs to the user interface
 in the manner of the table of contents and list of figures etc, i.e. having
 entries in both the "Navigate" menu and the "Outline" pane.

 However, I can't find any indication of such an outliner in the
 interface after adding the module and a todonnote. (I uploaded the example
 file to [1] for reference).

 Is there any possibility to get this working?

 If not, would this be considered a bug?

   - Klaus

 ––

 [1] https://drive.google.com/drive/folders/0Bxu3imuSrPFaUVcyOWxfZ1h4bzQ


>>>
>>>
>>> --
>>> John Kane
>>> Kingston ON Canada
>>>
>>
>>
>
>
> --
> John Kane
> Kingston ON Canada
>


Re: Lyx 2.2.3 for Ubuntu 16.04

2017-06-09 Thread Liviu Andronic
On Wed, Jun 7, 2017 at 3:29 PM, Scott Kostyshak  wrote:

> On Wed, Jun 07, 2017 at 11:37:29AM +0200, Mario D wrote:
> > It looks like Liv's PPA is no longer update. It is really a pity :(
> > Thank you for the link, anyway.
>
> Liviu, will you have time to update the PPA any time soon?
>
>
Sorry for the delay. Ubuntu 2.2.3 packages are now uploaded to the PPA:
https://launchpad.net/~lyx-devel/+archive/ubuntu/release


Regards,
Liviu



> Scott
>


Re: My created My created vector graphics ⚓ symbol inputs to LyX but does not export to PDF XeTex

2017-06-09 Thread Helge Hafting



Den 08. juni 2017 14:09, skrev Vilis:

I have banged my head for hours against all of your instructions on how to
get my ⚓ to export from LyX to PDF XeTex.
Try it, you'll like it, but tell me in noob terms step by step how to get it
to appear in my .pdf document output.
Vector graphichs you say - but what format? ps? eps? pdf? svg? Something 
else?
LyX support some vector graphichs formats - just use Insert->Graphics 
and give the name of your vector graphics file.


If the format isn't supported, see if you can convert it to postscript 
or PDF.

Helge Hafting


Re: Lyx 2.2.3 for Ubuntu 16.04

2017-06-09 Thread Scott Kostyshak
On Fri, Jun 09, 2017 at 09:11:13AM +0200, Liviu Andronic wrote:

> Sorry for the delay. Ubuntu 2.2.3 packages are now uploaded to the PPA:
> https://launchpad.net/~lyx-devel/+archive/ubuntu/release

Thanks, Liviu!

Scott


Re: .pdf detected as suspicious because it registers as .bin........

2017-06-09 Thread Scott Kostyshak
On Tue, May 30, 2017 at 10:14:03PM +1000, Charlie wrote:

> > Indeed, I've read that determining the type of file from the file
> > itself can be tricky. See also:
> > 
> > https://en.wikipedia.org/wiki/Magic_number_(programming)
> > 
> > Scott
> 
> Thank you for the link.

I'm not sure if this link is relevant:

https://stackoverflow.com/a/37616343/1376404

Scott


[jan.anna...@uantwerpen.be: Re: Help improve LyX's defaults by sharing your preferences]

2017-06-09 Thread Scott Kostyshak
Jan gave his permission for me to make his preferences file public.

Scott
--- Begin Message ---
Hi Scott
Here is my preference file (Mac OS 10.10.5, Lyx 2.2.0).

HTH,

Jan

From: "lyx-users@lists.lyx.org"  on behalf of Scott 
Kostyshak 
Date: Thursday 1 June 2017 22:07
To: "lyx-users@lists.lyx.org" 
Subject: Help improve LyX's defaults by sharing your preferences

Dear all,

There are many different preferences that the user can customize. It is
difficult to think about what is the best default preferences for the
most amount of users. One way I've thought of to get an idea of this is
to start collecting user's preferences. If we see that a lot of users
have changed a certain preference, we might think about changing the
default. Of course, for you this won't make much of a difference since
you have that setting set anyway. But it could make a difference for the
out-of-the-box experience of new LyX users.

Just to set realistic expectations, I would say that the chance of us
changing a default preference are pretty low (see, for example, [1], for
why this is complicated). In order to tak a rist, we need to have a lot
of evidence about the average user; and since you are on a LyX mailing
list that means you are not an average user in my opinion :).

Preferences in particular that I'm curious about are:

  screen zoom
  continuous spellcheck
  math preview

Before posting, please check your preferences file manually for any
information that you prefer not to be made public.

Your preferences are in a file called "preferences", stored in your user
directory. To locate your user directory, see Help > About (I think on
Mac this is LyX > About?). If you go to your user directory and there is
no "preferences" file, that means that you have not changed any of the
defaults. I still want to know in this case. If you could just respond
"default", then that would be helpful.

Please state your OS with the categories of Windows, Mac, or Linux. This
is important because it is possible to have different default
preferences on different platforms.

Attached is my preferences file.

Scott


[1] 
https://www.mail-archive.com/search?l=mid=CAO7dr0isQTesZ9cJeobrA0vYFr3ctUMA-JWTPDx677tjz286Ew%40mail.gmail.com



preferences
Description: preferences
--- End Message ---


signature.asc
Description: PGP signature


Re: List of TODOs missing from LyX interface?

2017-06-09 Thread Jürgen Spitzmüller
Am Donnerstag, den 08.06.2017, 16:32 +0200 schrieb Klaus-Dieter Bauer:
> Hello!
> 
> In ``todonotes.module`` I noticed the line 
> 
> OutlinerName todonotes "TODO"
> 
> which I assume is meant to add the list of TODOs to the user
> interface in the manner of the table of contents and list of figures
> etc, i.e. having entries in both the "Navigate" menu and the
> "Outline" pane. 
> 
> However, I can't find any indication of such an outliner in the
> interface after adding the module and a todonnote. (I uploaded the
> example file to [1] for reference).
> 
> Is there any possibility to get this working? 

Not in LyX 2.2.x.

> 
> If not, would this be considered a bug?

A missing feature that will be implemented in forthcoming LyX 2.3:

http://wiki.lyx.org/LyX/NewInLyX23#tocbackend

Jürgen

> 
>   - Klaus
> 
> ––
> 
> [1] https://drive.google.com/drive/folders/0Bxu3imuSrPFaUVcyOWxfZ1h4b
> zQ
> 

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


Fwd: Re: Issue with Lyx Editor

2017-06-09 Thread Paul A. Rubin




 Forwarded Message 
Subject:Re: Issue with Lyx Editor
Date:   Fri, 9 Jun 2017 18:40:53 +0100
From:   John Beattie 
To: Paul A. Rubin 


I have now seen the same behaviour with Beyond Compare.  Oddly, on one occasion
the sticky dropdown went away without me closing the app.  Race condition of
some sort?

Anyhow, it looks to me like a Qt or Mate bug. I'm expecting it to go away when I
upgrade my distro.

BR, John



Re: Lyx 2.2.3 for Ubuntu 16.04

2017-06-09 Thread FS
Thank you.

Il 09 giugno 2017 09:11:13 CEST, Liviu Andronic  ha scritto:
>On Wed, Jun 7, 2017 at 3:29 PM, Scott Kostyshak 
>wrote:
>
>> On Wed, Jun 07, 2017 at 11:37:29AM +0200, Mario D wrote:
>> > It looks like Liv's PPA is no longer update. It is really a pity :(
>> > Thank you for the link, anyway.
>>
>> Liviu, will you have time to update the PPA any time soon?
>>
>>
>Sorry for the delay. Ubuntu 2.2.3 packages are now uploaded to the PPA:
>https://launchpad.net/~lyx-devel/+archive/ubuntu/release
>
>
>Regards,
>Liviu
>
>
>
>> Scott
>>