Server back up again

2012-02-29 Thread Lars Gullik Bjønnes
The switch went almost without problems and everything should now be
up again.

There are some issues with PHP5 compability, but we are working to fix those.
They should not stop anything from working.

Please reports problems to me or the devel list.

-- 
        Lgb


Optional arguments for a custom InsetLayout?

2012-02-29 Thread Florian Rubach
I was trying to write a really small module for the sidenotes package. I 
pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the LyX 
way, via insertshort title), even though I specified their availability 
in the module. The pdfcomment module also seems to enable optional 
arguments, but I can't add any when I try it.


Does anyone know what I am doing wrong or if this is a bug? The code for 
the module is below.


Thanks for your help!

#\DeclareLyXModule{Sidenotes}
#DescriptionBegin
#Inserts sidenotes in the output.
#DescriptionEnd
# Author: Florian Rubach

Format 11

InsetLayout sidenote
LyXType   custom
LabelString   Sidenote
LatexType command
LatexName sidenote
Decorationclassic
LabelFont
  Color   cyan
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  2
Preamble
\RequirePackage{sidenotes}
EndPreamble
End


Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Optional arguments for a custom InsetLayout?

2012-02-29 Thread Richard Heck

On 02/29/2012 01:37 PM, Florian Rubach wrote:
I was trying to write a really small module for the sidenotes package. 
I pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the 
LyX way, via insertshort title), even though I specified their 
availability in the module. The pdfcomment module also seems to enable 
optional arguments, but I can't add any when I try it.


OptionalArgs is only supported for Styles, not for InsetLayouts. At 
least as of now.


Richard



SV: lyx latex-import problem

2012-02-29 Thread Ingar Pareliussen
Hi


Please file a bug report if the file is not secret (or if you can easily
create a non-secret one).

For the time it is secret :), but in a couple of weeks it would not be so I'll
have a look at it then.

Yes. You have two options:

1) Add the line

\sindex[]{translate} %splitidx.sty
to the file lib/syntax.default in your LyX installation, and import the file
Zagain. This should produce correct ERT.

I will try this when the next iteration of abstracts are ready.


2) Get the current BRANCH_2_0_X from svn or wait for 2.0.4. This will create
real index insets for \sindex.

or this if the first does not work :)

Ingar


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
 I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
 forum, and so on to reach the responsible persons for certain languages, to 
 tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel


Server back up again

2012-02-29 Thread Lars Gullik Bjønnes
The switch went almost without problems and everything should now be
up again.

There are some issues with PHP5 compability, but we are working to fix those.
They should not stop anything from working.

Please reports problems to me or the devel list.

-- 
        Lgb


Optional arguments for a custom InsetLayout?

2012-02-29 Thread Florian Rubach
I was trying to write a really small module for the sidenotes package. I 
pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the LyX 
way, via insertshort title), even though I specified their availability 
in the module. The pdfcomment module also seems to enable optional 
arguments, but I can't add any when I try it.


Does anyone know what I am doing wrong or if this is a bug? The code for 
the module is below.


Thanks for your help!

#\DeclareLyXModule{Sidenotes}
#DescriptionBegin
#Inserts sidenotes in the output.
#DescriptionEnd
# Author: Florian Rubach

Format 11

InsetLayout sidenote
LyXType   custom
LabelString   Sidenote
LatexType command
LatexName sidenote
Decorationclassic
LabelFont
  Color   cyan
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  2
Preamble
\RequirePackage{sidenotes}
EndPreamble
End


Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Optional arguments for a custom InsetLayout?

2012-02-29 Thread Richard Heck

On 02/29/2012 01:37 PM, Florian Rubach wrote:
I was trying to write a really small module for the sidenotes package. 
I pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the 
LyX way, via insertshort title), even though I specified their 
availability in the module. The pdfcomment module also seems to enable 
optional arguments, but I can't add any when I try it.


OptionalArgs is only supported for Styles, not for InsetLayouts. At 
least as of now.


