both
latex2html lyxsurvey4web.tex
and
latex2html -no_subdir -split 1 -show_section_numbers -numbered_footnotes
lyxsurvey4web.tex
are OK
NB: the second have the same options as in my preference
Thank you
And what about the second problem: the word "with" after th <HR>?
a bug? of LyX? of latex2html?
if I look into *.tex I find:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\lyxline}[1]{
{#1 \vspace{1ex} \hrule width \columnwidth \vspace{1ex}}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{verbatim}
\makeatother
\begin{document}
Erstes Paragraf hat ein Lines=below
\lyxline{\normalsize}
Auch zweites Paragraf hat ein Layout->Paragraf Lines=below
\lyxline{\normalsize}
Dieses Paragraf hat kein Line, weder oben noch unten.
\end{document}
Normales output (dvi) ist auch ok, aber das html ist wohl falsch.
Ich kann zwar durch einen script �berall
<BR> <HR>width <BR>
ersetzen, aber wenn's auch anders geht...
on english:
The dvi-output is ok, but latex->html produce
<BR> <HR>width <BR>
I can change this with a script, but if I can avoid ...
Thanke you
antonio
On Mon, 12 Nov 2001, Herbert Voss wrote:
> Antonio Gulino wrote:
> >
> > Hi,
> > I try to make an export to html, but I have some problems with the included
> > files.
> > I have a main lyx document.
> > Inside of this I included others lyx doc, with
> > Insert->IncludeFile->"filename.lyx" [Use Include]
> > {using lyx-1.1.6fix3}
> >
> > The output is not correct because at the place of the "include" he try to put an
> > immage :-(
> > here is the output code
> > <IMG
> > WIDTH="1013" HEIGHT="1833" ALIGN="BOTTOM" BORDER="0"
> > SRC="img2.png"
> > ALT="\begin{center}\vbox{\input{whyprefer.tex}
> > }\end{center}">
>
> what happes, when you export to latex (file->export),
> and than run manually latex2html <yourfile.tex> ?
>
> Herbert
>
>