On Mon, November 8, 2004 13:56, Juergen Spitzmueller said:
> Also sprach Frederic F. Leymarie:
>> I retrieved and installed this; but it did not fix the problem.
>
> Do you have the following in your layout file:
> input stdclass.inc at the top of the file?
yes (sorry; I forgot to include the layout file in my previous reply).
> This might cure all problems. If not, send the layout file.
OK;
here it follows:
----------------------------
> more article-algo.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[article,algolyx.sty]{Article (algo)}
# Report textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <[EMAIL PROTECTED]>
# Transposed by Pascal Andr� <[EMAIL PROTECTED]>
# Heavily modifed and enhanced by serveral developers.
# Input general definitions
Input stdclass.inc
# Input lyx algorithm definitions
Input algorithm.inc
# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*
MaxCounter Counter_Section
SecNumDepth 3
TocDepth 3
# Change a bit Part and Part*
Style Part
Align Left
AlignPossible Left
TopSep 2
BottomSep 1.5
Font
Size Larger
EndFont
End
Style Part*
Align Left
AlignPossible Left
TopSep 2
BottomSep 1.5
Font
Size Larger
EndFont
End
--------------------