Re: configuration fails

2019-03-06 Thread Patrick Dupre
I guess that I have the answer.

 

lyx-2.3.2-cygwin.tar.gz

has not been installed.

 

But configure.py  should have detected it!

 

 

===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===

 
 

Sent: Wednesday, March 06, 2019 at 8:29 PM
From: "Patrick Dupre" 
To: "Richard Kimberly Heck" 
Cc: "Kornel Benko" , lyx-users@lists.lyx.org
Subject: Re: configuration fails




 

I am sorry for the confusion.

none of the files exist on the computer.

Anyway. I do not think that it is the issue.

It seems that the py file terminates normally.

 

Is checkTeXPaths  executed?

 it seems that the output windows_style_tex_paths is not set

is it because the statement is false?

if os.name == 'nt' or sys.platform == 'cygwin':

why test only nt and cygwin ?

cygwin is not installed, it does not seems that we need cygwin for lyx.

Could you confirm it?



 

checkOtherEntries does not provide any information

 

lyx_kpsewhich may be not set to true

 

I will check about

    checkModulesConfig()
    checkCiteEnginesConfig()
    checkXTemplates()
    checkLatexConfig()
    removeTempFiles()

 

later after the os issue has need clarified.

 

 


Sent: Wednesday, March 06, 2019 at 7:43 PM
From: "Richard Kimberly Heck" 
To: "Patrick Dupre" , "Kornel Benko" 
Cc: lyx-users@lists.lyx.org
Subject: Re: configuration fails



On 3/6/19 8:27 AM, Patrick Dupre wrote:



Hello,

The configuration stop at
DEBUG: Removing file a b.tex
DEBUG: Removing file a b.log
DEBUG: Failed to remove file texput.log

Actually, any of the 3 files exists on the computer



Sorry, do you mean these files do exist, or that they do not exist? If they do exist, what directory are they in?

 




I can comment these lines in the python file, but it does not help.
Actually, the rest of the file is not executed!

I check on the permissions of the Lyx and Miktex files. But I do not see
any thing wrong.



One possibility is that this is some kind of file-locking issue. We've seen this kind of thing on Windows before, though with temporary files.

Riki

 












Re: configuration fails

2019-03-06 Thread Patrick Dupre

 

I am sorry for the confusion.

none of the files exist on the computer.

Anyway. I do not think that it is the issue.

It seems that the py file terminates normally.

 

Is checkTeXPaths  executed?

 it seems that the output windows_style_tex_paths is not set

is it because the statement is false?

if os.name == 'nt' or sys.platform == 'cygwin':

why test only nt and cygwin ?

cygwin is not installed, it does not seems that we need cygwin for lyx.

Could you confirm it?



 

checkOtherEntries does not provide any information

 

lyx_kpsewhich may be not set to true

 

I will check about

    checkModulesConfig()
    checkCiteEnginesConfig()
    checkXTemplates()
    checkLatexConfig()
    removeTempFiles()

 

later after the os issue has need clarified.

 

 


Sent: Wednesday, March 06, 2019 at 7:43 PM
From: "Richard Kimberly Heck" 
To: "Patrick Dupre" , "Kornel Benko" 
Cc: lyx-users@lists.lyx.org
Subject: Re: configuration fails



On 3/6/19 8:27 AM, Patrick Dupre wrote:



Hello,

The configuration stop at
DEBUG: Removing file a b.tex
DEBUG: Removing file a b.log
DEBUG: Failed to remove file texput.log

Actually, any of the 3 files exists on the computer



Sorry, do you mean these files do exist, or that they do not exist? If they do exist, what directory are they in?

 




I can comment these lines in the python file, but it does not help.
Actually, the rest of the file is not executed!

I check on the permissions of the Lyx and Miktex files. But I do not see
any thing wrong.



One possibility is that this is some kind of file-locking issue. We've seen this kind of thing on Windows before, though with temporary files.

Riki

 







Re: configuration fails

2019-03-06 Thread Richard Kimberly Heck
On 3/6/19 8:27 AM, Patrick Dupre wrote:
> Hello,
>
> The configuration stop at
> DEBUG: Removing file a b.tex
> DEBUG: Removing file a b.log
> DEBUG: Failed to remove file texput.log
>
> Actually, any of the 3 files exists on the computer

Sorry, do you mean these files do exist, or that they do not exist? If
they do exist, what directory are they in?


>
> I can comment these lines in the python file, but it does not help.
> Actually, the rest of the file is not executed!
>
> I check on the permissions of the Lyx and Miktex files. But I do not see
> any thing wrong.

One possibility is that this is some kind of file-locking issue. We've
seen this kind of thing on Windows before, though with temporary files.

Riki





using Miede's classicthesis LyX2.3-v4.5 in openSUSE Leap

2019-03-06 Thread Michael Berger

Sorry Jürgen for addressing you this way.

I reported this to the LyX users list quite some time ago but got no 
response at all. Nor could I find some help on Miede's website. Any hint 
or advice from you?


Regards
Michael Berger

Dear friends of LyX,

having faced quite a number of heavy throwbacks when trying to use older 
versions of Miede's classicthesis for linguistic theses I eventually 
ended up using using LyX2.3-v4.5 in openSUSE Leap (this version is up to 
now not yet available in Mageia 6)


It is self-explanatory that the linguistics module must be loaded.

After making some minor adjustments - most important activating some 
fonts as per attached screenshot - I am enjoying this version's 
extensive support (thanks to Jürgen Spitzmüller) in writing lingiustic 
papers. Among other things inserting special characters in glosses by 
simply copying them from tables using Insert >Special Character > 
Symbols has become fun and on top all text style features available for 
normal text are as well available in glosses.


However, there is one last thing that so far I fail to achieve despite 
extensive search. I still can enter Insert > Marginal Note in the Lyx 
master and all child documents but I see no marginal notes at all in the 
PDF output. That is nothing really essential in my case but it might be 
well for other people.


Best and thanks,

Michael Berger







Re: configuration fails

2019-03-06 Thread Patrick Dupre
Hello,

The configuration stop at
DEBUG: Removing file a b.tex
DEBUG: Removing file a b.log
DEBUG: Failed to remove file texput.log

Actually, any of the 3 files exists on the computer

I can comment these lines in the python file, but it does not help.
Actually, the rest of the file is not executed!

I check on the permissions of the Lyx and Miktex files. But I do not see
any thing wrong.

How should a file the variable TEXINPUTS?
I do not think that we really need if we do not use specific style files.

 

It a windows7 machines.

It is the last version of lyx and miktex.


Regards.

===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===


> Sent: Monday, March 04, 2019 at 8:37 PM
> From: "Kornel Benko" 
> To: lyx-users@lists.lyx.org
> Subject: Re: configuration fails
>
> Am Montag, 4. März 2019 19:34:35 CET schrieb Patrick Dupre :
> > Hello,
> >
> > On a PC running windows 7, we installed Miktex and Lyx,
> > but, every time we get the following error message:
> >
> > The system reconfiguration has failed.
> > Default textclass is used but LyX may not be able to work properly.
> > Please reconfigure again if needed.
> >
> > I checked article.cls is on the PC.
> > The path seems OK.
> > We cannot even get the setting of a new document.
> >
> > Thank.
> >
>
> Dear Patrick, would be nice to see the configuration-log-file.
> You can find it in user-directory (the dir where 'preferences' is) under the name 'configure.log'
> In case, you don't know the dir
> 1) start lyx
> 2.) select Help->About LyX->Version
>
> Kornel


Re: Custom enumeration lists

2019-03-06 Thread Daniel

On 05/03/2019 20:07, Matías wrote:

Hi,

The default numbering of the numbered lists can be changed by adding an 
optional argument (menu Insert-> Enumeration options). In the last 
update LyX, custom items appear instead of Enumeration options.


Thanks for your effort.
  Best.

Matias


Hi,

You get

Insert > Enumerate Options

once you add the module "Cutsomisable Lists (enumitem)" under

Document > Settings > Modules

(I don't think that has changed with the new version though.)

Daniel



lyx live

2019-03-06 Thread Patrick Dupre
Hello,

I found on the internet a lyx live DVD, but it seems old (2013).
Is there any recent version?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===