Richard



SV: lyx latex-import problem

2012-02-29 Thread Ingar Pareliussen
Hi


Please file a bug report if the file is not secret (or if you can easily
create a non-secret one).

For the time it is secret :), but in a couple of weeks it would not be so I'll
have a look at it then.

Yes. You have two options:

1) Add the line

\sindex[]{translate} %splitidx.sty
to the file lib/syntax.default in your LyX installation, and import the file
Zagain. This should produce correct ERT.

I will try this when the next iteration of abstracts are ready.


2) Get the current BRANCH_2_0_X from svn or wait for 2.0.4. This will create
real index insets for \sindex.

or this if the first does not work :)

Ingar


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
 I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
 forum, and so on to reach the responsible persons for certain languages, to 
 tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel


Server back up again

2012-02-29 Thread Lars Gullik Bjønnes
The switch went almost without problems and everything should now be
up again.

There are some issues with PHP5 compability, but we are working to fix those.
They should not stop anything from working.

Please reports problems to me or the devel list.

-- 
        Lgb


Optional arguments for a custom InsetLayout?

2012-02-29 Thread Florian Rubach
I was trying to write a really small module for the sidenotes package. I 
pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the LyX 
way, via insert>short title), even though I specified their availability 
in the module. The pdfcomment module also seems to enable optional 
arguments, but I can't add any when I try it.


Does anyone know what I am doing wrong or if this is a bug? The code for 
the module is below.


Thanks for your help!

#\DeclareLyXModule{Sidenotes}
#DescriptionBegin
#Inserts sidenotes in the output.
#DescriptionEnd
# Author: Florian Rubach

Format 11

InsetLayout sidenote
LyXType   custom
LabelString   "Sidenote"
LatexType command
LatexName sidenote
Decorationclassic
LabelFont
  Color   cyan
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  2
Preamble
\RequirePackage{sidenotes}
EndPreamble
End


Re: Page numbers for the bibliography in book(AMS) document class.

2012-02-29 Thread Richard Heck

On 02/28/2012 05:18 PM, UD wrote:
Here is a short example.  Subsequent pages of the bibliography have 
their page number in the upper right corner-- only the first page has 
it at the bottom.


Do chapters in AMS books generally put the page number at the bottom on 
the first page of the chapter? It is common to use a different page 
style for the first page of a chapter, and the bibliography is 
generated, I will guess, as a \chapter*. (That's what most books do.)


Richard



Re: Optional arguments for a custom InsetLayout?

2012-02-29 Thread Richard Heck

On 02/29/2012 01:37 PM, Florian Rubach wrote:
I was trying to write a really small module for the sidenotes package. 
I pretty much copied what jürgen Spitzmüller wrote for the pdfcomment 
package (http://wiki.lyx.org/uploads/Modules/pdfcomment.module)


Now what I realized is, that I can't insert optional arguments (the 
LyX way, via insert>short title), even though I specified their 
availability in the module. The pdfcomment module also seems to enable 
optional arguments, but I can't add any when I try it.


OptionalArgs is only supported for Styles, not for InsetLayouts. At 
least as of now.


Richard



SV: lyx latex-import problem

2012-02-29 Thread Ingar Pareliussen
Hi


>Please file a bug report if the file is not secret (or if you can easily
>create a non-secret one).

For the time it is secret :), but in a couple of weeks it would not be so I'll
have a look at it then.

>Yes. You have two options:
>
>1) Add the line
>
>\sindex[]{translate} %splitidx.sty
>to the file lib/syntax.default in your LyX installation, and import the file
Zagain. This should produce correct ERT.

I will try this when the next iteration of abstracts are ready.

>
>2) Get the current BRANCH_2_0_X from svn or wait for 2.0.4. This will create
>real index insets for \sindex.

or this if the first does not work :)

Ingar


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
> I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
> forum, and so on to reach the responsible persons for certain languages, to 
> tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel