On Mon, November 8, 2004 13:04, Juergen Spitzmueller said:
> Also sprach Frederic F. Leymarie:
>> But, where to find the "latex8" package?
>> e.g., it does not show under http://www.dante.de/cgi-bin/ctan-index
> first google hit: http://icdm04.cs.uni-dortmund.de/latex8.sty
> (but you won't need it, unless you want to publish with this class)
OK; thanks.
>> Although now lyx (v. 1.3.4) does reconfigure and find
>> floatflt and prettyref (I'm using tetex) it still gives me errors I do
>> not understand:
>> lyx automatically creates in the preamble the following (from the
>> produced tex file):
>> %% Because html converters don't know tabularnewline
>> \providecommand{\tabularnewline}{\\}
>> \floatstyle{}
>> \newfloat{}{}{}
>> \floatname{}{}
>> \floatstyle{}
>> \newfloat{}{}{}
>> \floatname{}{}
>
> Probably float.sty missing
> http://www.ctan.org/tex-archive/macros/latex/contrib/float/
I retrieved and installed this; but it did not fix the problem.
>> The above 6 last lines systematically create 6 errors.
>>
>> Also, each time I open my lyx file
>> I get a long series of warnings (in the command window):
>> step: Counter does not exist: section
>> Counter does not exist.
> What document class is this?
the article class modified to use the algorithm package
algo-0.3
by [EMAIL PROTECTED]
JP Chretien says (in a follow-up reply):
> This may come from an old layout,
That might be the case.
There is a layout (with this package) called
article-algo.layout
which is listed below (not very long).
However, when using just the begining of
my original file, with title, authors, abstract
and begining of Intro. + biblio.
I do not get any errors (and the above lines
do not appear in the preamble...)
So some other call later in the lyx file
males lyx/latex generate these lines
in the preamble (of the latex file;
these are not in my own lyx preamble).
I will try to track it down.
NB: I noticed there are three other packages for
writing code in the CTAN macros/latex/contrib/
algorithm2e , algorithmicx , algorithms
while algo-0.3 is not listed...
Can someone give feedback on these 3 other packages?
anyone is superior?
Frederic
---