Re: [l2h] enumerate problems

2017-10-23 Thread Shigeharu TAKENO
shige 10/24 2017


| > Please try to insert your .css file generated by latex2html
| > in your  directory ( is your LaTeX file name without .tex):
| 
| >  DT { float; left }

Sorry, I made a mistake. Use colon instead of semicolon:

  DT { float: left }

++
 Shigeharu TAKENO NIigata Institute of Technology
   kashiwazaki,Niigata 945-1195 JAPAN
 sh...@iee.niit.ac.jp   TEL(): +81-257-22-8161
++
___
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html


Re: [l2h] enumerate problems

2017-10-23 Thread Ernesto Cuadros Vargas
Hi Sigue,

> Please try to insert your .css file generated by latex2html
> in your  directory ( is your LaTeX file name without .tex):

>  DT { float; left }

It did not work because internally it is being generated with DT and also
using DD.
Something like this:


a)
item1
b)
item2
c)
item3


I do not really know how to bring "Item1" text to the previous line ...

Thanks for your help ...
Er

shige 08/11 2017
> 
>
> Ernesto Cuadros Vargas wrote:
> | I am converting from latex to html an enumerate list but with letters
> | instead of numbers like this:
> |
> | \begin{enumerate}[a)]
> | \item item1
> | \item item2
> | \item item3
> | \end{enumerate}
> |
> | but I obtain an extra  like this:
> |
> | a)
> | item1
> | b)
> | item2
> | c)
> | item3
> |
> | Does any one of you know how to solve this problem?
>
> Please try to insert your .css file generated by latex2html
> in your  directory ( is your LaTeX file name without
> .tex):
>
>   DT { float; left }
>
> ++
>  Shigeharu TAKENO NIigata Institute of Technology
>kashiwazaki,Niigata 945-1195 JAPAN
>  sh...@iee.niit.ac.jp   TEL(): +81-257-22-8161
> ++
>



-- 
-- 
*Ernesto Cuadros-Vargas. PhD*
http://socios.spc.org.pe/ecuadros/
T:+(511) 2305000 <(01)%202305000> Ext 4281
Jr. Medrano Silva 165, Barranco
www.utec.edu.pe


-- 
La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en 
consecuencia, solo puede ser utilizada por aquel. Si usted no es el 
destinatario original, no deberá examinar, usar, copiar o distribuir este 
mensaje o la información que contiene. Si lo recibe por error, por favor 
reenvíelo a la persona que se lo envió y elimínelo. Cualquier retención o 
uso total o parcial no autorizada de este mensaje está estrictamente 
prohibida y sancionada por ley.
___
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html


Re: [l2h] enumerate problems

2017-08-11 Thread Shigeharu TAKENO
shige 08/11 2017


Ernesto Cuadros Vargas wrote:
| I am converting from latex to html an enumerate list but with letters
| instead of numbers like this:
| 
| \begin{enumerate}[a)]
| \item item1
| \item item2
| \item item3
| \end{enumerate}
| 
| but I obtain an extra  like this:
| 
| a)
| item1
| b)
| item2
| c)
| item3
| 
| Does any one of you know how to solve this problem?

Please try to insert your .css file generated by latex2html
in your  directory ( is your LaTeX file name without
.tex):

  DT { float; left }

++
 Shigeharu TAKENO NIigata Institute of Technology
   kashiwazaki,Niigata 945-1195 JAPAN
 sh...@iee.niit.ac.jp   TEL(): +81-257-22-8161
++
___
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html


Re: [l2h] enumerate problems

2017-08-10 Thread Ross Moore
Hello Ernesto,

On Aug 11, 2017, at 2:27 AM, Ernesto Cuadros Vargas 
> wrote:

Hi Bob, Ross,

I have never used CSS in a latex to generate html ...
May you give an idea to do that with a small list like the one I sent please?

Well, no; not easily.

But I can refer you to  p.130  The LaTeX Web Companion  (5th printing 2004).
Here the commands are described, which are available for setting CSS styles
within LaTeX source for processing by LaTeX2HTML.

But you need to form your own understanding of what CSS is, and how it works
for HTML documents.
Then you’ll realise that it is a very powerful technology,
and one that doesn’t need LaTeX to be useable with your HTML documents.


regards
er

On Wed, Aug 9, 2017 at 8:55 PM, Ross Moore 
> wrote:
Hello Bob and Ernesto.

On Aug 10, 2017, at 9:50 AM, Bob van der Poel 
> wrote:

If anyone does have a solution ... please post to list! I've been struggling 
with this for years.

You need to define CSS styles and apply them.
HTML itself doesn’t control this with description lists.

Besides, these days you want to be using HTML 5 or XHTML,
and much of what LaTeX2HTML produces (up to HTML 4) has been deprecated.


Now the best way that I know to get a quite good HTML page from a LaTeX document
is to first generate what you want as a PDF, then use Adobe’s  Acrobat Pro  
menu item
 Export To >  HTML web page


The attached file shows what results from the example source.
The list items have styles which give you the result you desire.



Hope this helps.

Ross


Dr Ross Moore

Mathematics Dept | 12 Wally’s Walk, 734
Macquarie University, NSW 2109, Australia

T: +61 2 9850 8955  |  F: +61 2 9850 8114
M:+61 407 288 255  |  E: 
ross.mo...@mq.edu.au

http://www.maths.mq.edu.au




[cid:ab4b67c4-f547-4183-ad6d-6a3d7b14ca8f@ausprd01.prod.outlook.com]




CRICOS Provider Number 2J. Think before you print.
Please consider the environment before printing this email.

This message is intended for the addressee named and may
contain confidential information. If you are not the intended
recipient, please delete it and notify the sender. Views expressed
in this message are those of the individual sender, and are not
necessarily the views of Macquarie University.

Title: list-test

I am converting from latex to html an enumerate list but with letters instead of numbers like this:item1item2item3but I obtain an extra ¡ENTER¿ like this:item1 b) item2 c) item3Does any one of you know how to solve this problem?1
___
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html


Re: [l2h] enumerate problems

2017-08-10 Thread Ernesto Cuadros Vargas
Hi Bob, Ross,

I have never used CSS in a latex to generate html ...
May you give an idea to do that with a small list like the one I sent
please?

regards
er

On Wed, Aug 9, 2017 at 8:55 PM, Ross Moore  wrote:

> Hello Bob and Ernesto.
>
> On Aug 10, 2017, at 9:50 AM, Bob van der Poel  wrote:
>
> If anyone does have a solution ... please post to list! I've been
> struggling with this for years.
>
>
> You need to define CSS styles and apply them.
> HTML itself doesn’t control this with description lists.
>
> Besides, these days you want to be using HTML 5 or XHTML,
> and much of what LaTeX2HTML produces (up to HTML 4) has been deprecated.
>
>
> 2017-08-09 13:44 GMT-07:00 Ernesto Cuadros Vargas :
>
>> Hi all,
>>
>> I am converting from latex to html an enumerate list but with letters
>> instead of numbers like this:
>>
>> \begin{enumerate}[a)]
>> \item item1
>> \item item2
>> \item item3
>> \end{enumerate}
>>
>> but I obtain an extra  like this:
>>
>> a)
>> item1
>> b)
>> item2
>> c)
>> item3
>>
>> Does any one of you know how to solve this problem?
>>
>> Thanks in advance
>> er
>>
>
>
> Hope this helps.
>
> Ross
>
>
> * Dr Ross Moore*
>
> *Mathematics Dept **|* 12 Wally’s Walk, 734
> Macquarie University, NSW 2109, Australia
>
> *T:* +61 2 9850 *8955  |  F:* +61 2 9850 8114 <%2B61%202%209850%209695>
> *M:*+61 407 288 255 <%2B61%20409%20125%20670>*  |  *E:
> ross.mo...@mq.edu.au 
>
> http://www.maths.mq.edu.au 
>
>
> 
>
>
> CRICOS Provider Number 2J. Think before you print.
> Please consider the environment before printing this email.
> 
>
> This message is intended for the addressee named and may
> contain confidential information. If you are not the intended
> recipient, please delete it and notify the sender. Views expressed
> in this message are those of the individual sender, and are not
> necessarily the views of Macquarie University. 
>

-- 
La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en 
consecuencia, solo puede ser utilizada por aquel. Si usted no es el 
destinatario original, no deberá examinar, usar, copiar o distribuir este 
mensaje o la información que contiene. Si lo recibe por error, por favor 
reenvíelo a la persona que se lo envió y elimínelo. Cualquier retención o 
uso total o parcial no autorizada de este mensaje está estrictamente 
prohibida y sancionada por ley.
___
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html