Re: LyX reading not UTF-8 encoded file.

2007-12-22 Thread Paul Schwartz
Thanks Paul, you are always pretty helpful.

However, ahead of sending that question, I rechecked with a file which I 
used formerly and on which a former LyX version did not issued an alarm and 
I got the same result. That is why it surprised me.
Besides, after clearing the alarm everything appeared perfectly correct 
inside the LyX file, OCRing errors excepted.
I confirm that I am XP PRO (do not blame me please ! But since the 80's 
and I am far to be a pro.)

Paul


Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:
 Sorry, I am still under 1.5.1 and I do not know if it has been corrected
 with 1.5.2  or 1.5.3.
 After scanning then getting through OCR and saving either using Word pad 
 or
 Note pad being sure that under word pad it is saved under unicode UTF-8 
 Then
 importing  into a LyX document I got the following window alarm :
 Quote
 LyX : Reading not UTF-8 encoded file

 The file is not UTF-8 encoded.
 It will be read as a local 8 bit-encoded. If this does not give the 
 correct
 result then please change the encoding of the file to UTF-8 with a 
 program
 other than LyX.
 Unquote

 I recoded again with Word pad without success getting the same alarm.
 However, when closing the alarm window, the text is properly imported.
 Because with the former LyX versions, I never got this problem, I suppose
 that I might be a false alarm ?
 Any clue ?

 Thanks

 Paul



 I had a file once that Notepad++ indicated was in utf-8, but it contained 
 one character that was not, and that was enough to cause LyX problems.

 Since you mentioned Notepad and Wordpad, I suspect you're on Windows(?). 
 If you don't already have the iconv utility, you might want to download it 
 (there's a free Windows port that's part of the GnuWin32 project on 
 SourceForge, at http://gnuwin32.sourceforge.net/packages/libiconv.htm). 
 Cygwin also should contain it.  Once it's installed, try running

   iconv -c -t utf-8 yourfile  newfile

 in a DOS shell.  This should convert the original file (yourfile) to a 
 utf-8 version (newfile), omitting any characters that are not valid in 
 utf-8.  You can then compare newfile to yourfile to see what, if anything, 
 was omitted.  (If you want to tell whether yourfile is in fact valid 
 utf-8, run inconv without the -c flag.  It will fail with an error message 
 if it encounters any invalid characters.)

 /Paul

 





Re: LyX reading not UTF-8 encoded file.

2007-12-22 Thread Paul Schwartz
Thanks Paul, you are always pretty helpful.

However, ahead of sending that question, I rechecked with a file which I 
used formerly and on which a former LyX version did not issued an alarm and 
I got the same result. That is why it surprised me.
Besides, after clearing the alarm everything appeared perfectly correct 
inside the LyX file, OCRing errors excepted.
I confirm that I am XP PRO (do not blame me please ! But since the 80's 
and I am far to be a pro.)

Paul


Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:
 Sorry, I am still under 1.5.1 and I do not know if it has been corrected
 with 1.5.2  or 1.5.3.
 After scanning then getting through OCR and saving either using Word pad 
 or
 Note pad being sure that under word pad it is saved under unicode UTF-8 
 Then
 importing  into a LyX document I got the following window alarm :
 Quote
 LyX : Reading not UTF-8 encoded file

 The file is not UTF-8 encoded.
 It will be read as a local 8 bit-encoded. If this does not give the 
 correct
 result then please change the encoding of the file to UTF-8 with a 
 program
 other than LyX.
 Unquote

 I recoded again with Word pad without success getting the same alarm.
 However, when closing the alarm window, the text is properly imported.
 Because with the former LyX versions, I never got this problem, I suppose
 that I might be a false alarm ?
 Any clue ?

 Thanks

 Paul



 I had a file once that Notepad++ indicated was in utf-8, but it contained 
 one character that was not, and that was enough to cause LyX problems.

 Since you mentioned Notepad and Wordpad, I suspect you're on Windows(?). 
 If you don't already have the iconv utility, you might want to download it 
 (there's a free Windows port that's part of the GnuWin32 project on 
 SourceForge, at http://gnuwin32.sourceforge.net/packages/libiconv.htm). 
 Cygwin also should contain it.  Once it's installed, try running

   iconv -c -t utf-8 yourfile  newfile

 in a DOS shell.  This should convert the original file (yourfile) to a 
 utf-8 version (newfile), omitting any characters that are not valid in 
 utf-8.  You can then compare newfile to yourfile to see what, if anything, 
 was omitted.  (If you want to tell whether yourfile is in fact valid 
 utf-8, run inconv without the -c flag.  It will fail with an error message 
 if it encounters any invalid characters.)

 /Paul

 





Re: LyX reading not UTF-8 encoded file.

2007-12-22 Thread Paul Schwartz
Thanks Paul, you are always pretty helpful.

However, ahead of sending that question, I rechecked with a file which I 
used formerly and on which a former LyX version did not issued an alarm and 
I got the same result. That is why it surprised me.
Besides, after clearing the alarm everything appeared perfectly correct 
inside the LyX file, "OCRing" errors excepted.
I confirm that I am XP PRO (do not blame me please ! But since the 80's 
and I am far to be a pro.)

Paul


"Paul A. Rubin" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> Paul Schwartz wrote:
>> Sorry, I am still under 1.5.1 and I do not know if it has been corrected
>> with 1.5.2  or 1.5.3.
>> After scanning then getting through OCR and saving either using Word pad 
>> or
>> Note pad being sure that under word pad it is saved under unicode UTF-8 
>> Then
>> importing  into a LyX document I got the following window alarm :
>> Quote
>> LyX : Reading not UTF-8 encoded file
>>
>> The file is not UTF-8 encoded.
>> It will be read as a local 8 bit-encoded. If this does not give the 
>> correct
>> result then please change the encoding of the file to UTF-8 with a 
>> program
>> other than LyX.
>> Unquote
>>
>> I recoded again with Word pad without success getting the same alarm.
>> However, when closing the alarm window, the text is properly imported.
>> Because with the former LyX versions, I never got this problem, I suppose
>> that I might be a false alarm ?
>> Any clue ?
>>
>> Thanks
>>
>> Paul
>>
>>
>
> I had a file once that Notepad++ indicated was in utf-8, but it contained 
> one character that was not, and that was enough to cause LyX problems.
>
> Since you mentioned Notepad and Wordpad, I suspect you're on Windows(?). 
> If you don't already have the iconv utility, you might want to download it 
> (there's a free Windows port that's part of the GnuWin32 project on 
> SourceForge, at http://gnuwin32.sourceforge.net/packages/libiconv.htm). 
> Cygwin also should contain it.  Once it's installed, try running
>
>   iconv -c -t utf-8 yourfile > newfile
>
> in a DOS shell.  This should convert the original file (yourfile) to a 
> utf-8 version (newfile), omitting any characters that are not valid in 
> utf-8.  You can then compare newfile to yourfile to see what, if anything, 
> was omitted.  (If you want to tell whether yourfile is in fact valid 
> utf-8, run inconv without the -c flag.  It will fail with an error message 
> if it encounters any invalid characters.)
>
> /Paul
>
> 





LyX reading not UTF-8 encoded file.

2007-12-21 Thread Paul Schwartz
Sorry, I am still under 1.5.1 and I do not know if it has been corrected
with 1.5.2  or 1.5.3.
After scanning then getting through OCR and saving either using Word pad or
Note pad being sure that under word pad it is saved under unicode UTF-8 Then
importing  into a LyX document I got the following window alarm :
Quote
LyX : Reading not UTF-8 encoded file

The file is not UTF-8 encoded.
It will be read as a local 8 bit-encoded. If this does not give the correct
result then please change the encoding of the file to UTF-8 with a program
other than LyX.
Unquote

I recoded again with Word pad without success getting the same alarm.
However, when closing the alarm window, the text is properly imported.
Because with the former LyX versions, I never got this problem, I suppose
that I might be a false alarm ?
Any clue ?

Thanks

Paul






LyX reading not UTF-8 encoded file.

2007-12-21 Thread Paul Schwartz
Sorry, I am still under 1.5.1 and I do not know if it has been corrected
with 1.5.2  or 1.5.3.
After scanning then getting through OCR and saving either using Word pad or
Note pad being sure that under word pad it is saved under unicode UTF-8 Then
importing  into a LyX document I got the following window alarm :
Quote
LyX : Reading not UTF-8 encoded file

The file is not UTF-8 encoded.
It will be read as a local 8 bit-encoded. If this does not give the correct
result then please change the encoding of the file to UTF-8 with a program
other than LyX.
Unquote

I recoded again with Word pad without success getting the same alarm.
However, when closing the alarm window, the text is properly imported.
Because with the former LyX versions, I never got this problem, I suppose
that I might be a false alarm ?
Any clue ?

Thanks

Paul






LyX reading not UTF-8 encoded file.

2007-12-21 Thread Paul Schwartz
Sorry, I am still under 1.5.1 and I do not know if it has been corrected
with 1.5.2  or 1.5.3.
After scanning then getting through OCR and saving either using Word pad or
Note pad being sure that under word pad it is saved under unicode UTF-8 Then
importing  into a LyX document I got the following window alarm :
Quote
LyX : Reading not UTF-8 encoded file

The file is not UTF-8 encoded.
It will be read as a local 8 bit-encoded. If this does not give the correct
result then please change the encoding of the file to UTF-8 with a program
other than LyX.
Unquote

I recoded again with Word pad without success getting the same alarm.
However, when closing the alarm window, the text is properly imported.
Because with the former LyX versions, I never got this problem, I suppose
that I might be a false alarm ?
Any clue ?

Thanks

Paul






Alphabetic table of content

2007-10-03 Thread Paul Schwartz
I started a long document with Article (ams); book (ams) was not available 
in my LyX version at that time.
I have already a large index, so I cannot use it to compose an alphabetic 
table of content.
Is there an other easy way to built one ?
I am reediting a County Administrative Year-book (1860) and an alphabetic 
table of contents is far more interesting than a standard one.

Thanks and regards

Paul 





Alphabetic table of content

2007-10-03 Thread Paul Schwartz
I started a long document with Article (ams); book (ams) was not available 
in my LyX version at that time.
I have already a large index, so I cannot use it to compose an alphabetic 
table of content.
Is there an other easy way to built one ?
I am reediting a County Administrative Year-book (1860) and an alphabetic 
table of contents is far more interesting than a standard one.

Thanks and regards

Paul 





Alphabetic table of content

2007-10-03 Thread Paul Schwartz
I started a long document with "Article (ams)"; book (ams) was not available 
in my LyX version at that time.
I have already a large index, so I cannot use it to compose an alphabetic 
table of content.
Is there an other easy way to built one ?
I am reediting a "County Administrative Year-book (1860)" and an alphabetic 
table of contents is far more interesting than a standard one.

Thanks and regards

Paul 





Horizontal alignment in table

2007-09-24 Thread Paul Schwartz
I notice that if you select a colomn width inside a table using the table 
parameter then you can still select an horizontal alignment but with no 
action : you are locked on left alignment.

Document as Article (AMS)
Font default family
Language : French

I did not check with an other language

Any clue
Thanks

Paul 





Horizontal alignment in table

2007-09-24 Thread Paul Schwartz
I notice that if you select a colomn width inside a table using the table 
parameter then you can still select an horizontal alignment but with no 
action : you are locked on left alignment.

Document as Article (AMS)
Font default family
Language : French

I did not check with an other language

Any clue
Thanks

Paul 





Horizontal alignment in table

2007-09-24 Thread Paul Schwartz
I notice that if you select a colomn width inside a table using the table 
parameter then you can still select an horizontal alignment but with no 
action : you are locked on left alignment.

Document as Article (AMS)
Font default family
Language : French

I did not check with an other language

Any clue
Thanks

Paul 





Tab key within table

2007-09-20 Thread Paul Schwartz
I notice a slight problem when you like to insert an accentuated letter 
using the command buffer : when you key the TAB to have the window of 
the available functions appearing then you move also the cursor inside the 
table to the next cell obliging you to key again to come back to the proper 
cell to insert the accentuated letter.

To open the window in the command buffer I am using: alt x tab. Is it 
correct ?

Thanks and regards


Paul 





Tab key within table

2007-09-20 Thread Paul Schwartz
I notice a slight problem when you like to insert an accentuated letter 
using the command buffer : when you key the TAB to have the window of 
the available functions appearing then you move also the cursor inside the 
table to the next cell obliging you to key again to come back to the proper 
cell to insert the accentuated letter.

To open the window in the command buffer I am using: alt x tab. Is it 
correct ?

Thanks and regards


Paul 





Tab key within table

2007-09-20 Thread Paul Schwartz
I notice a slight problem when you like to insert an accentuated letter 
using the "command buffer" : when you key the "TAB" to have the window of 
the available functions appearing then you move also the cursor inside the 
table to the next cell obliging you to key again to come back to the proper 
cell to insert the accentuated letter.

To open the window in the "command buffer" I am using: alt x tab. Is it 
correct ?

Thanks and regards


Paul 





Re: my lyx can not create output

2007-09-03 Thread Paul Schwartz

Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Mao Jie wrote:

 I try both the version 1.5.1 and 1.4.5 on my computer with Windows XP and
 as soon as i open any lyx file, lyx tells me The document uses a missing 
 Tex class article. Lyx will not be able to produce output. I want to 
 know why. Does it result from wrong installation?


 The most likely reason is that you either do not have LaTeX installed or 
 have it installed improperly.  On Windows, the most common LaTeX 
 distribution is MikTeX.  If you don't have MikTeX (or some other 
 distribution), you can do one of the following:

 a) download and install MikTeX (http://www.miktex.org); start LyX; run 
 Tools - Reconfigure, and wait for it to complete; then close and restart 
 LyX; or

 b) uninstall LyX, download the complete installer 
 (http://wiki.lyx.org/Windows/Windows -- you want the 80 MB bundle) and 
 install that.

 Note that LyX needs a few other programs besides LaTeX, notably 
 ImageMagick (for image processing) and Ghostscript.  If you are missing 
 those as well, take option (b) above; the bundle comes with everything you 
 need.

 On the other hand, if you think that you have a working copy of LaTeX 
 installed, open a DOS window and run 'kpsewhich article.cls'.  It should 
 tell you the path to the article class.  If it fails to do so, your LaTeX 
 distribution is screwed up.  If DOS says kpsewhich is an unknown command, 
 you need to get your LaTeX bin directory onto the system command path.

 /Paul

Just for information, After installing 1.5.1 I was unable to read properly 
some documents because the class is missing in the standard installation 
package. So one way is to:

Go to Start (is it start in English, the left button at the bottom corner of 
the screen)program --MiKTeX.6--Click on Browse Package. Then you will 
get all the available packages and you will see which one are installed in 
your MiKTeX. Then you can select the one(s) which is(are) missing and click 
on the button + which is at the upper left corner of the window. Then and 
if you are connected to internet the package(s) will be automatically 
downloaded and installed.
If I remember properly that option was already available in the former 
MiKTeX.

Paul

 





Re: my lyx can not create output

2007-09-03 Thread Paul Schwartz

Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Mao Jie wrote:

 I try both the version 1.5.1 and 1.4.5 on my computer with Windows XP and
 as soon as i open any lyx file, lyx tells me The document uses a missing 
 Tex class article. Lyx will not be able to produce output. I want to 
 know why. Does it result from wrong installation?


 The most likely reason is that you either do not have LaTeX installed or 
 have it installed improperly.  On Windows, the most common LaTeX 
 distribution is MikTeX.  If you don't have MikTeX (or some other 
 distribution), you can do one of the following:

 a) download and install MikTeX (http://www.miktex.org); start LyX; run 
 Tools - Reconfigure, and wait for it to complete; then close and restart 
 LyX; or

 b) uninstall LyX, download the complete installer 
 (http://wiki.lyx.org/Windows/Windows -- you want the 80 MB bundle) and 
 install that.

 Note that LyX needs a few other programs besides LaTeX, notably 
 ImageMagick (for image processing) and Ghostscript.  If you are missing 
 those as well, take option (b) above; the bundle comes with everything you 
 need.

 On the other hand, if you think that you have a working copy of LaTeX 
 installed, open a DOS window and run 'kpsewhich article.cls'.  It should 
 tell you the path to the article class.  If it fails to do so, your LaTeX 
 distribution is screwed up.  If DOS says kpsewhich is an unknown command, 
 you need to get your LaTeX bin directory onto the system command path.

 /Paul

Just for information, After installing 1.5.1 I was unable to read properly 
some documents because the class is missing in the standard installation 
package. So one way is to:

Go to Start (is it start in English, the left button at the bottom corner of 
the screen)program --MiKTeX.6--Click on Browse Package. Then you will 
get all the available packages and you will see which one are installed in 
your MiKTeX. Then you can select the one(s) which is(are) missing and click 
on the button + which is at the upper left corner of the window. Then and 
if you are connected to internet the package(s) will be automatically 
downloaded and installed.
If I remember properly that option was already available in the former 
MiKTeX.

Paul

 





Re: my lyx can not create output

2007-09-03 Thread Paul Schwartz

"Paul A. Rubin" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> Mao Jie wrote:
>
>> I try both the version 1.5.1 and 1.4.5 on my computer with Windows XP and
>> as soon as i open any lyx file, lyx tells me "The document uses a missing 
>> Tex class "article". Lyx will not be able to produce output". I want to 
>> know why. Does it result from wrong installation?
>>
>
> The most likely reason is that you either do not have LaTeX installed or 
> have it installed improperly.  On Windows, the most common LaTeX 
> distribution is MikTeX.  If you don't have MikTeX (or some other 
> distribution), you can do one of the following:
>
> a) download and install MikTeX (http://www.miktex.org); start LyX; run 
> Tools -> Reconfigure, and wait for it to complete; then close and restart 
> LyX; or
>
> b) uninstall LyX, download the complete installer 
> (http://wiki.lyx.org/Windows/Windows -- you want the 80 MB "bundle") and 
> install that.
>
> Note that LyX needs a few other programs besides LaTeX, notably 
> ImageMagick (for image processing) and Ghostscript.  If you are missing 
> those as well, take option (b) above; the bundle comes with everything you 
> need.
>
> On the other hand, if you think that you have a working copy of LaTeX 
> installed, open a DOS window and run 'kpsewhich article.cls'.  It should 
> tell you the path to the article class.  If it fails to do so, your LaTeX 
> distribution is screwed up.  If DOS says kpsewhich is an unknown command, 
> you need to get your LaTeX bin directory onto the system command path.
>
> /Paul

Just for information, After installing 1.5.1 I was unable to read properly 
some documents because the class is missing in the standard installation 
package. So one way is to:

Go to Start (is it start in English, the left button at the bottom corner of 
the screen)program -->MiKTeX.6-->Click on "Browse Package". Then you will 
get all the available packages and you will see which one are installed in 
your MiKTeX. Then you can select the one(s) which is(are) missing and click 
on the button "+" which is at the upper left corner of the window. Then and 
if you are connected to internet the package(s) will be automatically 
downloaded and installed.
If I remember properly that option was already available in the former 
MiKTeX.

Paul
>
> 





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-28 Thread Paul Schwartz
Thanks again for keeping answering.
Sorry, I have got a problem with the list because I collected it from my 
second PC which is not directly related to the gmane.editors.lyx.general

Uwe Stöhr schrieb :
I'm using Firefox and don't get this, but you can of course also use the 
non-secured site :

Concerning https://developer.berlios.de/ On my second pc, I use 
Thunderbird and I got the same remarks than IE7 : problem with the security 
certificate ... however and like with IE7, I can overpass it.

-- If I come back to LyX installation, I just have Four final questions (I 
hope !)

1) My question regarding the reinstallation was to know if it was preferable 
to use the Network installation Package or the Alternative Installer. I 
suppose that the Alternative is better and more practicle.

2) After uninstalling all my LyX packages, and surveying my Software disk, I 
found that there is still some parts installed:
- Aspell 6.0 which I uninstalled manually
- an empty directory named c:\kpcms with a subdirectory cmscp
- a c:\localtexmf directory with subdir dvipdfm, dvips, fonts, pdftex, tex 
with some files inside
- a c:\MikTeX directory with a subdir Data and subsubdir fdvipdfm, dvips, 
fonts, pdftex, tex and some files inside
- a c:\texmf directory with subdir doc, source, tex, tpm then subsubdir 
and files
They are not referred anywhere and come probably from an earlier 
installation ... may be 1.3 May I delete them manually in order to clean 
properly everything or shall I leave them where they are ?

3) Anything to delete inside the regedit ?

4) You wrote :
 This is how I did it:
- I first uninstalled LyX 1.4.x and MiKTeX
- I uninstalled LyX 1.4.3 ( or 5?) svn that I has installed for testing
- I installed LyX 1.5.1 using the complete installer version
- I installed LyX 1.4.5 using this installer

Regarding version LyX 1.4.5 , ie LyXWin145Small-2-17.exe 21385231 bytes, 
would you be kind to advise me regarding the interest of reinstalling it if 
you have 1.5.1 already?

Thanks again
Regards

Paul





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-28 Thread Paul Schwartz
Thanks again for keeping answering.
Sorry, I have got a problem with the list because I collected it from my 
second PC which is not directly related to the gmane.editors.lyx.general

Uwe Stöhr schrieb :
I'm using Firefox and don't get this, but you can of course also use the 
non-secured site :

Concerning https://developer.berlios.de/ On my second pc, I use 
Thunderbird and I got the same remarks than IE7 : problem with the security 
certificate ... however and like with IE7, I can overpass it.

-- If I come back to LyX installation, I just have Four final questions (I 
hope !)

1) My question regarding the reinstallation was to know if it was preferable 
to use the Network installation Package or the Alternative Installer. I 
suppose that the Alternative is better and more practicle.

2) After uninstalling all my LyX packages, and surveying my Software disk, I 
found that there is still some parts installed:
- Aspell 6.0 which I uninstalled manually
- an empty directory named c:\kpcms with a subdirectory cmscp
- a c:\localtexmf directory with subdir dvipdfm, dvips, fonts, pdftex, tex 
with some files inside
- a c:\MikTeX directory with a subdir Data and subsubdir fdvipdfm, dvips, 
fonts, pdftex, tex and some files inside
- a c:\texmf directory with subdir doc, source, tex, tpm then subsubdir 
and files
They are not referred anywhere and come probably from an earlier 
installation ... may be 1.3 May I delete them manually in order to clean 
properly everything or shall I leave them where they are ?

3) Anything to delete inside the regedit ?

4) You wrote :
 This is how I did it:
- I first uninstalled LyX 1.4.x and MiKTeX
- I uninstalled LyX 1.4.3 ( or 5?) svn that I has installed for testing
- I installed LyX 1.5.1 using the complete installer version
- I installed LyX 1.4.5 using this installer

Regarding version LyX 1.4.5 , ie LyXWin145Small-2-17.exe 21385231 bytes, 
would you be kind to advise me regarding the interest of reinstalling it if 
you have 1.5.1 already?

Thanks again
Regards

Paul





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-28 Thread Paul Schwartz
Thanks again for keeping answering.
Sorry, I have got a problem with the list because I collected it from my 
second PC which is not directly related to the gmane.editors.lyx.general

Uwe Stöhr schrieb :
>I'm using Firefox and don't get this, but you can of course also use the 
>non-secured site :

Concerning https://developer.berlios.de/ On my second pc, I use 
Thunderbird and I got the same remarks than IE7 : "problem with the security 
certificate ..." however and like with IE7, I can overpass it.

--> If I come back to LyX installation, I just have Four final questions (I 
hope !)

1) My question regarding the reinstallation was to know if it was preferable 
to use the Network installation Package or the Alternative Installer. I 
suppose that the Alternative is better and more practicle.

2) After uninstalling all my LyX packages, and surveying my Software disk, I 
found that there is still some parts installed:
- Aspell 6.0 which I uninstalled manually
- an empty directory named c:\kpcms with a subdirectory cmscp
- a c:\localtexmf directory with subdir "dvipdfm, dvips, fonts, pdftex, tex" 
with some files inside
- a c:\MikTeX directory with a subdir Data and subsubdir f"dvipdfm, dvips, 
fonts, pdftex, tex" and some files inside
- a c:\texmf directory with subdir "doc, source, tex, tpm" then subsubdir 
and files
They are not referred anywhere and come probably from an earlier 
installation ... may be 1.3 May I delete them manually in order to clean 
properly everything or shall I leave them where they are ?

3) Anything to delete inside the regedit ?

4) You wrote :
> This is how I did it:
>- I first uninstalled LyX 1.4.x and MiKTeX
>- I uninstalled LyX 1.4.3 ( or 5?) svn that I has installed for testing
>- I installed LyX 1.5.1 using the complete installer version
>- I installed LyX 1.4.5 using this installer

Regarding version LyX 1.4.5 , ie "LyXWin145Small-2-17.exe 21385231 bytes", 
would you be kind to advise me regarding the interest of reinstalling it if 
you have 1.5.1 already?

Thanks again
Regards

Paul





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-27 Thread Paul Schwartz
Thanks for the tips and your kind efficiency

Uwe Stöhr  a écrit
 Yes, you can there only update within a MiKTeX-version. That means you get 
 there updates only for MiKTeX 2.4 when you have 2.4 installed. But now 
 only MiKTeX 2.6 is supported by the MiKTeX developers.

The problem is that when you get the MiKTeX update windows during the 
installation, you just got the choice to check the updates for 2.4 or to 
update to 2.5. However and ahead of updating you shall check on the site 
 then you reach the page advising you that 2.5 (if i remember properly) 
is not supported anymore without advising you that a 2.6 version exists. 
shall I missed something or is there a link I did not find ?

 completing the installation process, LyX 1.5.1 crashed when starting.

 Hmm, a crash is normally not a problem with incompatibilities between 
 installed LyX-versions.
 Could you please start LyX by running directly the lyx.exe? Then a console 
 window is opened together with LyX showing you some debugging output.

When I launch lyx.exe, I just have a window opening then closing 
immediately and remaining black during opening which is lasting less than 
half a second.
The same when launching using lyxLauncher.exe. Here I have two successive 
windows nothing inside (may be I do not see anything even if there is 
something) lasting each less than half a second.


  My former version LyX 1.4.3 svn is still working properly

 But SVN-versions are not stable one so this could eventually be a problem.

Duly noted


 1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
 reinstall it

 Yes. But I recommend to also uninstall MiKTeX and reinstall LyX using the 
 complete installer version for LyX. This will also install MiKTeX 2.6.

Please be kind to clarify: Is it the complete official installer or yours ? 
(may I understand that because of my former MiKTeX 2.4 installation the 
MiKTeX 2.6 did not install with your installer ???)

 This is how I did it:
 I also run different LyX-versions without problems:
 - I first unistalled LyX 1.4.x and MiKTeX
 - I uninstalled LyX 1.5svn that I had installed for testing
 - I installed LyX 1.5.1 using the complete installer version
 - I installed LyX 1.4.5 using this installer:
 
 https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=13213
   (version 2.17)

Please be kind to clarify installing 1.4.5 after 1.5.1 ??? and https://.
Also presently I am using IE7.0.5730.11 and when trying to go to the 
hereabove address, the explorer advise me that there is an error on the 
security certificate. I do suppose that I can go further ?


 2) I was looking to install JabRef but after installation the LyXWin 
 installer advise me that it was not properly installed even it started .

 My fault, will be fixed for the next release. You can leave JabRef as it 
 is properly installed.

Duly Noted

 5) I have been surprised because the configuration at the end of 
 installation has been done very quickly when generally it last a very 
 long time

 Then it seems that MiKTeX wasn't able to connect to the internet and 
 install the LaTeX-packages needed by LyX. But as I told, MiKTeX 2.4 is 
 outdated, MiKTeX 2.6 is the one you should use. (MiKTeX 2.5 also works for 
 the case someoneone has this installed)

For my own information where can I find the site to download MiKTeX2.6

Thanks again Uwe

Best regards

Paul 





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-27 Thread Paul Schwartz
Thanks for the tips and your kind efficiency

Uwe Stöhr  a écrit
 Yes, you can there only update within a MiKTeX-version. That means you get 
 there updates only for MiKTeX 2.4 when you have 2.4 installed. But now 
 only MiKTeX 2.6 is supported by the MiKTeX developers.

The problem is that when you get the MiKTeX update windows during the 
installation, you just got the choice to check the updates for 2.4 or to 
update to 2.5. However and ahead of updating you shall check on the site 
 then you reach the page advising you that 2.5 (if i remember properly) 
is not supported anymore without advising you that a 2.6 version exists. 
shall I missed something or is there a link I did not find ?

 completing the installation process, LyX 1.5.1 crashed when starting.

 Hmm, a crash is normally not a problem with incompatibilities between 
 installed LyX-versions.
 Could you please start LyX by running directly the lyx.exe? Then a console 
 window is opened together with LyX showing you some debugging output.

When I launch lyx.exe, I just have a window opening then closing 
immediately and remaining black during opening which is lasting less than 
half a second.
The same when launching using lyxLauncher.exe. Here I have two successive 
windows nothing inside (may be I do not see anything even if there is 
something) lasting each less than half a second.


  My former version LyX 1.4.3 svn is still working properly

 But SVN-versions are not stable one so this could eventually be a problem.

Duly noted


 1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
 reinstall it

 Yes. But I recommend to also uninstall MiKTeX and reinstall LyX using the 
 complete installer version for LyX. This will also install MiKTeX 2.6.

Please be kind to clarify: Is it the complete official installer or yours ? 
(may I understand that because of my former MiKTeX 2.4 installation the 
MiKTeX 2.6 did not install with your installer ???)

 This is how I did it:
 I also run different LyX-versions without problems:
 - I first unistalled LyX 1.4.x and MiKTeX
 - I uninstalled LyX 1.5svn that I had installed for testing
 - I installed LyX 1.5.1 using the complete installer version
 - I installed LyX 1.4.5 using this installer:
 
 https://developer.berlios.de/project/showfiles.php?group_id=5117release_id=13213
   (version 2.17)

Please be kind to clarify installing 1.4.5 after 1.5.1 ??? and https://.
Also presently I am using IE7.0.5730.11 and when trying to go to the 
hereabove address, the explorer advise me that there is an error on the 
security certificate. I do suppose that I can go further ?


 2) I was looking to install JabRef but after installation the LyXWin 
 installer advise me that it was not properly installed even it started .

 My fault, will be fixed for the next release. You can leave JabRef as it 
 is properly installed.

Duly Noted

 5) I have been surprised because the configuration at the end of 
 installation has been done very quickly when generally it last a very 
 long time

 Then it seems that MiKTeX wasn't able to connect to the internet and 
 install the LaTeX-packages needed by LyX. But as I told, MiKTeX 2.4 is 
 outdated, MiKTeX 2.6 is the one you should use. (MiKTeX 2.5 also works for 
 the case someoneone has this installed)

For my own information where can I find the site to download MiKTeX2.6

Thanks again Uwe

Best regards

Paul 





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-27 Thread Paul Schwartz
Thanks for the tips and your kind efficiency

"Uwe Stöhr"  a écrit
> Yes, you can there only update within a MiKTeX-version. That means you get 
> there updates only for MiKTeX 2.4 when you have 2.4 installed. But now 
> only MiKTeX 2.6 is supported by the MiKTeX developers.

The problem is that when you get the MiKTeX update windows during the 
installation, you just got the choice to check the updates for 2.4 or to 
update to 2.5. However and ahead of updating you shall check on the site 
 then you reach the page advising you that 2.5 (if i remember properly) 
is not supported anymore without advising you that a 2.6 version exists. 
shall I missed something or is there a link I did not find ?
>
>> completing the installation process, LyX 1.5.1 crashed when starting.
>
> Hmm, a crash is normally not a problem with incompatibilities between 
> installed LyX-versions.
> Could you please start LyX by running directly the lyx.exe? Then a console 
> window is opened together with LyX showing you some debugging output.

When I launch "lyx.exe", I just have a window opening then closing 
immediately and remaining black during opening which is lasting less than 
half a second.
The same when launching using "lyxLauncher.exe". Here I have two successive 
windows nothing inside (may be I do not see anything even if there is 
something) lasting each less than half a second.

>
> > My former version LyX 1.4.3 svn is still working properly
>
> But SVN-versions are not stable one so this could eventually be a problem.

Duly noted


>> 1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
>> reinstall it
>
> Yes. But I recommend to also uninstall MiKTeX and reinstall LyX using the 
> complete installer version for LyX. This will also install MiKTeX 2.6.

Please be kind to clarify: Is it the complete official installer or yours ? 
(may I understand that because of my former MiKTeX 2.4 installation the 
MiKTeX 2.6 did not install with your installer ???)

> This is how I did it:
> I also run different LyX-versions without problems:
> - I first unistalled LyX 1.4.x and MiKTeX
> - I uninstalled LyX 1.5svn that I had installed for testing
> - I installed LyX 1.5.1 using the complete installer version
> - I installed LyX 1.4.5 using this installer:
> 
> https://developer.berlios.de/project/showfiles.php?group_id=5117_id=13213
>   (version 2.17)

Please be kind to clarify installing 1.4.5 after 1.5.1 ??? and https://.
Also presently I am using IE7.0.5730.11 and when trying to go to the 
hereabove address, the explorer advise me that there is an error on the 
security certificate. I do suppose that I can go further ?


>> 2) I was looking to install JabRef but after installation the LyXWin 
>> installer advise me that it was not properly installed even it started .
>
> My fault, will be fixed for the next release. You can leave JabRef as it 
> is properly installed.

Duly Noted

>> 5) I have been surprised because the configuration at the end of 
>> installation has been done very quickly when generally it last a very 
>> long time
>
> Then it seems that MiKTeX wasn't able to connect to the internet and 
> install the LaTeX-packages needed by LyX. But as I told, MiKTeX 2.4 is 
> outdated, MiKTeX 2.6 is the one you should use. (MiKTeX 2.5 also works for 
> the case someoneone has this installed)

For my own information where can I find the site to download MiKTeX2.6

Thanks again Uwe

Best regards

Paul 





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-26 Thread Paul Schwartz
I followed your recommendation installing  using LyXWin installer without 
uninstalling former versions. During installation, check for Miktex update 
(no one availabe Miktex version 2.4.1667)[ I do not update to 2.5], 
completing the installation process, LyX 1.5.1 crashed when starting.
- My former version LyX 1.4.3 svn is still working properly and I still have 
former version 1.4
1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
reinstall it
2) I was looking to install JabRef but after installation the LyXWin 
installer advise me that it was not properly installed even it started . 
Might it be any relation regarding further crash of 1.5.1 ? ..anyway, I 
uninstall it.
3) for information LyX1.5.1 like others LyX versions is installed in program 
files when MikTeX is directly under C
4) I had a look inside the program files and I found a tmp in Resources 
directory named tmpdpmjmf.log. I do not know if it might be useful but here 
is the text:
QUOTE
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4) (preloaded format=latex 
2006.10.10)  27 AUG 2007 01:37
entering extended mode
**\nonstopmode\input{c:/docume\string~1/admini\string~1/locals\string~1/temp/tm
pdpmjmf.ltx}
(c:/docume~1/admini~1/locals~1/temp/tmpdpmjmf.ltx)
! Emergency stop.
* ...tring~1/locals\string~1/temp/tmpdpmjmf.ltx}

*** (job aborted, no legal \end found)

Here is how much of TeX's memory you used:
 10 strings out of 95890
 214 string characters out of 1195173
 44793 words of memory out of 1048577
 3150 multiletter control sequences out of 6
 3640 words of font info for 14 fonts, out of 100 for 2000
 14 hyphenation exceptions out of 4999
 4i,0n,3p,99b,8s stack positions out of 5000i,500n,1p,20b,32768s
No pages of output.
UNQUOTE
5) I have been surprised because the configuration at the end of 
installation has been done very quickly when generally it last a very long 
time

any clue

Thanks
Paul Schwartz

Uwe Stöhr a écrit

 Paul Schwartz schrieb:

 Is it strictly necessary to uninstall former LyX versions ahead of 
 installing 1.5.1 using the hereabove installer or official one's or can 
 it be executed directly ?

 You can execute it directly.

 regards Uwe
 





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-26 Thread Paul Schwartz
I followed your recommendation installing  using LyXWin installer without 
uninstalling former versions. During installation, check for Miktex update 
(no one availabe Miktex version 2.4.1667)[ I do not update to 2.5], 
completing the installation process, LyX 1.5.1 crashed when starting.
- My former version LyX 1.4.3 svn is still working properly and I still have 
former version 1.4
1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
reinstall it
2) I was looking to install JabRef but after installation the LyXWin 
installer advise me that it was not properly installed even it started . 
Might it be any relation regarding further crash of 1.5.1 ? ..anyway, I 
uninstall it.
3) for information LyX1.5.1 like others LyX versions is installed in program 
files when MikTeX is directly under C
4) I had a look inside the program files and I found a tmp in Resources 
directory named tmpdpmjmf.log. I do not know if it might be useful but here 
is the text:
QUOTE
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4) (preloaded format=latex 
2006.10.10)  27 AUG 2007 01:37
entering extended mode
**\nonstopmode\input{c:/docume\string~1/admini\string~1/locals\string~1/temp/tm
pdpmjmf.ltx}
(c:/docume~1/admini~1/locals~1/temp/tmpdpmjmf.ltx)
! Emergency stop.
* ...tring~1/locals\string~1/temp/tmpdpmjmf.ltx}

*** (job aborted, no legal \end found)

Here is how much of TeX's memory you used:
 10 strings out of 95890
 214 string characters out of 1195173
 44793 words of memory out of 1048577
 3150 multiletter control sequences out of 6
 3640 words of font info for 14 fonts, out of 100 for 2000
 14 hyphenation exceptions out of 4999
 4i,0n,3p,99b,8s stack positions out of 5000i,500n,1p,20b,32768s
No pages of output.
UNQUOTE
5) I have been surprised because the configuration at the end of 
installation has been done very quickly when generally it last a very long 
time

any clue

Thanks
Paul Schwartz

Uwe Stöhr a écrit

 Paul Schwartz schrieb:

 Is it strictly necessary to uninstall former LyX versions ahead of 
 installing 1.5.1 using the hereabove installer or official one's or can 
 it be executed directly ?

 You can execute it directly.

 regards Uwe
 





Re: LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-26 Thread Paul Schwartz
I followed your recommendation installing  using LyXWin installer without 
uninstalling former versions. During installation, check for Miktex update 
(no one availabe Miktex version 2.4.1667)[ I do not update to 2.5], 
completing the installation process, LyX 1.5.1 crashed when starting.
- My former version LyX 1.4.3 svn is still working properly and I still have 
former version 1.4
1) May I uninstall 1.5.1 version without disturbing 1.4.3 and try to 
reinstall it
2) I was looking to install JabRef but after installation the LyXWin 
installer advise me that it was not properly installed even it started . 
Might it be any relation regarding further crash of 1.5.1 ? ..anyway, I 
uninstall it.
3) for information LyX1.5.1 like others LyX versions is installed in program 
files when MikTeX is directly under C
4) I had a look inside the program files and I found a tmp in Resources 
directory named tmpdpmjmf.log. I do not know if it might be useful but here 
is the text:
QUOTE
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4) (preloaded format=latex 
2006.10.10)  27 AUG 2007 01:37
entering extended mode
**\nonstopmode\input{c:/docume\string~1/admini\string~1/locals\string~1/temp/tm
pdpmjmf.ltx}
(c:/docume~1/admini~1/locals~1/temp/tmpdpmjmf.ltx)
! Emergency stop.
<*> ...tring~1/locals\string~1/temp/tmpdpmjmf.ltx}

*** (job aborted, no legal \end found)

Here is how much of TeX's memory you used:
 10 strings out of 95890
 214 string characters out of 1195173
 44793 words of memory out of 1048577
 3150 multiletter control sequences out of 6
 3640 words of font info for 14 fonts, out of 100 for 2000
 14 hyphenation exceptions out of 4999
 4i,0n,3p,99b,8s stack positions out of 5000i,500n,1p,20b,32768s
No pages of output.
UNQUOTE
5) I have been surprised because the configuration at the end of 
installation has been done very quickly when generally it last a very long 
time

any clue

Thanks
Paul Schwartz

"Uwe Stöhr" a écrit

> Paul Schwartz schrieb:
>
>> Is it strictly necessary to uninstall former LyX versions ahead of 
>> installing 1.5.1 using the hereabove installer or official one's or can 
>> it be executed directly ?
>
> You can execute it directly.
>
> regards Uwe
> 





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-22 Thread Paul Schwartz
Hi,

Is it strictly necessary to uninstall former LyX versions ahead of 
installing 1.5.1 using the hereabove installer or official one's or can it 
be executed directly ?

thanks and regards

Paul





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-22 Thread Paul Schwartz
Hi,

Is it strictly necessary to uninstall former LyX versions ahead of 
installing 1.5.1 using the hereabove installer or official one's or can it 
be executed directly ?

thanks and regards

Paul





LyX 1.5.1-3-18-AltInstaller-xxx.exe

2007-08-22 Thread Paul Schwartz
Hi,

Is it strictly necessary to uninstall former LyX versions ahead of 
installing 1.5.1 using the hereabove installer or official one's or can it 
be executed directly ?

thanks and regards

Paul





Re: Document class: Article

2006-11-12 Thread Paul Schwartz

Juergen Spitzmueller [EMAIL PROTECTED] 
a écrit dans le message de news: 
[EMAIL PROTECTED]
You could try
[EMAIL PROTECTED] [EMAIL PROTECTED]

Selecting the Index List inset with the mouse and altering the font size in
Layout-Text Style probably has the same effect.

For any fancier formatting, you should create an index style file (cf. the
MakeIndex documentation for details).


Thanks for the tips

Paul 





Re: Document class: Article

2006-11-12 Thread Paul Schwartz

Juergen Spitzmueller [EMAIL PROTECTED] 
a écrit dans le message de news: 
[EMAIL PROTECTED]
You could try
[EMAIL PROTECTED] [EMAIL PROTECTED]

Selecting the Index List inset with the mouse and altering the font size in
Layout-Text Style probably has the same effect.

For any fancier formatting, you should create an index style file (cf. the
MakeIndex documentation for details).


Thanks for the tips

Paul 





Re: Document class: Article

2006-11-12 Thread Paul Schwartz

"Juergen Spitzmueller" <[EMAIL PROTECTED]> 
a écrit dans le message de news: 
[EMAIL PROTECTED]
You could try
[EMAIL PROTECTED] [EMAIL PROTECTED]

Selecting the Index List inset with the mouse and altering the font size in
Layout->Text Style probably has the same effect.

For any fancier formatting, you should create an index style file (cf. the
MakeIndex documentation for details).


Thanks for the tips

Paul 





Document class: Article

2006-11-10 Thread Paul Schwartz
Is there a way to change the font size of the index through the preamble

Thanks

Paul 





Document class: Article

2006-11-10 Thread Paul Schwartz
Is there a way to change the font size of the index through the preamble

Thanks

Paul 





Document class: Article

2006-11-10 Thread Paul Schwartz
Is there a way to change the font size of the "index" through the preamble

Thanks

Paul 





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

Jean-Marc Lasgouttes  a écrit dans le message de news:

Part of the problem is that ams is _American_ mathematical society.
Historically, working well with babel has not been a high priority.
Please check that you have the latest versions of both amsart and
babel (3.8h).

Sorry to ask you this simple question:

Where and how do I check the version of amsart and babel under windows 
(version 1.4.3. svn) installation made using the windows installer (not the 
full installation).

I do search in LyX and MikTeX but no one is giving that information. Shall I 
go back to gmane version page to look at the versions which are installed 
for this version.
I am also afraid to install the new version because each time the new one is 
stacked on the former one, using some ressources from the old one.
In such a case might it be better to uninstall everything  and reinstall the 
new version.

Regarding MikTeX, it is possible to upgrade to the 2.5 version. But when you 
go to the MikTeX site, there is some upgrade issues regarding dvipdfm, 
dvipdfmx, dvips, miktex, pdftex config which are lost. and for a basic 
windower it is not so clear. of course I can still just upgrade the files 
which are displayed to be upgrade... but neither babel nor amsart are 
concerned.

What are your suggestions.

If I come back to the problem of two-sided document, I have the filling 
that it is a matter of misinterpreting accentuation which should be entered 
under TeX mode instead of straight keyboard code. So I 'll prepare one 
document without accent but with French as a language, then an other with 
accent under TeX and I come back with the results.

Paul








Re: article (AMS)

2006-11-06 Thread Paul Schwartz

Paul Schwartz [EMAIL PROTECTED] a écrit dans le 
message de news: [EMAIL PROTECTED]

 Paul A. Rubin  a écrit

 In fact, it works perfectly if your document does not reach the second 
 page,
 then as soon as you had something switching to the second page then you 
 got
 the error.


 The attached document (four pages) seems to work for me, so I suspect it
 is something specific in yours that is causing the problem.  If you
 apply your formatting selections to my document, does the problem arise?

 I  load your document and effectively it displays perfectly. I tried to 
 apply
 your parameters to mine without success.
 So I transcoded into TeX to see the differences

 In fact provided it has been prepared in French then it keeps the memory 
 of
 the original parameters adding yours.
 So, I modified my document under TeX to fulfill your parameters 
 (newtherorem
 and theorem style excepted) and saved it under .TeX.
 Then I imported it in LyX, then readjust some parameters which where not
 properly imported. Also, I removed what has been added into the Latex
 preamble(at the end of the LyX parameters) to avoid two preambles and 
 tried
 to display without success

 However, as soon as I unticked the double-sided document then I 
 displayed
 under PDF_(pdflatex) without problem in US letter format.

Finally I found the problem :
If you insert a Title without an Author you got automatically the reported 
error.
if you just insert an Author name then you got undefined control sequence 
identified with the Author.
As soon as you put both then there is no more problem and you can 
display,add what you wan in accentuation, using English or French ...

Sorry to have disturbed you with all these litterature for nearly nothing.

Paul 





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

Paul Schwartz 
 Jean-Marc Lasgouttes  a écrit dans le message de news:

Part of the problem is that ams is _American_ mathematical society.
Historically, working well with babel has not been a high priority.
Please check that you have the latest versions of both amsart and
babel (3.8h).

paul schwartz a écrit
 If I come back to the problem of two-sided document, I have the filling 
 that it is a matter of misinterpreting accentuation which should be 
 entered under TeX mode instead of straight keyboard code. So I 'll prepare 
 one document without accent but with French as a language, then an other 
 with accent under TeX and I come back with the results.

In fact the problem comes when you put a title without an author or 
vice-versa
As soon as you put both then everything works properly using whether 
English, French, French accentuation, TeX accentuation ...

With just a title then you got a long list of error described in 
article(AMS) message hereunder.
With just an author then you got undefined control sequence but related to 
author easy to identify.

regards

Paul





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

Jean-Marc Lasgouttes  a écrit dans le message de news:

Part of the problem is that ams is _American_ mathematical society.
Historically, working well with babel has not been a high priority.
Please check that you have the latest versions of both amsart and
babel (3.8h).

Sorry to ask you this simple question:

Where and how do I check the version of amsart and babel under windows 
(version 1.4.3. svn) installation made using the windows installer (not the 
full installation).

I do search in LyX and MikTeX but no one is giving that information. Shall I 
go back to gmane version page to look at the versions which are installed 
for this version.
I am also afraid to install the new version because each time the new one is 
stacked on the former one, using some ressources from the old one.
In such a case might it be better to uninstall everything  and reinstall the 
new version.

Regarding MikTeX, it is possible to upgrade to the 2.5 version. But when you 
go to the MikTeX site, there is some upgrade issues regarding dvipdfm, 
dvipdfmx, dvips, miktex, pdftex config which are lost. and for a basic 
windower it is not so clear. of course I can still just upgrade the files 
which are displayed to be upgrade... but neither babel nor amsart are 
concerned.

What are your suggestions.

If I come back to the problem of two-sided document, I have the filling 
that it is a matter of misinterpreting accentuation which should be entered 
under TeX mode instead of straight keyboard code. So I 'll prepare one 
document without accent but with French as a language, then an other with 
accent under TeX and I come back with the results.

Paul








Re: article (AMS)

2006-11-06 Thread Paul Schwartz

Paul Schwartz [EMAIL PROTECTED] a écrit dans le 
message de news: [EMAIL PROTECTED]

 Paul A. Rubin  a écrit

 In fact, it works perfectly if your document does not reach the second 
 page,
 then as soon as you had something switching to the second page then you 
 got
 the error.


 The attached document (four pages) seems to work for me, so I suspect it
 is something specific in yours that is causing the problem.  If you
 apply your formatting selections to my document, does the problem arise?

 I  load your document and effectively it displays perfectly. I tried to 
 apply
 your parameters to mine without success.
 So I transcoded into TeX to see the differences

 In fact provided it has been prepared in French then it keeps the memory 
 of
 the original parameters adding yours.
 So, I modified my document under TeX to fulfill your parameters 
 (newtherorem
 and theorem style excepted) and saved it under .TeX.
 Then I imported it in LyX, then readjust some parameters which where not
 properly imported. Also, I removed what has been added into the Latex
 preamble(at the end of the LyX parameters) to avoid two preambles and 
 tried
 to display without success

 However, as soon as I unticked the double-sided document then I 
 displayed
 under PDF_(pdflatex) without problem in US letter format.

Finally I found the problem :
If you insert a Title without an Author you got automatically the reported 
error.
if you just insert an Author name then you got undefined control sequence 
identified with the Author.
As soon as you put both then there is no more problem and you can 
display,add what you wan in accentuation, using English or French ...

Sorry to have disturbed you with all these litterature for nearly nothing.

Paul 





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

Paul Schwartz 
 Jean-Marc Lasgouttes  a écrit dans le message de news:

Part of the problem is that ams is _American_ mathematical society.
Historically, working well with babel has not been a high priority.
Please check that you have the latest versions of both amsart and
babel (3.8h).

paul schwartz a écrit
 If I come back to the problem of two-sided document, I have the filling 
 that it is a matter of misinterpreting accentuation which should be 
 entered under TeX mode instead of straight keyboard code. So I 'll prepare 
 one document without accent but with French as a language, then an other 
 with accent under TeX and I come back with the results.

In fact the problem comes when you put a title without an author or 
vice-versa
As soon as you put both then everything works properly using whether 
English, French, French accentuation, TeX accentuation ...

With just a title then you got a long list of error described in 
article(AMS) message hereunder.
With just an author then you got undefined control sequence but related to 
author easy to identify.

regards

Paul





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

"Jean-Marc Lasgouttes" < a écrit dans le message de news:

>Part of the problem is that ams is _American_ mathematical society.
>Historically, working well with babel has not been a high priority.
>Please check that you have the latest versions of both amsart and
>babel (3.8h).

Sorry to ask you this simple question:

Where and how do I check the version of amsart and babel under windows 
(version 1.4.3. svn) installation made using the windows installer (not the 
full installation).

I do search in LyX and MikTeX but no one is giving that information. Shall I 
go back to gmane version page to look at the versions which are installed 
for this version.
I am also afraid to install the new version because each time the new one is 
stacked on the former one, using some ressources from the old one.
In such a case might it be better to uninstall everything  and reinstall the 
new version.

Regarding MikTeX, it is possible to upgrade to the 2.5 version. But when you 
go to the MikTeX site, there is some upgrade issues regarding dvipdfm, 
dvipdfmx, dvips, miktex, pdftex config which are lost. and for a "basic 
windower" it is not so clear. of course I can still just upgrade the files 
which are displayed to be upgrade... but neither babel nor amsart are 
concerned.

What are your suggestions.

If I come back to the problem of "two-sided" document, I have the filling 
that it is a matter of misinterpreting accentuation which should be entered 
under TeX mode instead of straight keyboard code. So I 'll prepare one 
document without accent but with French as a language, then an other with 
accent under TeX and I come back with the results.

Paul








Re: article (AMS)

2006-11-06 Thread Paul Schwartz

"Paul Schwartz" <[EMAIL PROTECTED]> a écrit dans le 
message de news: [EMAIL PROTECTED]
>
> "Paul A. Rubin"  a écrit
>>>
>>> In fact, it works perfectly if your document does not reach the second 
>>> page,
>>> then as soon as you had something switching to the second page then you 
>>> got
>>> the error.
>>>
>>
>> The attached document (four pages) seems to work for me, so I suspect it
>> is something specific in yours that is causing the problem.  If you
>> apply your formatting selections to my document, does the problem arise?
>>
> I  load your document and effectively it displays perfectly. I tried to 
> apply
> your parameters to mine without success.
> So I transcoded into TeX to see the differences
>
> In fact provided it has been prepared in French then it keeps the memory 
> of
> the original parameters adding yours.
> So, I modified my document under TeX to fulfill your parameters 
> (newtherorem
> and theorem style excepted) and saved it under .TeX.
> Then I imported it in LyX, then readjust some parameters which where not
> properly imported. Also, I removed what has been added into the Latex
> preamble(at the end of the LyX parameters) to avoid two preambles and 
> tried
> to display without success
>
> However, as soon as I unticked the "double-sided" document then I 
> displayed
> under PDF_(pdflatex) without problem in US letter format.
>
Finally I found the problem :
If you insert a Title without an Author you got automatically the reported 
error.
if you just insert an Author name then you got undefined control sequence 
identified with the Author.
As soon as you put both then there is no more problem and you can 
display,add what you wan in accentuation, using English or French ...

Sorry to have disturbed you with all these litterature for nearly nothing.

Paul 





Re: Article (AMS) [French language]

2006-11-06 Thread Paul Schwartz

"Paul Schwartz" <
> "Jean-Marc Lasgouttes" < a écrit dans le message de news:
>
>>Part of the problem is that ams is _American_ mathematical society.
>>Historically, working well with babel has not been a high priority.
>>Please check that you have the latest versions of both amsart and
>>babel (3.8h).
>
paul schwartz a écrit
> If I come back to the problem of "two-sided" document, I have the filling 
> that it is a matter of misinterpreting accentuation which should be 
> entered under TeX mode instead of straight keyboard code. So I 'll prepare 
> one document without accent but with French as a language, then an other 
> with accent under TeX and I come back with the results.

In fact the problem comes when you put a title without an author or 
vice-versa
As soon as you put both then everything works properly using whether 
English, French, French accentuation, TeX accentuation ...

With just a title then you got a long list of error described in 
"article(AMS)" message hereunder.
With just an author then you got "undefined control sequence" but related to 
author easy to identify.

regards

Paul





Article (AMS) [French language]

2006-11-05 Thread Paul Schwartz
Sorry to come back again on this class, but I start to believe that the 
problem might come from the formatting of this class into French.

1) Two-sided document:
If it works in the English-American version then in my installation (1.4.3 
svn) whether I select English or French, as soon as I reach the second page 
of my document and I want to display it under PDF_(pdflatex) then I got an 
error. If I untick two-sided then it works.

2) If I want to insert a part, if I change the size of the font then I got 
an error. Without changing anything, it works but then the display in 
PDF_(pdflatex) is:
première partie 1.les peuples (les peuples being the part title) which is 
in English something like first part 1. The tribes.

I believe that whether first part or 1. should be displayed but not both 
isn't it ?

I am a bit puzzled !

paul 





Re: article (AMS)

2006-11-05 Thread Paul Schwartz

Paul A. Rubin  a écrit

 In fact, it works perfectly if your document does not reach the second 
 page,
 then as soon as you had something switching to the second page then you 
 got
 the error.


 The attached document (four pages) seems to work for me, so I suspect it
 is something specific in yours that is causing the problem.  If you
 apply your formatting selections to my document, does the problem arise?

I  load your document and effectively it displays perfectly. I tried to 
apply
your parameters to mine without success.
So I transcoded into TeX to see the differences

In fact provided it has been prepared in French then it keeps the memory of
the original parameters adding yours.
So, I modified my document under TeX to fulfill your parameters (newtherorem
and theorem style excepted) and saved it under .TeX.
Then I imported it in LyX, then readjust some parameters which where not
properly imported. Also, I removed what has been added into the Latex
preamble(at the end of the LyX parameters) to avoid two preambles and tried
to display without success

However, as soon as I unticked the double-sided document then I displayed
under PDF_(pdflatex) without problem in US letter format.

So, I believe that there is something in the French LyX built version under
windows which misinterpretes something, maybe with miktex or ... may be a 
problem with the accents which are largelly used in French ...

I already got a problem like that the first time I used LyX to translate a
user manual. I was obliged to be in English to be able displaying in some
cases even inputting in French.

Here whether I move to English, it does not change anything.

I have prepared a document with the difference in the LaTeX preamble between 
your document and mine. Also I keep at your disposal my document modified 
with your parameters. However, I guess the list forbid to join them here !

Paul/s





Article (AMS) [French language]

2006-11-05 Thread Paul Schwartz
Sorry to come back again on this class, but I start to believe that the 
problem might come from the formatting of this class into French.

1) Two-sided document:
If it works in the English-American version then in my installation (1.4.3 
svn) whether I select English or French, as soon as I reach the second page 
of my document and I want to display it under PDF_(pdflatex) then I got an 
error. If I untick two-sided then it works.

2) If I want to insert a part, if I change the size of the font then I got 
an error. Without changing anything, it works but then the display in 
PDF_(pdflatex) is:
première partie 1.les peuples (les peuples being the part title) which is 
in English something like first part 1. The tribes.

I believe that whether first part or 1. should be displayed but not both 
isn't it ?

I am a bit puzzled !

paul 





Re: article (AMS)

2006-11-05 Thread Paul Schwartz

Paul A. Rubin  a écrit

 In fact, it works perfectly if your document does not reach the second 
 page,
 then as soon as you had something switching to the second page then you 
 got
 the error.


 The attached document (four pages) seems to work for me, so I suspect it
 is something specific in yours that is causing the problem.  If you
 apply your formatting selections to my document, does the problem arise?

I  load your document and effectively it displays perfectly. I tried to 
apply
your parameters to mine without success.
So I transcoded into TeX to see the differences

In fact provided it has been prepared in French then it keeps the memory of
the original parameters adding yours.
So, I modified my document under TeX to fulfill your parameters (newtherorem
and theorem style excepted) and saved it under .TeX.
Then I imported it in LyX, then readjust some parameters which where not
properly imported. Also, I removed what has been added into the Latex
preamble(at the end of the LyX parameters) to avoid two preambles and tried
to display without success

However, as soon as I unticked the double-sided document then I displayed
under PDF_(pdflatex) without problem in US letter format.

So, I believe that there is something in the French LyX built version under
windows which misinterpretes something, maybe with miktex or ... may be a 
problem with the accents which are largelly used in French ...

I already got a problem like that the first time I used LyX to translate a
user manual. I was obliged to be in English to be able displaying in some
cases even inputting in French.

Here whether I move to English, it does not change anything.

I have prepared a document with the difference in the LaTeX preamble between 
your document and mine. Also I keep at your disposal my document modified 
with your parameters. However, I guess the list forbid to join them here !

Paul/s





Article (AMS) [French language]

2006-11-05 Thread Paul Schwartz
Sorry to come back again on this class, but I start to believe that the 
problem might come from the formatting of this class into French.

1) Two-sided document:
If it works in the English-American version then in my installation (1.4.3 
svn) whether I select English or French, as soon as I reach the second page 
of my document and I want to display it under PDF_(pdflatex) then I got an 
error. If I untick "two-sided" then it works.

2) If I want to insert a "part", if I change the size of the font then I got 
an error. Without changing anything, it works but then the display in 
PDF_(pdflatex) is:
"première partie 1.les peuples (les peuples being the part title) which is 
in English something like "first part 1. The tribes".

I believe that whether "first part" or "1." should be displayed but not both 
isn't it ?

I am a bit puzzled !

paul 





Re: article (AMS)

2006-11-05 Thread Paul Schwartz

"Paul A. Rubin"  a écrit
>>
>> In fact, it works perfectly if your document does not reach the second 
>> page,
>> then as soon as you had something switching to the second page then you 
>> got
>> the error.
>>
>
> The attached document (four pages) seems to work for me, so I suspect it
> is something specific in yours that is causing the problem.  If you
> apply your formatting selections to my document, does the problem arise?
>
I  load your document and effectively it displays perfectly. I tried to 
apply
your parameters to mine without success.
So I transcoded into TeX to see the differences

In fact provided it has been prepared in French then it keeps the memory of
the original parameters adding yours.
So, I modified my document under TeX to fulfill your parameters (newtherorem
and theorem style excepted) and saved it under .TeX.
Then I imported it in LyX, then readjust some parameters which where not
properly imported. Also, I removed what has been added into the Latex
preamble(at the end of the LyX parameters) to avoid two preambles and tried
to display without success

However, as soon as I unticked the "double-sided" document then I displayed
under PDF_(pdflatex) without problem in US letter format.

So, I believe that there is something in the French LyX built version under
windows which misinterpretes something, maybe with miktex or ... may be a 
problem with the accents which are largelly used in French ...

I already got a problem like that the first time I used LyX to translate a
user manual. I was obliged to be in English to be able displaying in some
cases even inputting in French.

Here whether I move to English, it does not change anything.

I have prepared a document with the difference in the LaTeX preamble between 
your document and mine. Also I keep at your disposal my document modified 
with your parameters. However, I guess the list forbid to join them here !

Paul/s





article (AMS)

2006-11-03 Thread Paul Schwartz
Is it forbidden to notch two sided document with this class of document.
If I notch it, I got a error when displaying under PDF_(pdflatex)

thanks

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

Paul A. Rubin  a écrit

 Paul Schwartz wrote:
 Is it forbidden to notch two sided document with this class of 
 document.
 If I notch it, I got a error when displaying under PDF_(pdflatex)


 Works for me with no problems.  Perhaps it's something specific to your 
 document?

 /Paul

Just for your information,  here are the specs of the document with the 
corresponding error console. If I tick two-sided document I got the error, 
if not everything is ok.

- Class of document : article (AMS) postscript driver: default
- Text format font : default, size default, identation, line spacing simple
- page format : personnalised , height 17.2 cm, width : 10.5 cm, portrait, 
two-sided document ticked
- margins: (in cm) top 1.7, bottom:1.6, inner: 1, outer: 1.6, head sep: 0.4, 
head height : 1.3
- language : French use language's default encoding : ticked; quote style 
(french style)
nothing else has been modified

Upper windows error console: the same paragraph 4 times

Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Missing number, treated as zero.
Illegal unit of measure (pt inserted).

Lower windows error console:
if you say, e.g.,'\def\a1{...}', the you must always
put'1' after '\a', since control sequence names are
made up of letters only. the macro here has not been
followed by the required stuff, so I'm ignoring it.

I inserted some footnotes  with greek using:
TEX$\alpha\iota\lambda\.$

will advise you if I find something
Regards

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

Paul Schwartz a écrit

 Paul A. Rubin  a écrit

 Paul Schwartz wrote:
 Is it forbidden to notch two sided document with this class of 
 document.
 If I notch it, I got a error when displaying under PDF_(pdflatex)


 Works for me with no problems.  Perhaps it's something specific to your 
 document?

 /Paul

 will advise you if I find something
 Regards

In fact, it works perfectly if your document does not reach the second page, 
then as soon as you had something switching to the second page then you got 
the error.

Paul





article (AMS)

2006-11-03 Thread Paul Schwartz
Is it forbidden to notch two sided document with this class of document.
If I notch it, I got a error when displaying under PDF_(pdflatex)

thanks

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

Paul A. Rubin  a écrit

 Paul Schwartz wrote:
 Is it forbidden to notch two sided document with this class of 
 document.
 If I notch it, I got a error when displaying under PDF_(pdflatex)


 Works for me with no problems.  Perhaps it's something specific to your 
 document?

 /Paul

Just for your information,  here are the specs of the document with the 
corresponding error console. If I tick two-sided document I got the error, 
if not everything is ok.

- Class of document : article (AMS) postscript driver: default
- Text format font : default, size default, identation, line spacing simple
- page format : personnalised , height 17.2 cm, width : 10.5 cm, portrait, 
two-sided document ticked
- margins: (in cm) top 1.7, bottom:1.6, inner: 1, outer: 1.6, head sep: 0.4, 
head height : 1.3
- language : French use language's default encoding : ticked; quote style 
(french style)
nothing else has been modified

Upper windows error console: the same paragraph 4 times

Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Missing number, treated as zero.
Illegal unit of measure (pt inserted).

Lower windows error console:
if you say, e.g.,'\def\a1{...}', the you must always
put'1' after '\a', since control sequence names are
made up of letters only. the macro here has not been
followed by the required stuff, so I'm ignoring it.

I inserted some footnotes  with greek using:
TEX$\alpha\iota\lambda\.$

will advise you if I find something
Regards

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

Paul Schwartz a écrit

 Paul A. Rubin  a écrit

 Paul Schwartz wrote:
 Is it forbidden to notch two sided document with this class of 
 document.
 If I notch it, I got a error when displaying under PDF_(pdflatex)


 Works for me with no problems.  Perhaps it's something specific to your 
 document?

 /Paul

 will advise you if I find something
 Regards

In fact, it works perfectly if your document does not reach the second page, 
then as soon as you had something switching to the second page then you got 
the error.

Paul





article (AMS)

2006-11-03 Thread Paul Schwartz
Is it forbidden to notch "two sided document" with this class of document.
If I notch it, I got a error when displaying under PDF_(pdflatex)

thanks

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

"Paul A. Rubin"  a écrit

> Paul Schwartz wrote:
>> Is it forbidden to notch "two sided document" with this class of 
>> document.
>> If I notch it, I got a error when displaying under PDF_(pdflatex)
>>
>
> Works for me with no problems.  Perhaps it's something specific to your 
> document?
>
> /Paul
>
Just for your information,  here are the specs of the document with the 
corresponding error console. If I tick two-sided document I got the error, 
if not everything is ok.

- Class of document : article (AMS) postscript driver: default
- Text format font : default, size default, identation, line spacing simple
- page format : personnalised , height 17.2 cm, width : 10.5 cm, portrait, 
two-sided document ticked
- margins: (in cm) top 1.7, bottom:1.6, inner: 1, outer: 1.6, head sep: 0.4, 
head height : 1.3
- language : French use language's default encoding : ticked; quote style 
(french style)
nothing else has been modified

Upper windows error console: the same paragraph 4 times

Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Use of \relax doen't match its definition.
Missing number, treated as zero.
Illegal unit of measure (pt inserted).

Lower windows error console:
if you say, e.g.,'\def\a1{...}', the you must always
put'1' after '\a', since control sequence names are
made up of letters only. the macro here has not been
followed by the required stuff, so I'm ignoring it.

I inserted some footnotes  with greek using:
"TEX$\alpha\iota\lambda\.$

will advise you if I find something
Regards

Paul 





Re: article (AMS)

2006-11-03 Thread Paul Schwartz

"Paul Schwartz" a écrit
>
> "Paul A. Rubin"  a écrit
>
>> Paul Schwartz wrote:
>>> Is it forbidden to notch "two sided document" with this class of 
>>> document.
>>> If I notch it, I got a error when displaying under PDF_(pdflatex)
>>>
>>
>> Works for me with no problems.  Perhaps it's something specific to your 
>> document?
>>
>> /Paul

> will advise you if I find something
> Regards

In fact, it works perfectly if your document does not reach the second page, 
then as soon as you had something switching to the second page then you got 
the error.

Paul





Aspell-fr-0.50.3

2006-11-02 Thread Paul Schwartz
Sorry to say that it might be a source of confusion with baptistaire which 
in french is an adjective and not the noun which is written Baptistere 
(with accent-grave on  the first e) and which is not appearing in this 
Aspell version.

Regards

Paul 





Aspell-fr-0.50.3

2006-11-02 Thread Paul Schwartz
Sorry to say that it might be a source of confusion with baptistaire which 
in french is an adjective and not the noun which is written Baptistere 
(with accent-grave on  the first e) and which is not appearing in this 
Aspell version.

Regards

Paul 





Aspell-fr-0.50.3

2006-11-02 Thread Paul Schwartz
Sorry to say that it might be a source of confusion with "baptistaire" which 
in french is an adjective and not the noun which is written "Baptistere" 
(with accent-grave on  the first e) and which is not appearing in this 
Aspell version.

Regards

Paul 





Re: Help with Table of Contents

2006-10-19 Thread Paul Schwartz

Timothy Reaves  a écrit :
 I'm using the book document class.  It seems that chapters are the only 
 high level entity to be included into a ToC, and it seems Chapters and 
 Sections are the high level classes for the document.

- Go to Document -- parameter --- Numbering  TOC : you can adjust the 
slider
- As Juergen Spitzmueller advised me those marked with * are not suppose to 
appear in the TOC.
- If you does not want any numbering put the corresponding slider to 0f 
(lefthandside) and use the entries which are supposed to have number.
- When you have that, you can check with Document -- Table of contents.


 This seems -
 well, not odd so much as plain wrong.  Most books I have would include 
 things like the Index, List of Figures, and even the ToC in the ToC.

For inserting index that's no problem, just place the index button 
(Insert -- Floating ...) where you want to see it.
The same for the others.
However I supposed that you used the floating placement for your figures and 
pictures, otherwise I don't think it will work (if you used the fixed one : 
no reference).


 Also, they support other high level, non-numbered entities, such as 
 appendices, glossaries, etc.

 So am I using the wrong document class, or is it really that limited?


Hope it helps

Paul 





Re: Help with Table of Contents

2006-10-19 Thread Paul Schwartz

Timothy Reaves  a écrit :
 I'm using the book document class.  It seems that chapters are the only 
 high level entity to be included into a ToC, and it seems Chapters and 
 Sections are the high level classes for the document.

- Go to Document -- parameter --- Numbering  TOC : you can adjust the 
slider
- As Juergen Spitzmueller advised me those marked with * are not suppose to 
appear in the TOC.
- If you does not want any numbering put the corresponding slider to 0f 
(lefthandside) and use the entries which are supposed to have number.
- When you have that, you can check with Document -- Table of contents.


 This seems -
 well, not odd so much as plain wrong.  Most books I have would include 
 things like the Index, List of Figures, and even the ToC in the ToC.

For inserting index that's no problem, just place the index button 
(Insert -- Floating ...) where you want to see it.
The same for the others.
However I supposed that you used the floating placement for your figures and 
pictures, otherwise I don't think it will work (if you used the fixed one : 
no reference).


 Also, they support other high level, non-numbered entities, such as 
 appendices, glossaries, etc.

 So am I using the wrong document class, or is it really that limited?


Hope it helps

Paul 





Re: Help with Table of Contents

2006-10-19 Thread Paul Schwartz

"Timothy Reaves"  a écrit :
> I'm using the book document class.  It seems that chapters are the only 
> high level entity to be included into a ToC, and it seems Chapters and 
> Sections are the high level classes for the document.

- Go to "Document" --> "parameter" ---> Numbering & TOC : you can adjust the 
"slider"
- As Juergen Spitzmueller advised me those marked with * are not suppose to 
appear in the TOC.
- If you does not want any numbering put the corresponding slider to "0f" 
(lefthandside) and use the entries which are supposed to have number.
- When you have that, you can check with Document --> Table of contents.


 This seems -
> well, not odd so much as plain wrong.  Most books I have would include 
> things like the Index, List of Figures, and even the ToC in the ToC.

For inserting index that's no problem, just place the "index button" 
(Insert --> Floating ...) where you want to see it.
The same for the others.
However I supposed that you used the floating placement for your figures and 
pictures, otherwise I don't think it will work (if you used the fixed one : 
no reference).

>
> Also, they support other high level, non-numbered entities, such as 
> appendices, glossaries, etc.
>
> So am I using the wrong document class, or is it really that limited?
>
>
Hope it helps

Paul 





centering chapter heading

2006-10-17 Thread Paul Schwartz
Again a silly question:
is there a way to modify the formatting of chapter or section headings to 
have them centered ?
Thanks

Paul 





centering chapter heading

2006-10-17 Thread Paul Schwartz
Again a silly question:
is there a way to modify the formatting of chapter or section headings to 
have them centered ?
Thanks

Paul 





centering chapter heading

2006-10-17 Thread Paul Schwartz
Again a silly question:
is there a way to modify the formatting of chapter or section headings to 
have them centered ?
Thanks

Paul 





Re: Table of content

2006-10-14 Thread Paul Schwartz

Juergen Spitzmueller a écrit :
Paul Schwartz wrote:
 I used Chapter* but it is not supposed to appear in the TOC with this 
 class
 of doc. So I replaced Chapter* by Section* which is supposed to appear.
 Effectively it appears inside the LyX file but not in the pdf doc through
 pdflatex.

Are you sure? Normally, none of the *-headings are supposed to appear in the
TOC (that's what the star insicates, amongst others).

Sorry, I have got a problem to update my LyX news files.
May be I misinterpret, but in Document parameters , Numbering and TOC 
window, I find :
Examplenumberedappears in TOC
Part*yesyes
section*yesyes
subsectionyesyes
subsubsection nono ...
and when I click on the toc button inside the document it is exactly what 
is appearing. but never in the pdf doc.

If you want unnumbered sections in the TOC, you have to do something else.
Here are some possibilities:

(1) write
\addcontentsline{toc}{chapter}{the actual chapter text}
in TeX-mode just below the Chapter*. If it's a Sction*. replace chapter
by section.

(2) use KOMA-book as a class and use Addchap and Addsec instead of
Chapter* and Section*

(3) if you have only unnumbered, no numbered headings, just use Chapter and
Section and set Numbering to no in Document-Settings-Numbering  TOC

Thanks for the tip, I was afraid to use the slider to modify the numbering 
to no.

thanks again

Paul






Date of document

2006-10-14 Thread Paul Schwartz
Is there a way to remove the date of the document in the title.

Thanks

Paul





Re: Table of content

2006-10-14 Thread Paul Schwartz

Juergen Spitzmueller a écrit :
Paul Schwartz wrote:
 I used Chapter* but it is not supposed to appear in the TOC with this 
 class
 of doc. So I replaced Chapter* by Section* which is supposed to appear.
 Effectively it appears inside the LyX file but not in the pdf doc through
 pdflatex.

Are you sure? Normally, none of the *-headings are supposed to appear in the
TOC (that's what the star insicates, amongst others).

Sorry, I have got a problem to update my LyX news files.
May be I misinterpret, but in Document parameters , Numbering and TOC 
window, I find :
Examplenumberedappears in TOC
Part*yesyes
section*yesyes
subsectionyesyes
subsubsection nono ...
and when I click on the toc button inside the document it is exactly what 
is appearing. but never in the pdf doc.

If you want unnumbered sections in the TOC, you have to do something else.
Here are some possibilities:

(1) write
\addcontentsline{toc}{chapter}{the actual chapter text}
in TeX-mode just below the Chapter*. If it's a Sction*. replace chapter
by section.

(2) use KOMA-book as a class and use Addchap and Addsec instead of
Chapter* and Section*

(3) if you have only unnumbered, no numbered headings, just use Chapter and
Section and set Numbering to no in Document-Settings-Numbering  TOC

Thanks for the tip, I was afraid to use the slider to modify the numbering 
to no.

thanks again

Paul






Date of document

2006-10-14 Thread Paul Schwartz
Is there a way to remove the date of the document in the title.

Thanks

Paul





Re: Table of content

2006-10-14 Thread Paul Schwartz

Juergen Spitzmueller a écrit :
Paul Schwartz wrote:
> I used Chapter* but it is not supposed to appear in the TOC with this 
> class
> of doc. So I replaced Chapter* by Section* which is supposed to appear.
> Effectively it appears inside the LyX file but not in the pdf doc through
> pdflatex.

Are you sure? Normally, none of the *-headings are supposed to appear in the
TOC (that's what the star insicates, amongst others).

Sorry, I have got a problem to update my LyX news files.
May be I misinterpret, but in "Document parameters ", "Numbering and TOC" 
window, I find :
Examplenumberedappears in TOC
Part*yesyes
section*yesyes
subsectionyesyes
subsubsection nono ...
and when I click on the "toc" button inside the document it is exactly what 
is appearing. but never in the pdf doc.

If you want unnumbered sections in the TOC, you have to do something else.
Here are some possibilities:

(1) write
\addcontentsline{toc}{chapter}{}
in TeX-mode just below the Chapter*. If it's a Sction*. replace "chapter"
by "section".

(2) use KOMA-book as a class and use "Addchap" and "Addsec" instead of
Chapter* and Section*

(3) if you have only unnumbered, no numbered headings, just use Chapter and
Section and set "Numbering" to "no" in Document->Settings->Numbering & TOC

Thanks for the tip, I was afraid to use the "slider" to modify the numbering 
to "no".

thanks again

Paul






Date of document

2006-10-14 Thread Paul Schwartz
Is there a way to remove the "date of the document" in the title.

Thanks

Paul





Table of content

2006-10-10 Thread Paul Schwartz
LyX 1.4.3 svn - class of document : book - language : French.

The table of content appear in the LyX document when it does not in the 
transcoding pdflatex.
I used Chapter* but it is not supposed to appear in the TOC with this class 
of doc. So I replaced Chapter* by Section* which is supposed to appear.
Effectively it appears inside the LyX file but not in the pdf doc through 
pdflatex.
Sorry the title table des matieres (toc) appears with nothing below.
Any clue

Thanks and regards

Paul






Table of content

2006-10-10 Thread Paul Schwartz
LyX 1.4.3 svn - class of document : book - language : French.

The table of content appear in the LyX document when it does not in the 
transcoding pdflatex.
I used Chapter* but it is not supposed to appear in the TOC with this class 
of doc. So I replaced Chapter* by Section* which is supposed to appear.
Effectively it appears inside the LyX file but not in the pdf doc through 
pdflatex.
Sorry the title table des matieres (toc) appears with nothing below.
Any clue

Thanks and regards

Paul






Table of content

2006-10-10 Thread Paul Schwartz
LyX 1.4.3 svn - class of document : book - language : French.

The table of content appear in the LyX document when it does not in the 
transcoding pdflatex.
I used Chapter* but it is not supposed to appear in the TOC with this class 
of doc. So I replaced Chapter* by Section* which is supposed to appear.
Effectively it appears inside the LyX file but not in the pdf doc through 
pdflatex.
Sorry the title "table des matieres" (toc) appears with nothing below.
Any clue

Thanks and regards

Paul






Re: 1.4.3 user interface file

2006-10-01 Thread Paul Schwartz

Juergen Spitzmueller  a écrit dans le message de news:
Paul Schwartz wrote:
 I tried to use wintoolbars.ui without success getting an error requiring
 to check the configuration.

I don't know that file, but I suspect it is a replacement for 
stdtoolbars.ui.
If so, you should copy the file default.ui and wintoolbars.ui to your
personal LyX directory (if something like that exists on Windows), and 
change
in default .ui the line:
Include stdtoolbars.ui

by

Include wintoolbars.ui

Jürgen

Thanks, after several trials I copied all ui files from 1.4.1 into personal 
LyX directory (for windows xp pro : documents and settings\application 
data\LyX1.4.x\ui and now it works properly for both 1.4.1 (which is still 
installed) and 1.4.3 ... they are interferring between each other.

I didn't verify which files are necessary. With the doc I have, I am sure I 
cannot elaborate one of my own.

Thanks again

Paul 





Re: 1.4.3 user interface file

2006-10-01 Thread Paul Schwartz

Juergen Spitzmueller  a écrit dans le message de news:
Paul Schwartz wrote:
 I tried to use wintoolbars.ui without success getting an error requiring
 to check the configuration.

I don't know that file, but I suspect it is a replacement for 
stdtoolbars.ui.
If so, you should copy the file default.ui and wintoolbars.ui to your
personal LyX directory (if something like that exists on Windows), and 
change
in default .ui the line:
Include stdtoolbars.ui

by

Include wintoolbars.ui

Jürgen

Thanks, after several trials I copied all ui files from 1.4.1 into personal 
LyX directory (for windows xp pro : documents and settings\application 
data\LyX1.4.x\ui and now it works properly for both 1.4.1 (which is still 
installed) and 1.4.3 ... they are interferring between each other.

I didn't verify which files are necessary. With the doc I have, I am sure I 
cannot elaborate one of my own.

Thanks again

Paul 





Re: 1.4.3 user interface file

2006-10-01 Thread Paul Schwartz

"Juergen Spitzmueller"  a écrit dans le message de news:
Paul Schwartz wrote:
> I tried to use "wintoolbars.ui" without success getting an error requiring
> to "check the configuration".

I don't know that file, but I suspect it is a replacement for 
stdtoolbars.ui.
If so, you should copy the file default.ui and wintoolbars.ui to your
personal LyX directory (if something like that exists on Windows), and 
change
in default .ui the line:
Include "stdtoolbars.ui"

by

Include "wintoolbars.ui"

Jürgen

Thanks, after several trials I copied all ui files from 1.4.1 into personal 
LyX directory (for windows xp pro : documents and settings\application 
data\LyX1.4.x\ui and now it works properly for both 1.4.1 (which is still 
installed) and 1.4.3 ... they are interferring between each other.

I didn't verify which files are necessary. With the doc I have, I am sure I 
cannot elaborate one of my own.

Thanks again

Paul 





1.4.3 user interface file

2006-09-28 Thread Paul Schwartz
Sorry to feel that the user interface file with windefault was far more 
user friendly than the current one (default). I tried the other one's with 
no upgrade.

I tried to use wintoolbars.ui without success getting an error requiring 
to check the configuration.
Is there a way to use windefault.ui from LyX 1.4.1 into 1.4.3 there is 
some controls like Bf, dvi, pdf-latex which are quite agreable and 
efficient.
Also the buttons spread over two lines are quickly accessible in regards of 
one line in 1.4.3.

Thanks

Paul 





1.4.3 user interface file

2006-09-28 Thread Paul Schwartz
Sorry to feel that the user interface file with windefault was far more 
user friendly than the current one (default). I tried the other one's with 
no upgrade.

I tried to use wintoolbars.ui without success getting an error requiring 
to check the configuration.
Is there a way to use windefault.ui from LyX 1.4.1 into 1.4.3 there is 
some controls like Bf, dvi, pdf-latex which are quite agreable and 
efficient.
Also the buttons spread over two lines are quickly accessible in regards of 
one line in 1.4.3.

Thanks

Paul 





1.4.3 user interface file

2006-09-28 Thread Paul Schwartz
Sorry to feel that the "user interface file" with "windefault" was far more 
user friendly than the current one (default). I tried the other one's with 
no upgrade.

I tried to use "wintoolbars.ui" without success getting an error requiring 
to "check the configuration".
Is there a way to use "windefault.ui" from LyX 1.4.1 into 1.4.3 there is 
some controls like Bf, dvi, pdf->latex which are quite agreable and 
efficient.
Also the buttons spread over two lines are quickly accessible in regards of 
one line in 1.4.3.

Thanks

Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-23 Thread Paul Schwartz
Thanks Paul, you have been very patient with me; sorry for MikTeX, it was 
not really my feeling to call it an ancillary. I appreciate your tolerance 
for those beotians who are just using without knowing the details  ... and 
being quite happy with that.

Thanks again

Paul


Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:

 In fact there is so many aside programs with LyX that I am always 
 afraid to miss one and for that reason, till today, each time I have 
 fully update (reinstalling everything).
 But, if I follow you properly, when you have got one installation, let us 
 say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
 ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to 
 update them directly.
 As such I should have just to download LyX 1.4.3. Am I correct ?


 Yes, that is correct.  Once you have all the ancillary programs installed 
 (although calling MikTeX ancillary is a bit of the tail wagging the 
 dog), you need only upgrade LyX itself (using the more compact of the 
 installers).  Similarly, ImageMagick, Ghostscript/GSView and MikTeX can be 
 upgraded independently.  (I would be a bit hesitant to upgrade Aspell, as 
 the connections from LyX to Aspell are hard-wired.) In point of fact, I 
 don't know that I've ever upgraded ImageMagick, I upgrade Ghostscript at 
 best sporadically, but I do try to keep MikTeX up to date, and that seems 
 to work well for me.

 /Paul

 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-23 Thread Paul Schwartz
Thanks Paul, you have been very patient with me; sorry for MikTeX, it was 
not really my feeling to call it an ancillary. I appreciate your tolerance 
for those beotians who are just using without knowing the details  ... and 
being quite happy with that.

Thanks again

Paul


Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:

 In fact there is so many aside programs with LyX that I am always 
 afraid to miss one and for that reason, till today, each time I have 
 fully update (reinstalling everything).
 But, if I follow you properly, when you have got one installation, let us 
 say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
 ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to 
 update them directly.
 As such I should have just to download LyX 1.4.3. Am I correct ?


 Yes, that is correct.  Once you have all the ancillary programs installed 
 (although calling MikTeX ancillary is a bit of the tail wagging the 
 dog), you need only upgrade LyX itself (using the more compact of the 
 installers).  Similarly, ImageMagick, Ghostscript/GSView and MikTeX can be 
 upgraded independently.  (I would be a bit hesitant to upgrade Aspell, as 
 the connections from LyX to Aspell are hard-wired.) In point of fact, I 
 don't know that I've ever upgraded ImageMagick, I upgrade Ghostscript at 
 best sporadically, but I do try to keep MikTeX up to date, and that seems 
 to work well for me.

 /Paul

 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-23 Thread Paul Schwartz
Thanks Paul, you have been very patient with me; sorry for MikTeX, it was 
not really my feeling to call it an ancillary. I appreciate your tolerance 
for those beotians who are just using without knowing the details  ... and 
being quite happy with that.

Thanks again

Paul


"Paul A. Rubin" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> Paul Schwartz wrote:
>
>> In fact there is so many "aside" programs with LyX that I am always 
>> afraid to miss one and for that reason, till today, each time I have 
>> fully update (reinstalling everything).
>> But, if I follow you properly, when you have got one installation, let us 
>> say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
>> ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to 
>> update them directly.
>> As such I should have just to download LyX 1.4.3. Am I correct ?
>>
>
> Yes, that is correct.  Once you have all the ancillary programs installed 
> (although calling MikTeX "ancillary" is a bit of the tail wagging the 
> dog), you need only upgrade LyX itself (using the more compact of the 
> installers).  Similarly, ImageMagick, Ghostscript/GSView and MikTeX can be 
> upgraded independently.  (I would be a bit hesitant to upgrade Aspell, as 
> the connections from LyX to Aspell are hard-wired.) In point of fact, I 
> don't know that I've ever upgraded ImageMagick, I upgrade Ghostscript at 
> best sporadically, but I do try to keep MikTeX up to date, and that seems 
> to work well for me.
>
> /Paul
>
> 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit 
dans le message de news: [EMAIL PROTECTED]
 Paul == Paul Schwartz [EMAIL PROTECTED] 
 writes:

Paul Jean-Marc Lasgouttes [EMAIL PROTECTED] a 
écrit dans le
Paul message de news: 
[EMAIL PROTECTED]
  Public release of LyX version 1.4.3
 ===


Paul Sorry, but as a neophyte i am not sure to understand what do you
Paul exactly mean with the patch. Shall I understand that I can
Paul upgrade from a - complete installation having used the windows
Paul installer from 1.4.1 to 1.4.2 using the corresponding patch and
Paul then from 1.4.2 to 1.4.3 using the patch below and being
Paul totally up to date for all soft's included in the complete
Paul version installer ?

The patch is only for people who compile from source. Windows users
should (when the windows installer is available) install 1.4.3 over
1.4.2.

JMarc

Sorry to disturb again and coming back so far but when I installed 1.3.7, I 
used the uninstaller program supplied with the former version to uninstall 
it.
Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
1.3.7.
However in 1.4.1, I just have an icon and nothing else and I am sure that it 
is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.
My question is how to unistall it properly (the one supplied with the 
complete version installer for windows without compiling). May I use the 
unistaller supplied with 1.3.7 or have you an better suggestion.

Thanks

Paul





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:


 Sorry to disturb again and coming back so far but when I installed 1.3.7, 
 I used the uninstaller program supplied with the former version to 
 uninstall it.
 Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
 1.3.7.
 However in 1.4.1, I just have an icon and nothing else and I am sure that 
 it is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.

 Personally, I have 1.4.1, 1.4.2 and 1.4.3 installed in parallel, with no 
 major problems.  (They all share configuration info, so preference changes 
 in one apply to all, but to date I have not found any conflicts there.)

 Interestingly, I have uninstallers for 1.4.1 and 1.4.3, but not for 1.4.2.

 My question is how to unistall it properly (the one supplied with the 
 complete version installer for windows without compiling). May I use the 
 unistaller supplied with 1.3.7 or have you an better suggestion.

 The 1.3.7 uninstaller is unlikely to know what to do to uninstall 1.4.1.

 Have you checked Control Panel-Add/Remove Programs to make sure that 
 1.4.1 is not listed there?  If it is, you should be able to uninstall it 
 from there.

 I just crawled my registry and didn't find anything particularly funky 
 associated with the directory in which I have 1.4.1 installed.  So if I 
 wanted to delete 1.4.1 and lacked the installer, here's what I would do: 
 install 1.4.3 first (in a different directory) and make sure it works (!); 
 note down the path to 1.4.1 and then delete its root directory and all 
 subdirectories; then either (a) quit while I'm ahead and live with a 
 little harmless clutter in the registry or (b) run a registry cleaner 
 program that hopefully would delete any keys referring to the now 
 nonexistent 1.4.1 directory or (c) run regedit, search for all references 
 to the deleted directory and manually delete them.

 HTH,
 Paul


Thanks for the detailed comments.
Regarding  Add/Remove Programs, you are right, it can be done from there, 
however when there is an uninstaller in a program, I do prefer to use it.
To go a bit further (pse don't sigh):
In fact there is so many aside programs with LyX that I am always afraid 
to miss one and for that reason, till today, each time I have fully update 
(reinstalling everything).
But, if I follow you properly, when you have got one installation, let us 
say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to update 
them directly.
As such I should have just to download LyX 1.4.3. Am I correct ?

Thanks
Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit 
dans le message de news: [EMAIL PROTECTED]
 Paul == Paul Schwartz [EMAIL PROTECTED] 
 writes:

Paul Jean-Marc Lasgouttes [EMAIL PROTECTED] a 
écrit dans le
Paul message de news: 
[EMAIL PROTECTED]
  Public release of LyX version 1.4.3
 ===


Paul Sorry, but as a neophyte i am not sure to understand what do you
Paul exactly mean with the patch. Shall I understand that I can
Paul upgrade from a - complete installation having used the windows
Paul installer from 1.4.1 to 1.4.2 using the corresponding patch and
Paul then from 1.4.2 to 1.4.3 using the patch below and being
Paul totally up to date for all soft's included in the complete
Paul version installer ?

The patch is only for people who compile from source. Windows users
should (when the windows installer is available) install 1.4.3 over
1.4.2.

JMarc

Sorry to disturb again and coming back so far but when I installed 1.3.7, I 
used the uninstaller program supplied with the former version to uninstall 
it.
Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
1.3.7.
However in 1.4.1, I just have an icon and nothing else and I am sure that it 
is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.
My question is how to unistall it properly (the one supplied with the 
complete version installer for windows without compiling). May I use the 
unistaller supplied with 1.3.7 or have you an better suggestion.

Thanks

Paul





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

Paul A. Rubin [EMAIL PROTECTED] a écrit dans le message 
de news: [EMAIL PROTECTED]
 Paul Schwartz wrote:


 Sorry to disturb again and coming back so far but when I installed 1.3.7, 
 I used the uninstaller program supplied with the former version to 
 uninstall it.
 Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
 1.3.7.
 However in 1.4.1, I just have an icon and nothing else and I am sure that 
 it is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.

 Personally, I have 1.4.1, 1.4.2 and 1.4.3 installed in parallel, with no 
 major problems.  (They all share configuration info, so preference changes 
 in one apply to all, but to date I have not found any conflicts there.)

 Interestingly, I have uninstallers for 1.4.1 and 1.4.3, but not for 1.4.2.

 My question is how to unistall it properly (the one supplied with the 
 complete version installer for windows without compiling). May I use the 
 unistaller supplied with 1.3.7 or have you an better suggestion.

 The 1.3.7 uninstaller is unlikely to know what to do to uninstall 1.4.1.

 Have you checked Control Panel-Add/Remove Programs to make sure that 
 1.4.1 is not listed there?  If it is, you should be able to uninstall it 
 from there.

 I just crawled my registry and didn't find anything particularly funky 
 associated with the directory in which I have 1.4.1 installed.  So if I 
 wanted to delete 1.4.1 and lacked the installer, here's what I would do: 
 install 1.4.3 first (in a different directory) and make sure it works (!); 
 note down the path to 1.4.1 and then delete its root directory and all 
 subdirectories; then either (a) quit while I'm ahead and live with a 
 little harmless clutter in the registry or (b) run a registry cleaner 
 program that hopefully would delete any keys referring to the now 
 nonexistent 1.4.1 directory or (c) run regedit, search for all references 
 to the deleted directory and manually delete them.

 HTH,
 Paul


Thanks for the detailed comments.
Regarding  Add/Remove Programs, you are right, it can be done from there, 
however when there is an uninstaller in a program, I do prefer to use it.
To go a bit further (pse don't sigh):
In fact there is so many aside programs with LyX that I am always afraid 
to miss one and for that reason, till today, each time I have fully update 
(reinstalling everything).
But, if I follow you properly, when you have got one installation, let us 
say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to update 
them directly.
As such I should have just to download LyX 1.4.3. Am I correct ?

Thanks
Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> a écrit 
dans le message de news: [EMAIL PROTECTED]
>>>>> "Paul" == Paul Schwartz <[EMAIL PROTECTED]> 
>>>>> writes:

Paul> "Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> a 
écrit dans le
Paul> message de news: 
[EMAIL PROTECTED]
>>  Public release of LyX version 1.4.3
>> ===
>>

Paul> Sorry, but as a neophyte i am not sure to understand what do you
Paul> exactly mean with the "patch". Shall I understand that I can
Paul> upgrade from a - complete installation having used the windows
Paul> installer from 1.4.1 to 1.4.2 using the corresponding patch and
Paul> then from 1.4.2 to 1.4.3 using the patch "below" and being
Paul> totally up to date for all soft's included in the "complete
Paul> version installer" ?

The patch is only for people who compile from source. Windows users
should (when the windows installer is available) install 1.4.3 over
1.4.2.

JMarc

Sorry to disturb again and coming back so far but when I installed 1.3.7, I 
used the "uninstaller" program supplied with the former version to uninstall 
it.
Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
1.3.7.
However in 1.4.1, I just have an icon and nothing else and I am sure that it 
is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.
My question is how to unistall it properly (the one supplied with the 
complete version installer for windows without compiling). May I use the 
unistaller supplied with 1.3.7 or have you an better suggestion.

Thanks

Paul





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-22 Thread Paul Schwartz

"Paul A. Rubin" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> Paul Schwartz wrote:
>
>>
>> Sorry to disturb again and coming back so far but when I installed 1.3.7, 
>> I used the "uninstaller" program supplied with the former version to 
>> uninstall it.
>> Now if I want to uninstall 1.3.7, I still have a uninstall program inside 
>> 1.3.7.
>> However in 1.4.1, I just have an icon and nothing else and I am sure that 
>> it is far better to uninstall 1.4.1 ahead of installing 1.4.2 or 1.4.3.
>
> Personally, I have 1.4.1, 1.4.2 and 1.4.3 installed in parallel, with no 
> major problems.  (They all share configuration info, so preference changes 
> in one apply to all, but to date I have not found any conflicts there.)
>
> Interestingly, I have uninstallers for 1.4.1 and 1.4.3, but not for 1.4.2.
>
>> My question is how to unistall it properly (the one supplied with the 
>> complete version installer for windows without compiling). May I use the 
>> unistaller supplied with 1.3.7 or have you an better suggestion.
>
> The 1.3.7 uninstaller is unlikely to know what to do to uninstall 1.4.1.
>
> Have you checked Control Panel->Add/Remove Programs to make sure that 
> 1.4.1 is not listed there?  If it is, you should be able to uninstall it 
> from there.
>
> I just crawled my registry and didn't find anything particularly funky 
> associated with the directory in which I have 1.4.1 installed.  So if I 
> wanted to delete 1.4.1 and lacked the installer, here's what I would do: 
> install 1.4.3 first (in a different directory) and make sure it works (!); 
> note down the path to 1.4.1 and then delete its root directory and all 
> subdirectories; then either (a) quit while I'm ahead and live with a 
> little harmless clutter in the registry or (b) run a registry cleaner 
> program that hopefully would delete any keys referring to the now 
> nonexistent 1.4.1 directory or (c) run regedit, search for all references 
> to the deleted directory and manually delete them.
>
> HTH,
> Paul
>
>
Thanks for the detailed comments.
Regarding  Add/Remove Programs, you are right, it can be done from there, 
however when there is an uninstaller in a program, I do prefer to use it.
To go a bit further (pse don't sigh):
In fact there is so many "aside" programs with LyX that I am always afraid 
to miss one and for that reason, till today, each time I have fully update 
(reinstalling everything).
But, if I follow you properly, when you have got one installation, let us 
say 1.4.1, you just need to install 1.4.3 and keep former Miktex, 
ImageMagick, Ghostscript, Aspell ( I am not sure ) and GSView or to update 
them directly.
As such I should have just to download LyX 1.4.3. Am I correct ?

Thanks
Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-21 Thread Paul Schwartz

Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit 
dans le message de news: [EMAIL PROTECTED]

 Public release of LyX version 1.4.3
 ===


Sorry, but as a neophyte i am not sure to understand what do you exactly 
mean  with the patch.
Shall I understand that I can upgrade from a
- complete installation having used the windows installer from 1.4.1 to 
1.4.2 using the corresponding patch and then from 1.4.2 to 1.4.3 using the 
patch below and being totally up to date for all soft's included in the 
complete version installer ?

or is it better to uninstall and reinstall ?

Thanks for your kind answer

best regards

Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-21 Thread Paul Schwartz

Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit 
dans le message de news: [EMAIL PROTECTED]

 Public release of LyX version 1.4.3
 ===


Sorry, but as a neophyte i am not sure to understand what do you exactly 
mean  with the patch.
Shall I understand that I can upgrade from a
- complete installation having used the windows installer from 1.4.1 to 
1.4.2 using the corresponding patch and then from 1.4.2 to 1.4.3 using the 
patch below and being totally up to date for all soft's included in the 
complete version installer ?

or is it better to uninstall and reinstall ?

Thanks for your kind answer

best regards

Paul 





Re: [ANNOUNCE] LyX 1.4.3 is relelased

2006-09-21 Thread Paul Schwartz

"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> a écrit 
dans le message de news: [EMAIL PROTECTED]
>
> Public release of LyX version 1.4.3
> ===
>

Sorry, but as a neophyte i am not sure to understand what do you exactly 
mean  with the "patch".
Shall I understand that I can upgrade from a
- complete installation having used the windows installer from 1.4.1 to 
1.4.2 using the corresponding patch and then from 1.4.2 to 1.4.3 using the 
patch "below" and being totally up to date for all soft's included in the 
"complete version installer" ?

or is it better to uninstall and reinstall ?

Thanks for your kind answer

best regards

Paul 





uninstalling 1.4.1

2006-09-19 Thread Paul Schwartz
I'd like to move to 1.4.2 but the uninstalling soft is not available inside 
1.4.1.
May I copy the one inside 1.3.7 into 1.4.1 and use it for uninstalling it or 
may I find the uninstalling prog somewhere ?
OR shall I uninstall successively all related soft's
Thanks

Paul 





uninstalling 1.4.1

2006-09-19 Thread Paul Schwartz
I'd like to move to 1.4.2 but the uninstalling soft is not available inside 
1.4.1.
May I copy the one inside 1.3.7 into 1.4.1 and use it for uninstalling it or 
may I find the uninstalling prog somewhere ?
OR shall I uninstall successively all related soft's
Thanks

Paul 





uninstalling 1.4.1

2006-09-19 Thread Paul Schwartz
I'd like to move to 1.4.2 but the uninstalling soft is not available inside 
1.4.1.
May I copy the one inside 1.3.7 into 1.4.1 and use it for uninstalling it or 
may I find the uninstalling prog somewhere ?
OR shall I uninstall successively all related soft's
Thanks

Paul 





footnote inside table

2006-09-10 Thread Paul Schwartz
class of document : book - LyX 1.4.1 - windows XP installation  with widows 
installer.
basic language : French.
when I am inserting a footnote inside a table, it is properly displayed in 
the lyx document.
However, in pdf via (pdflatex) the reference of the footnote is displayed 
inside the table, but the corresponding footnote is not. Any clue
Thanks
Paul





  1   2   >