[tex4ht] [bug #619] Invalid html generated for enumitem enumerations.

2024-01-15 Thread Michal Hoftich
Update of bug #619 (project tex4ht):

 Open/Closed:Open => Closed 

___

Follow-up Comment #3:

OK, thanks for the clarification. So I am closing this now.

___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #619] Invalid html generated for enumitem enumerations.

2024-01-14 Thread Rishi Ramraj
Follow-up Comment #2, bug #619 (project tex4ht):

I believe previously I ran into problems either with newlines or references,
but after playing around with it, it seems to work well. Feel free to close
the bug!

___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #619] Invalid html generated for enumitem enumerations.

2024-01-12 Thread Michal Hoftich
Follow-up Comment #1, bug #619 (project tex4ht):

Is there a  reason for use of the item environment instead of the \item
command? It seems that this causes issues, as the following works fine:

\begin{enumerate}[label=(\arabic*)]
  \item An item.
  \item A second item.
  \item A third item.
\end{enumerate}


___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #619] Invalid html generated for enumitem enumerations.

2024-01-11 Thread Rishi Ramraj
URL:
  

 Summary: Invalid html generated for enumitem enumerations.
 Project: tex4ht
Submitted by: rishi
Submitted on: Fri Jan 12 03:28:08 2024
Category: None
Priority: 5 - Normal
Severity: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

I created an example using docker-compose (attached) to demonstrate the issue.
The following latex:

\documentclass[letterpaper]{article}
\usepackage{enumitem}
\begin{document}
Before the list.
\begin{enumerate}[label=(\arabic*)]
  \begin{item}
An item.
  \end{item}
  \begin{item}
A second item.
  \end{item}
  \begin{item}
A third item.
  \end{item}
\end{enumerate}
After the list.
\end{document}

Produces the following html:


  Before the list. 
  
   (1) 
  An item. (2) A second item. (3) A third
item.
  After the list. 


However, it should produce:


  Before the list.
  
 (1)  An item.
 (2)  A
second item.
 (3)  A
third item.
  
  After the list.





___

File Attachments:


---
Date: Fri Jan 12 03:28:09 2024  Name: main.css  Size: 7kB   By: rishi


---
Date: Fri Jan 12 03:28:09 2024  Name: main.pdf  Size: 15kB   By: rishi


---
Date: Fri Jan 12 03:28:08 2024  Name: example.zip  Size: 2kB   By: rishi


---
Date: Fri Jan 12 03:28:08 2024  Name: main.html  Size: 652B   By: rishi



___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/