LyX wiki - modified files

2008-05-14 Thread Apache

Difference of file listing:
801c801
 2008-05-13 10:24  4096  uploads/Windows
---
 2008-05-13 10:23  4096  uploads/Windows
931,933d930
 2008-05-13 10:26  4096  uploads/Windows/aspell-source
 2008-05-13 10:26  130726
uploads/Windows/aspell-source/aspell-wininstaller.zip
 2008-05-13 10:26  2042940   
uploads/Windows/aspell-source/aspell-0.60.5-msvc-modified.zip




[LyX] recent notify posts

2008-05-14 Thread Apache

All recent posts: http://www.lyx.org/wiki/index.php/Site/AllRecentChanges

* http://www.lyx.org/Web.SiteDocumentation . . . May 14, 2008, at 02:38 PM by 
chr



Re: User Guide in french do not compile

2008-05-14 Thread Jean-Pierre Chretien

Date: Tue, 13 May 2008 16:00:59 +0200
From: Pavel Sanda [EMAIL PROTECTED]
To: lyx-docs@lists.lyx.org
Subject: Re: User Guide in french do not compile

 Hope it helps.
 BTW, feel free to signal all the problems you find in those translations.

fyi, i also tried to compile it under tetex and strange log messages appear:


Just compiled and tested on Solaris 2.8/TeXLive 2007:
Color::getFromLyXName: Unknown color Answer
Color::getFromLyXName: Unknown color Answer 

I get these two all right, then I get two errors with pdflatex:

Package inputenc Error: Keyboard character used is undefined

pointing to the first and 5th line of section 3.4.4.2

The degree sign is not recognized as a valid character.
As the same character in the section title is recognized, and thus
the only contextual difference is Subsection vs Lyx-Code.
this looks like a problem with LyX-Code in the first place.

With a simplified example, this looks rather like an encoding issue.
LyX exports now with latin9 encoding, the errors disappear if I come
back to latin1.

However I don't understand why the degree sign in the sectioning title does
not create an error... and the degree sign exists in latin9 all right ;-(

As package texcomp is loaded, \texdegree in ERT works, but I really
would like to have my old lyx docs to work out of the box.
I guess the suggested solution with \Declare... offers a better solution,
but I can't investigate right now (TLC2 documents it).




If I compile with latex, same errors, and others:

LaTeX error: Cannot determine size of graphic in ...

(six among many small illustrative icons: font-noun, font-free-apply,
buffer-view-dvi, tabular-insert, label-insert twice).

Checking in the temp dir shows that these epses (from the xpm sources)
have a null size. In the shell window, I get a convertDefault.py
error message with  Segmentation fault.

A further check shows that convert fails.
ImageMagick 6.2.6 01/27/06 Q16
GS 8.51

Should I upgrade IM or GS, or both ?

-- 
Jean-Pierre





Re: User Guide in french do not compile

2008-05-14 Thread Siegfried MEUNIER-GUTTIN-CLUZEL

As far as this two error messages are concerned, I have the explanation :

Color::getFromLyXName: Unknown color Answer

It's a small update in english which wasn't translated in section 6.8
I sent an update to Uwe with the translation.

For the other problems, I have no answer since they don't appear on my Windows 
XP system ...

Siegfried.




[LyX] recent notify posts

2008-05-14 Thread Apache

All recent posts: http://www.lyx.org/wiki/index.php/Site/AllRecentChanges

* http://www.lyx.org/Web.SiteDocumentation . . . May 14, 2008, at 02:41 PM by 
chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:39 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:40 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:46 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:47 PM by chr



LyX wiki - modified files

2008-05-14 Thread Apache

Difference of file listing:
801c801
< 2008-05-13 10:24  4096  uploads/Windows
---
> 2008-05-13 10:23  4096  uploads/Windows
931,933d930
< 2008-05-13 10:26  4096  uploads/Windows/aspell-source
< 2008-05-13 10:26  130726
uploads/Windows/aspell-source/aspell-wininstaller.zip
< 2008-05-13 10:26  2042940   
uploads/Windows/aspell-source/aspell-0.60.5-msvc-modified.zip




[LyX] recent notify posts

2008-05-14 Thread Apache

All recent posts: http://www.lyx.org/wiki/index.php/Site/AllRecentChanges

* http://www.lyx.org/Web.SiteDocumentation . . . May 14, 2008, at 02:38 PM by 
chr



Re: User Guide in french do not compile

2008-05-14 Thread Jean-Pierre Chretien

>>Date: Tue, 13 May 2008 16:00:59 +0200
>>From: Pavel Sanda <[EMAIL PROTECTED]>
>>To: lyx-docs@lists.lyx.org
>>Subject: Re: User Guide in french do not compile
>>
>>> Hope it helps.
>>> BTW, feel free to signal all the problems you find in those translations.
>>
>>fyi, i also tried to compile it under tetex and strange log messages appear:
>>

Just compiled and tested on Solaris 2.8/TeXLive 2007:
>>Color::getFromLyXName: Unknown color "Answer"
>>Color::getFromLyXName: Unknown color "Answer" 

I get these two all right, then I get two errors with pdflatex:

Package inputenc Error: Keyboard character used is undefined

pointing to the first and 5th line of section 3.4.4.2

The degree sign is not recognized as a valid character.
As the same character in the section title is recognized, and thus
the only contextual difference is Subsection vs Lyx-Code.
this looks like a problem with LyX-Code in the first place.

With a simplified example, this looks rather like an encoding issue.
LyX exports now with latin9 encoding, the errors disappear if I come
back to latin1.

However I don't understand why the degree sign in the sectioning title does
not create an error... and the degree sign exists in latin9 all right ;-(

As package texcomp is loaded, \texdegree in ERT works, but I really
would like to have my old lyx docs to work out of the box.
I guess the suggested solution with \Declare... offers a better solution,
but I can't investigate right now (TLC2 documents it).




If I compile with latex, same errors, and others:

LaTeX error: Cannot determine size of graphic in ...

(six among many small illustrative icons: font-noun, font-free-apply,
buffer-view-dvi, tabular-insert, label-insert twice).

Checking in the temp dir shows that these epses (from the xpm sources)
have a null size. In the shell window, I get a convertDefault.py
error message with  Segmentation fault.

A further check shows that convert fails.
ImageMagick 6.2.6 01/27/06 Q16
GS 8.51

Should I upgrade IM or GS, or both ?

-- 
Jean-Pierre





Re: User Guide in french do not compile

2008-05-14 Thread Siegfried MEUNIER-GUTTIN-CLUZEL

As far as this two error messages are concerned, I have the explanation :

Color::getFromLyXName: Unknown color "Answer"

It's a small update in english which wasn't translated in section 6.8
I sent an update to Uwe with the translation.

For the other problems, I have no answer since they don't appear on my Windows 
XP system ...

Siegfried.




[LyX] recent notify posts

2008-05-14 Thread Apache

All recent posts: http://www.lyx.org/wiki/index.php/Site/AllRecentChanges

* http://www.lyx.org/Web.SiteDocumentation . . . May 14, 2008, at 02:41 PM by 
chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:39 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:40 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:46 PM by chr
* http://www.lyx.org/Web.Download-Draft . . . May 14, 2008, at 03:47 PM by chr