Skip to content

checkboxList failure in hardcopy if within a table #1300

@Alex-Jordan

Description

@Alex-Jordan

parserCheckboxList (and perhaps other multiple more) uses $BR as the default separator between items. Something like that is necessary for the HTML output, but not necessary for TeX or PTX output. In TeX, the use of \item for each item naturally moves to a new line.

But worse, the use of $BR in hardcopy can cause a problem. For hardcopy, $BR makes \leavevmode\\\relax . And if the checkbox list is inside a table cell, this causes the hardcopy to fail to build.

I'm not sure exactly what the solution should be. Several options occur to me. One is that since a separator doesn't really make sense for TeX or PTX, to make it so the separator is just ignored in those output formats.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions