Re: Footnotes don't appear in HTML output

2001-09-23 Thread Adolfo Pachón

I've detected and resolve the same problem in my LaTeX export.

The problem is a redefinition that LyX does in the LaTeX export. See if
in your LaTeX export yo have this redefinition. Delete it, and run
latex2html. The footnotes will appear in your HTML ouput.

En vie, 2001-09-14 a 00:48, Ben Logan escribio:
> I downloaded lyxport per your suggestion, but it didn't fix the
> problem.  The footnote still shows up as gobbledy-goop.
> 
> Are there any footnote options in LyX?  I've looked but can't find
> any.
> 
> Thanks,
> Ben Logan
> 
> On Thu, Sep 13, 2001 at 01:18:41PM +0200, Steffen Evers wrote:
> > Maybe you should use lyxport which does some corrections of the LaTeX
> > file before calling latex2html. You will find a link here:
> > http://www.lyx.org/download/
> > 
> > Bye, Steffen
> > 
> > On Wed, Sep 12, 2001 at 19:58, Ben Logan wrote:
> > > Hello,
> > > 
> > > I've got a document which uses the "Book" class, and has a footnote in
> > > it.  When I export to HTML, the html output doesn't contain the
> > > footnote.  Instead, it looks like
> > > 
> > > typeset@protect @@footnote SF@gobble@opt 
> > > 
> > > Latex2Html gives a message about the arguments being too complex...you
> > > can see the message in the attached output.
> > > 
> > > I'm using
> > > LyX-1.1.6fix3 (installed from RPM) on a
> > > Redhat 7.1 (kernel 2.4.5-ac12) Intel system.
> > > My verion of latex2html is shown in the output from it, which I have
> > > attached.
-- 


Adolfo Pachón
(Director Desarrollos).




Why the float figure/table is cutting the block?

2001-09-15 Thread Adolfo Pachón

Hi all!!

I've this problem:

In my lyx document I have these:

A) Normal Sections, paragraphs, etc.
B) A floating table
C) these lines, in article class (style LaTeX):

   \begin{verbatim}
   line1
   line2
   
   line 20
   \end{verbatim}
D) More paragraphs, etc...

When I export to dvi,pdf, etc, the ouput is like this:

line1
line2

line x
¡¡THE TABLE!!
line x+1

line 20

How can I resolver this? I've used the Extras htbp whithout result.

thanks


-- 


Adolfo Pachón
(Director Desarrollos).




Why the float figure/table is cutting the block?

2001-09-15 Thread Adolfo Pachón

Hi all!!

I've this problem:

I have this 20 lines in my LyX document (using article->LaTeX style):

\begin{verbatim}
line1
\end{verbatim}


-- 


Adolfo Pachón
(Director Desarrollos).




Oh Oh!! Problem...

2001-09-15 Thread Adolfo Pachón

Hi all!!

I've my LyX document.
I order Export->pdf (not pdflatex), and I have detected these two
problems:

a) I've five floating tables in this document. Well, the numberign of
tables in the dvi or pdf output is 1, 3,  ¡¡It's numbering the
second table as the third, and the third as the four ...!! I don't
understand.

b) In some pages, writes text IN ALL OF THE PAGE, including the page
footer zone. ¿Why?

Please, help me
-- 


Adolfo Pachón
(Director Desarrollos).




Exact position of figures & tables

2001-09-14 Thread Adolfo Pachón

Hi all!!

I need to control the exact position of figures & images in my
documents. I use the Extra flags "hp", but the result is not that I'm
looking for.

¿Any suggestion?

thanks
-- 


Adolfo Pachón
(Director Desarrollos).




RE: RE: About the LaTeX style & the latex output

2001-09-14 Thread Adolfo Pachón
Title: verbatimtest



OK, very thanks!!
 
;-)


RE: About the LaTeX style & the latex output

2001-09-14 Thread Adolfo Pachón

>
> You know, that LaTeX will output
>
>[global] option 1 option 2 ... option N

The LaTeX ouput is:

line
BLANK LINE
lin
BLANK LINE
...
and so on


> By "text marked as LaTeX style", do you really mean ERT (red text going to
> latex "as is")?
Style LaTeX, not the CTRL+L option

> Why don't you use a nested list (see the user-guide for instructions) or
> LyX-Code (with Ctrl-enter to get a new line)?

My really problem is the output. I write in Lyx one text that is an source
code. I want to traduce it to  in HTML ouput. The LyX-Code style
output is . This is that really I want.

thanks for your response




LyX (LyX-Code), LaTeX, and the tag

2001-09-13 Thread Adolfo Pachón

Hi all!!

I write an article with some text with LyX-Code style. I want to export
the LyX-Code text into a  HTML text.

How can I do this?

thanks
-- 


Adolfo Pachón
(Director Desarrollos).




About the LaTeX style & the latex output

2001-09-13 Thread Adolfo Pachón

Hi all!!

I'm a LyX document, with this text marked as LaTeX style in a article
class:

[global]
   option 1
   option 2
   ...
   option N

Well, when I export to .tex, the source shows like this:

[global]

   option 1

   option 2

   ...

   option N


Mi question is:

How can I to order the .tex export but without these linefeeds?

Thanks.
-- 


Adolfo Pachón
(Director Desarrollos).




RE: Footnotes don't appear in HTML output

2001-09-13 Thread Adolfo Pachón

IF you use LaTeX2HTML to export, your problem is in the .latex2html-init
file. One of the variables is not rigth. Use the original and compare with
yours.


- Original Message -
From: Ben Logan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 1:58 AM
Subject: Footnotes don't appear in HTML output


> Hello,
>
> I've got a document which uses the "Book" class, and has a footnote in
> it.  When I export to HTML, the html output doesn't contain the
> footnote.  Instead, it looks like
>
> typeset@protect @@footnote SF@gobble@opt 
>
> Latex2Html gives a message about the arguments being too complex...you
> can see the message in the attached output.
>
> I'm using
> LyX-1.1.6fix3 (installed from RPM) on a
> Redhat 7.1 (kernel 2.4.5-ac12) Intel system.
> My verion of latex2html is shown in the output from it, which I have
> attached.
>
> Any ideas?
> Ben Logan
>
> --
> When Linux won't install on some hardware configuration, it means you
> you need to switch to Windoze; but when a M$ product won't install, it
> means you need to buy a new computer.
>




Lyx-Code as verbatim

2001-09-12 Thread Adolfo Pachón

Hi all!!

I have one problem with the latex2html export. The text marked in Lyx as
"Lyx-Code", the latex2html package traduce it to normal text.

How can I do the Lyx-Code text to make it as  in HTML?

thanks.
-- 


Adolfo Pachón
(Director Desarrollos).




LyX tables in a A4 document

2001-09-10 Thread Adolfo Pachón

HI all!!

How have I to make tables to keep it in the doc? My tables output the
paper.

thanks
-- 


Adolfo Pachón
(Director Desarrollos).




Only one LyX source document for all exports

2001-09-10 Thread Adolfo Pachón

Hi all!!

I've one LyX document with figure floats & PS figures. I want to produce
the HTML & PDF versions, but the PDF version do not produce the images.

My question is:

How can I export the same source LyX document to HTML (with LaTeX2HTML)
and to PDF (with pdflatex) with quality?

Thanks.

-- 


Adolfo Pachón
(Director Desarrollos).




PS images for PDF files

2001-08-31 Thread Adolfo Pachón

Hi all!!

I'm a .tex version of an LyX document, that include PostScript graphics.
How can I generate the images in the PDF output with pdflatex?


Thanks
-- 


Adolfo Pachón
(Director Desarrollos).




PDF forms with LaTeX

2001-08-30 Thread Adolfo Pachón

Hi all!!

I know this is for LyX, but if you could help me ...

I'm trying to create an PDF form from LaTeX.

The compiler process say to me this:

...
Sorry, HyperTeX does not support FORMs
Sorry, HyperTeX does not support FORM text fields
...

¿Any idea?

This is my LaTeX code:

\documentclass[10pt,spanish]{article}
\usepackage[T1]{times}
\usepackage{babel}
\usepackage[bookmarks=false]{hyperref}

\begin{document}

 \begin{Form}[action=mailto:[EMAIL PROTECTED],method=post]

  \TextField[width=3in,name=nombre,value={Adolfo Pachon}]{Introducza su
Nombre}
  \Submit{Send}
  \Reset{Clear}

 \end{Form}

\end{document}


Thanks

-- 


Adolfo Pachón
(Director Desarrollos).




What about numbering in the figures/tables?

2001-08-30 Thread Adolfo Pachón

Hi all!!

I've an Lyx document whith images and tables, into a floats. The DVI
output puts "figure 1.", but the latex2html output writes "Figure".

Why?
It's a problem of my .latex2html-init configuration?

Thanks


-- 


Adolfo Pachón
(Director Desarrollos).




About the \url{} in exported PDFs

2001-08-30 Thread Adolfo Pachón

Hi all!!

I have used the url & html packages in the LaTeX Preamble in Lyx. I
write in the Lyx text something like this "see the homepage in
\url{http://www.homepage.com} ..." and it works ok in DVI output, but in
the PDFlatex output from Lyx->Export->PDF(pdflatex) it writes this "see
the home page in http://www.homepage.comhttp://www.homepage.com ...".

How can I resolv this error?

Thanks
-- 


Adolfo Pachón
(Director Desarrollos).




About the print of urls in DVI/PS files from Lyx

2001-08-30 Thread Adolfo Pachón

Hi all!!

I write something like this:

"See the home page in http://www.homepage.com from here..."

I've probe in Lyx with:

\url{}
\htmladdnormallink{}
Insert->URL

When I export from Lyx to DVI or PS, the above text appears like this:

"See the home pagehttp://www.homepage.comhttp://www.homepage.com from
here ..."

How can I resolv this?

Thanks
-- 


Adolfo Pachón
(Director Desarrollos).




Exporting Lyx->LaTeX without Lyx code

2001-08-29 Thread Adolfo Pachón

Hi!!

Can I use the Export->LaTex option but saying Lyx that delete any Lyx
Code in the LaTeX output?

Thanks
-- 


Adolfo Pachón
(Director Desarrollos).




LyX to LaTeX without LyX code in .tex file

2001-08-29 Thread Adolfo Pachón

Hi all!!

I'm having troubles with the Lyx->LaTeX export and the latex2HTML
converter.

1. I generate the .tex file ... OK
2. I try to generate the HTML version from the .tex file, and there are
some problems that I resolve deleting the lines about "%%% LyX
specific LaTeX commands".

My question is:

How can I generate LaTeX from Lyx whithout LyX code in the .tex result?

Thanks.

-- 


Adolfo Pachón
(Director Desarrollos).




Convert Lyx To LaTeX from console.

2001-08-28 Thread Adolfo Pachón

Hi all!!

My question is simple:

How can I export a Lyx file into a LaTeX file from console (command
line)?

Thanks.
-- 


Adolfo Pachón
(Director Desarrollos).




I don't want to export to latex with LyX

2001-06-24 Thread Adolfo Pachón

Hi all!!

My question is:

I export my LyX file to LaTeX, but I don't wante any LyX code in the .tex
output.

How can I do that?

Thanks

 -- 


(Adolfo Pachón)



About Cross References from one Document to Another

2001-06-24 Thread Adolfo Pachón

Hi all!!

I've one large document (class Book), with the following LyX files:

index.lyx
cap-01.lyx
...
cap-99.lyx

I want to make references from one chapter to another. For example, to define
an reference into cap-01, and make a cross reference into cap-07 for the cap-01
reference.

How can I do thath?


Thanks 
  -- 


(Adolfo Pachón)



About Table of Contents

2001-06-21 Thread Adolfo Pachón

Hi!!

I want to use sections, subsections names without numbering. With the
article class, I use the "section*" and "subsection*" stylesheets, but ...
UPS!!, the TABLE OF CONTENTS don't work.

Only works with sections, subsections, etc  numbered?
Can I resolv it?

 Thanks...




Why \ensuremath{º] ?

2001-06-19 Thread Adolfo Pachón

Hi all:

I've a little problem:

In Lyx, In Spanish, I write "1º", and the latex export translates to
"1\ensuremath{º}". Becouse of thath, the latex2html web generation converts
the "º" character into an image.

Why?
How can I tell Lyx than not use \ensuremath{} for that symbol?

Thanks




Lyx exports Latex, but without Lyx Code

2001-06-08 Thread Adolfo Pachón

Hi all!!

I want to do this:

1. I create my lyx file.
2. I select "Export->Latex" from Lyx
3. I want that Lyx generate an tex file without Lyx code lines.

How can I do it?


Thanks
-- 


(Adolfo Pachón)



About Lyx & RTF Format

2001-06-08 Thread Adolfo Pachón

Hi all!!

At now, from my Lyx file I can generate:

* .tex (from Lyx Export)
* .dvi (from latex command)
* .ps (from latex command)
* .pdf (using dvipdfm)

But my problem is the RTF format. I use latex2rtf for that and occurs than:

a) If I Export Lyx to Latex and try "latex2rtf my_tex_file.tex", system
says: ERROR ...-> and no RTF file is obtained.
b) If I delete the lines about Lyx in the exported .tex file,..., I OBTAIN
AN RTF FILE!!


Can someone explain to me this?
Can someone suggest to me the most efficient method (or program) for the
conversion from Lyx to RTF, or from Latex to RTF?

Thanks...

(Adolfo M. Pachón Rodríguez)




Re: Lyx & latex2html

2001-06-07 Thread Adolfo Pachón

Yes, I read this in the latex2html manual, but in Lyx, an CTRL+D shows me an
error message:

"File html.sty Not Found"

I've put this file in all sites, but always tell me the error.

Where have I to put the html.sty exactly?

Very Thanks.

NOTE: I can Export to Latex, an then latex2html file.tex works fine, but now my
problem is with Lyx, because of the latex preamble.

 El jue, 07 jun 2001, Herbert Voss escribió:
> Adolfo Pachón wrote:
> > 
> > I want to obtain this in the HTML output:
> > 
> > http://www.lyx.org";>Go to Lyx
> > 
> > How have I to write in Lyx to export to Latex and then generate the HTML
> > output with latex2html?
> 
> \usepackage{html}
> 
> and in lyx-text
> 
> \htmladdnormallink{Go to Lyx}{http://www.lyx.org/Where_Else}
> 
> Herbert
> 
> 
> -- 
> http://www.educat.hu-berlin.de/~voss/lyx/
-- 


Adolfo Pachón
(SAMTEK, SCA)



Lyx & latex2html

2001-06-07 Thread Adolfo Pachón

Hi all!!

I want to obtain this in the HTML output:

http://www.lyx.org";>Go to Lyx

How have I to write in Lyx to export to Latex and then generate the HTML
output with latex2html?

Thanks


(Adolfo M. Pachón Rodríguez)




lyx and latex2rtf in Linux

2001-06-07 Thread Adolfo Pachón

Hi all!!

I'm a beginner with latex2rtf.

My problem is this.

1. I write an Lyx document, and export to Latex.
2. If I write "latex2rtf file.tex", I obtain errrors because of Lyx commands
in the tex file.
3. If I delete these lines (referent to lyx code) in the tex document, I
obtain a perfect RTF file.

Can someone explain to me this?

Thanks...


(Adolfo M. Pachón Rodríguez)




Enumerate between Sections

2001-06-05 Thread Adolfo Pachón

Hi all!!

I want to do this:

* I have 20  items.
* 10 in "Section 1", and the other 10 in "Section 2".
* I want to obtain this:

Section 1

1. item 1 
2. item 2 
...
10. item 10 

Section 2

11. item 11 
12. item 12 
...
20. item 20 


How can I do this?

Thanks.





Problem in Lyx Windows Version with \begin{document}

2001-06-04 Thread Adolfo Pachón

Hi all!!

It's very strange.

1. I write any document, WHITHOUT SAVING IT.
2. I convert to dvi without problems.
3. But, IF I SAVE the document,
4. I obtain 2 errors (both the same):

"Missing \begin{document}"

The first error, always before the title of the document.

What is this?


Thanks.

Adolfo Pachón.
(Lyx is good ;) )




Looking for an XML ouput from Lyx/Latex

2001-05-25 Thread Adolfo Pachón

hi all

I'm looking for the manner of generate XML output from Lyx/Latex. I love Lyx,
and i won't prescind it to write documents.

I've seen utilities like latex2html, l2x, l4th, but I'm very confused.

Can anyone help me? 

thanks...

Adolfo M. Pachón Rodríguez




Re: How can I change the title of the TOC

2001-05-25 Thread Adolfo Pachón

El vie, 25 may 2001, [EMAIL PROTECTED] escribió:
> In spanish in the article class, the title is "Indice General" (General Index)  what 
>about if I want nother like "Indice" (Index) for example.
> 
> Thanks

(In Spanish)

Supongo que podrás redefinir el comando lyx/latex, como se hace, por ejemplo,
para cambiar el tipo de enumeración.

Mira el comando \renewcommand para ello.

(In English) 
I suppose that you could user the \renewcommand to redefine the ouput of the
index.



Lyx can generate XML?

2001-05-25 Thread Adolfo Pachón

Hy!!

I'd like to know if its possible with Lyx generate XML code, with any class
format



 
 ---
 S A M T E K,  S C A
 C o n s u l  t o r e s  I n f o r m á  t i c a
 y  T e l e c o m u n i c a c i o n e s


 Adolfo M. Pachón Rodríguez
  (Director Desarrollos)


 Tlf..: 95 428 6045
 Fax: 95 427 8500
 ---




lyx file -> SGML/XML files

2001-04-15 Thread Adolfo Pachón

I'm new in tex,latex,lyx,SGML and XML. I know the linuxdoc-sgml tools,
and I'd like to know this:

1. It's possible to modify the linuxdoc class for creating my own
specific class? How?
2. Id like more class layouts for my lyx users (my own stylesheets). I
need Latex, Tex, another?
3. Can I extend the linuxdoc class to incorporate graphics?

Thanks

PD: sorry for my poor english




Mi own class layout

2001-04-14 Thread Adolfo Pachón

Hi all!!

How can I create or modify mi own class layout? Is it possible?

Thanks