GNU TeXmacs - Bugs: bug #60205, html export: eqnarray* is not...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60205: html export: eqnarray* is not hidden in html folds
Submitter: | Jeroen Wouters <jeronim> | ||
Submitted: | Wed 10 Mar 2021 10:27:48 AM UTC | ||
Category: | Conversion | Priority: | 5 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 1.99.19 |
Fixed Release: | None | Fixed Release: | |
Keywords: |
Wed 10 Mar 2021 10:57:21 AM UTC, comment #1: |
Jeroen Wouters <jeronim>![]() |
Wed 10 Mar 2021 10:27:48 AM UTC, original submission:
If an eqnarray* tag is put inside the folded away part of a fold and then exported as a .html file with the html-fold package, the eqnarray* doesn't get hidden when folded in the browser (Firefox 86.0).
|
Jeroen Wouters <jeronim>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-03-10 | jeronim | Attached File | - | ![]() |
Added html-xhtml-fold-fixed.html, #51034 |
2021-03-10 | jeronim | Attached File | - | ![]() |
Added html-xhtml-fold.tm, #51030 |
Attached File | - | ![]() |
Added html-xhtml-fold.xhtml, #51031 | ||
Attached File | - | ![]() |
Added html-xhtml-fold.html, #51032 | ||
Attached File | - | ![]() |
Added html-xhtml-fold-fixed.xhtml, #51033 |
Removing the <center> </center> tags around the eqnarray* also fixes the problem in a .html file.
The <center> element appears to be deprecated and it doesn't affect the rendering of the eqnarray* in any case, MathJax seems to center it even without it.
(file #51034)