-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with HTML output for UCDList #59
Comments
NB: the issue is still present after |
On Mon, Jun 28, 2021 at 04:50:14AM -0700, Baptiste Cecconi wrote:
The HTML output of UCDList has an unexpected output at line 249 of [current HTML version](https://www.ivoa.net/documents/UCD1+/20210616/EN-UCDlist-1.4-20210616.html):
> `<ol type="a">[label*=*.]`
tth, which is what translates ivoatex to HTML, does not actually
process style files ("packages"); hence, you cannot in general say
\usepackage and expect it to work in the HTML output -- and that is
why ivoatexDoc goes to some length trying to explain what to use for
what.
Here, the problem is the enumitem package, which is what gives the
extra options on the enumerate environment.
So... can I move you to remove the option from
```
\begin{enumerate}[label*=\arabic*.]
```
? That'll fix the HTML build, although at the cost of having (a),
(b), (c) instead of the sub-enumeration.
Which I'd consider fine -- if you don't I'll hack you something
equivalent not requiring me to teach enumitem to tth.
|
ok, this is what I did to fix this. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HTML output of UCDList has an unexpected output at line 249 of current HTML version:
The string [label*=*.] shows up in the HTML output.
The text was updated successfully, but these errors were encountered: