Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Paul A . Rubin
Anthony Campbell ac at acampbell.uk writes:

 
 ~/.lyx/configure.log  doesn't show that it has looked for ANY document
 classes, so I suppose that is the problem. Perhaps this is due to
 something wrong with the Freebsd implementation of lyx. It's not a
 disaster because I have other machines on which I can compile the beamer
 files but I'd like to find what is wrong. 

I don't know anything about the FreeBSD implementation. One other possible
thing to try: you could run the (Python) configuration script in a terminal
and see if anything useful jumps out. The script is likely at
/usr/share/lyx/configure.py (that's where I find it on Linux Mint).

Could it be an issue with the version of Python running the script? I know
that 3.0 was not backward compatible with 2.x, but I don't know whether that
would affect the script, and if so whether it would result in a partial
failure or a spectacular implosion.

Paul
 




Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck

On 05/23/2015 12:07 PM, Eildert Groeneveld wrote:

Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?


This: https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

Richard



Re: ulem.sty

2015-05-23 Thread Gordon Cooper

Thanks for the advice to use apt, I should thought of that earlier.
In fact I did use the GUI version :  Package Search which is in the
repos.

Gordon



Re: Lyx error Extra alignment tab has been changed to \cr. Known bug?

2015-05-23 Thread Scott Kostyshak
On Sat, May 23, 2015 at 12:26 PM, Sven Schreiber sveto...@gmx.net wrote:
 Hi,

 I experienced the error message given in the subject, and after some
 searching I think it is the bug described here:

 http://tex.stackexchange.com/questions/180604/lyx-table-row-error

 Is this bug (or rather: are these bugs) already in the lyx bug tracker? I
 looked for them in vain, but perhaps I simply missed them.

 thanks,
 sven

Hi Sven,

Thanks for checking in and providing feedback. I stopped reading the
link you gave after it mentions it puts in ERT \linebreak. This is
because if you cannot reproduce the problem without ERT, then for the
most part LyX does not take responsibility. If you can reproduce it
with ERT, it could be a bug. Can you post a minimal .lyx example
(http://wiki.lyx.org/FAQ/MinimalExample).

The best way to search for a bug that happens in a table is to go to
http://www.lyx.org/trac/wiki/BugTrackerHome, click Search for bugs
then click on the white box in And and choose Component. Choose
Component is : tabular. It gives you this search:
http://www.lyx.org/trac/query?status=acceptedstatus=assignedstatus=newstatus=reopenedsummary=~component=tabulardescription=~reporter=~col=idcol=summarycol=reportercol=statuscol=typecol=severitycol=keywordsdesc=1order=id

Best,

Scott


Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Anthony Campbell
On 22 May 2015, Paul A. Rubin wrote:
 Anthony Campbell ac at acampbell.uk writes:
 
  
  I am using lyx 2.1.3 on Freebsd.
  
  I want to edit some beamer files but lyx complains that it cannot find
  beamer.cls, amssymb.sty, hyperref.sty, pqf.sty, xcolor.sty, xxcolor.sty.
  
  In fact, all these are on the system. I've tried reconfiguring lyx,
  deleting HOME/.lyx, and reinstalling lyx, but the problem persists. Is
  there any way to make lyx find the files?
 
 With this sort of problem, the first step is typically to open a terminal
 and run 'kpsewhich beamer.cls' and verify that the LaTeX search paths are
 correctly configured. (IMHO, this is the most frequent culprit.)
 
 If the paths are okay, the next question is whether LyX sees them during
 configuration. (I'm guessing not.) In ~/.lyx/configure.log, look for the
 line INFO: +checking for document class beamer and see if you got a no
 response (not found).
 
 If kpsewhich finds beamer.cls but LyX doesn't, make sure that LyX runs under
 an account with read permission on the LaTeX directories.
 
 Paul

Thanks for your reply.

kpsewich shows the paths correctly. Permissions are also OK.

~/.lyx/configure.log  doesn't show that it has looked for ANY document
classes, so I suppose that is the problem. Perhaps this is due to
something wrong with the Freebsd implementation of lyx. It's not a
disaster because I have other machines on which I can compile the beamer
files but I'd like to find what is wrong. 

Anthony



-- 
Anthony Campbellhttp://www.acampbell.uk


Re: ulem.sty

2015-05-23 Thread Guenter Milde
On 2015-05-22, Gordon Cooper wrote:
   Thanks for the suggestion Michael. MX-Linux is Debian based
 so the RPM search did not work.


For debian based Linux distributions (*.deb packages), the search tool is
apt-file. After installing and initializing (`apt-file update` as root), you
can search with `apt-file find ulem.sty`.

Günter



no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?

cheers

Eildert





Lyx error Extra alignment tab has been changed to \cr. Known bug?

2015-05-23 Thread Sven Schreiber

Hi,

I experienced the error message given in the subject, and after some 
searching I think it is the bug described here:


http://tex.stackexchange.com/questions/180604/lyx-table-row-error

Is this bug (or rather: are these bugs) already in the lyx bug tracker? 
I looked for them in vain, but perhaps I simply missed them.


thanks,
sven


Re: ulem.sty

2015-05-23 Thread Daniel CLEMENT
Le samedi 23 mai 2015 à 11:37 +, Guenter Milde a écrit :
 On 2015-05-22, Gordon Cooper wrote:
Thanks for the suggestion Michael. MX-Linux is Debian based
  so the RPM search did not work.
 
 
 For debian based Linux distributions (*.deb packages), the search tool is
 apt-file. After installing and initializing (`apt-file update` as root), you
 can search with `apt-file find ulem.sty`.

Good to know: Synaptic's search tool fails to find ulem.sty, whereas
apt-file find succeeds perfectly. Thanks for the good advice.

 
 Günter
 

-- 
Daniel CLEMENT



Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Anthony Campbell
On 22 May 2015, Paul A. Rubin wrote:
 Anthony Campbell ac at acampbell.uk writes:
 
  
  I am using lyx 2.1.3 on Freebsd.
  
  I want to edit some beamer files but lyx complains that it cannot find
  beamer.cls, amssymb.sty, hyperref.sty, pqf.sty, xcolor.sty, xxcolor.sty.
  
  In fact, all these are on the system. I've tried reconfiguring lyx,
  deleting HOME/.lyx, and reinstalling lyx, but the problem persists. Is
  there any way to make lyx find the files?
 
 With this sort of problem, the first step is typically to open a terminal
 and run 'kpsewhich beamer.cls' and verify that the LaTeX search paths are
 correctly configured. (IMHO, this is the most frequent culprit.)
 
 If the paths are okay, the next question is whether LyX sees them during
 configuration. (I'm guessing not.) In ~/.lyx/configure.log, look for the
 line INFO: +checking for document class beamer and see if you got a no
 response (not found).
 
 If kpsewhich finds beamer.cls but LyX doesn't, make sure that LyX runs under
 an account with read permission on the LaTeX directories.
 
 Paul

Thanks for your reply.

kpsewich shows the paths correctly. Permissions are also OK.

~/.lyx/configure.log  doesn't show that it has looked for ANY document
classes, so I suppose that is the problem. Perhaps this is due to
something wrong with the Freebsd implementation of lyx. It's not a
disaster because I have other machines on which I can compile the beamer
files but I'd like to find what is wrong. 

Anthony



-- 
Anthony Campbellhttp://www.acampbell.uk


Re: ulem.sty

2015-05-23 Thread Guenter Milde
On 2015-05-22, Gordon Cooper wrote:
   Thanks for the suggestion Michael. MX-Linux is Debian based
 so the RPM search did not work.


For debian based Linux distributions (*.deb packages), the search tool is
apt-file. After installing and initializing (`apt-file update` as root), you
can search with `apt-file find ulem.sty`.

Günter



Re: ulem.sty

2015-05-23 Thread Daniel CLEMENT
Le samedi 23 mai 2015 à 11:37 +, Guenter Milde a écrit :
 On 2015-05-22, Gordon Cooper wrote:
Thanks for the suggestion Michael. MX-Linux is Debian based
  so the RPM search did not work.
 
 
 For debian based Linux distributions (*.deb packages), the search tool is
 apt-file. After installing and initializing (`apt-file update` as root), you
 can search with `apt-file find ulem.sty`.

Good to know: Synaptic's search tool fails to find ulem.sty, whereas
apt-file find succeeds perfectly. Thanks for the good advice.

 
 Günter
 

-- 
Daniel CLEMENT



no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?

cheers

Eildert





Lyx error Extra alignment tab has been changed to \cr. Known bug?

2015-05-23 Thread Sven Schreiber

Hi,

I experienced the error message given in the subject, and after some 
searching I think it is the bug described here:


http://tex.stackexchange.com/questions/180604/lyx-table-row-error

Is this bug (or rather: are these bugs) already in the lyx bug tracker? 
I looked for them in vain, but perhaps I simply missed them.


thanks,
sven


Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Paul A . Rubin
Anthony Campbell ac at acampbell.uk writes:

 
 ~/.lyx/configure.log  doesn't show that it has looked for ANY document
 classes, so I suppose that is the problem. Perhaps this is due to
 something wrong with the Freebsd implementation of lyx. It's not a
 disaster because I have other machines on which I can compile the beamer
 files but I'd like to find what is wrong. 

I don't know anything about the FreeBSD implementation. One other possible
thing to try: you could run the (Python) configuration script in a terminal
and see if anything useful jumps out. The script is likely at
/usr/share/lyx/configure.py (that's where I find it on Linux Mint).

Could it be an issue with the version of Python running the script? I know
that 3.0 was not backward compatible with 2.x, but I don't know whether that
would affect the script, and if so whether it would result in a partial
failure or a spectacular implosion.

Paul
 




Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck

On 05/23/2015 12:07 PM, Eildert Groeneveld wrote:

Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?


This: https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

Richard



Re: ulem.sty

2015-05-23 Thread Gordon Cooper

Thanks for the advice to use apt, I should thought of that earlier.
In fact I did use the GUI version :  Package Search which is in the
repos.

Gordon



Re: Lyx error Extra alignment tab has been changed to \cr. Known bug?

2015-05-23 Thread Scott Kostyshak
On Sat, May 23, 2015 at 12:26 PM, Sven Schreiber sveto...@gmx.net wrote:
 Hi,

 I experienced the error message given in the subject, and after some
 searching I think it is the bug described here:

 http://tex.stackexchange.com/questions/180604/lyx-table-row-error

 Is this bug (or rather: are these bugs) already in the lyx bug tracker? I
 looked for them in vain, but perhaps I simply missed them.

 thanks,
 sven

Hi Sven,

Thanks for checking in and providing feedback. I stopped reading the
link you gave after it mentions it puts in ERT \linebreak. This is
because if you cannot reproduce the problem without ERT, then for the
most part LyX does not take responsibility. If you can reproduce it
with ERT, it could be a bug. Can you post a minimal .lyx example
(http://wiki.lyx.org/FAQ/MinimalExample).

The best way to search for a bug that happens in a table is to go to
http://www.lyx.org/trac/wiki/BugTrackerHome, click Search for bugs
then click on the white box in And and choose Component. Choose
Component is : tabular. It gives you this search:
http://www.lyx.org/trac/query?status=acceptedstatus=assignedstatus=newstatus=reopenedsummary=~component=tabulardescription=~reporter=~col=idcol=summarycol=reportercol=statuscol=typecol=severitycol=keywordsdesc=1order=id

Best,

Scott


Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Anthony Campbell
On 22 May 2015, Paul A. Rubin wrote:
> Anthony Campbell  acampbell.uk> writes:
> 
> > 
> > I am using lyx 2.1.3 on Freebsd.
> > 
> > I want to edit some beamer files but lyx complains that it cannot find
> > beamer.cls, amssymb.sty, hyperref.sty, pqf.sty, xcolor.sty, xxcolor.sty.
> > 
> > In fact, all these are on the system. I've tried reconfiguring lyx,
> > deleting HOME/.lyx, and reinstalling lyx, but the problem persists. Is
> > there any way to make lyx find the files?
> 
> With this sort of problem, the first step is typically to open a terminal
> and run 'kpsewhich beamer.cls' and verify that the LaTeX search paths are
> correctly configured. (IMHO, this is the most frequent culprit.)
> 
> If the paths are okay, the next question is whether LyX sees them during
> configuration. (I'm guessing not.) In ~/.lyx/configure.log, look for the
> line "INFO: +checking for document class beamer" and see if you got a "no"
> response (not found).
> 
> If kpsewhich finds beamer.cls but LyX doesn't, make sure that LyX runs under
> an account with read permission on the LaTeX directories.
> 
> Paul

Thanks for your reply.

kpsewich shows the paths correctly. Permissions are also OK.

~/.lyx/configure.log  doesn't show that it has looked for ANY document
classes, so I suppose that is the problem. Perhaps this is due to
something wrong with the Freebsd implementation of lyx. It's not a
disaster because I have other machines on which I can compile the beamer
files but I'd like to find what is wrong. 

Anthony



-- 
Anthony Campbellhttp://www.acampbell.uk


Re: ulem.sty

2015-05-23 Thread Guenter Milde
On 2015-05-22, Gordon Cooper wrote:
>   Thanks for the suggestion Michael. MX-Linux is Debian based
> so the RPM search did not work.


For debian based Linux distributions (*.deb packages), the search tool is
apt-file. After installing and initializing (`apt-file update` as root), you
can search with `apt-file find ulem.sty`.

Günter



Re: ulem.sty

2015-05-23 Thread Daniel CLEMENT
Le samedi 23 mai 2015 à 11:37 +, Guenter Milde a écrit :
> On 2015-05-22, Gordon Cooper wrote:
> >   Thanks for the suggestion Michael. MX-Linux is Debian based
> > so the RPM search did not work.
> 
> 
> For debian based Linux distributions (*.deb packages), the search tool is
> apt-file. After installing and initializing (`apt-file update` as root), you
> can search with `apt-file find ulem.sty`.

Good to know: Synaptic's search tool fails to find ulem.sty, whereas
apt-file find succeeds perfectly. Thanks for the good advice.

> 
> Günter
> 

-- 
Daniel CLEMENT



no export..save as..close-version control

2015-05-23 Thread Eildert Groeneveld
Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?

cheers

Eildert





Lyx error "Extra alignment tab has been changed to \cr." Known bug?

2015-05-23 Thread Sven Schreiber

Hi,

I experienced the error message given in the subject, and after some 
searching I think it is the bug described here:


http://tex.stackexchange.com/questions/180604/lyx-table-row-error

Is this bug (or rather: are these bugs) already in the lyx bug tracker? 
I looked for them in vain, but perhaps I simply missed them.


thanks,
sven


Re: lyx cannot find beamer.cls and other files

2015-05-23 Thread Paul A . Rubin
Anthony Campbell  acampbell.uk> writes:

> 
> ~/.lyx/configure.log  doesn't show that it has looked for ANY document
> classes, so I suppose that is the problem. Perhaps this is due to
> something wrong with the Freebsd implementation of lyx. It's not a
> disaster because I have other machines on which I can compile the beamer
> files but I'd like to find what is wrong. 

I don't know anything about the FreeBSD implementation. One other possible
thing to try: you could run the (Python) configuration script in a terminal
and see if anything useful jumps out. The script is likely at
/usr/share/lyx/configure.py (that's where I find it on Linux Mint).

Could it be an issue with the version of Python running the script? I know
that 3.0 was not backward compatible with 2.x, but I don't know whether that
would affect the script, and if so whether it would result in a partial
failure or a spectacular implosion.

Paul
 




Re: no export..save as..close-version control

2015-05-23 Thread Richard Heck

On 05/23/2015 12:07 PM, Eildert Groeneveld wrote:

Dear All

lately I am having an issue with lyx 2.1.3 on Ubuntu 15.04

Much of the pull down elements are shaded and can thus not be chosen.
Under the FILE tab I have only a few unshaded like open import but not
save, print, export and a few others.

I have found nothing on the web. After deleting the ~/.lyx file
everything looks fine, only to quickly revert back to its old state.


BTW, the keyboard shortcuts work.

Any idea what might be wrong?


This: https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/1430059

Richard



Re: ulem.sty

2015-05-23 Thread Gordon Cooper

Thanks for the advice to use apt, I should thought of that earlier.
In fact I did use the GUI version :  Package Search which is in the
repos.

Gordon



Re: Lyx error "Extra alignment tab has been changed to \cr." Known bug?

2015-05-23 Thread Scott Kostyshak
On Sat, May 23, 2015 at 12:26 PM, Sven Schreiber  wrote:
> Hi,
>
> I experienced the error message given in the subject, and after some
> searching I think it is the bug described here:
>
> http://tex.stackexchange.com/questions/180604/lyx-table-row-error
>
> Is this bug (or rather: are these bugs) already in the lyx bug tracker? I
> looked for them in vain, but perhaps I simply missed them.
>
> thanks,
> sven

Hi Sven,

Thanks for checking in and providing feedback. I stopped reading the
link you gave after it mentions it puts in "ERT \linebreak". This is
because if you cannot reproduce the problem without ERT, then for the
most part LyX does not take responsibility. If you can reproduce it
with ERT, it could be a bug. Can you post a minimal .lyx example
(http://wiki.lyx.org/FAQ/MinimalExample).

The best way to search for a bug that happens in a table is to go to
http://www.lyx.org/trac/wiki/BugTrackerHome, click "Search for bugs"
then click on the white box in "And" and choose "Component". Choose
"Component is : tabular". It gives you this search:
http://www.lyx.org/trac/query?status=accepted=assigned=new=reopened=~=tabular=~=~=id=summary=reporter=status=type=severity=keywords=1=id

Best,

Scott