-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't workingheadersIssue related to table headers and their repetitionIssue related to table headers and their repetition
Milestone
Description
I haven't yet tried to reproduce this problem in a small document. Please let me know if you'd like me to try to do this.
I've observed that repeat-header appears to work erratically. Please see below the beginnings of some tables, and how they render.
#figure(
kind: table,
caption: [Table 7: InstanceRef Facet Definition])[
#tablex(
columns: (auto, auto),
align: (auto, auto),
fill: table-fill.with(columns: 2, header-rows: 1),
header-rows: 1,
repeat-header: true,
header-hlines-have-priority: false,
auto-hlines: true,
auto-vlines: false,
(), vlinex(), (),
[Name], [Description],
[targetParent],
[
Specifies the Path Name of the Multi\-Instance Object (table) of
which an instance (row) is being referenced. \
"{i}" placeholders and explicit Instance Identifiers are not
permitted in the Path Name. targetParentScope can be used to
specify Path Names relative to the Root or Service Object or the
current object.
],
#figure(
kind: table,
caption: [Table 12: XML Bibliographic References])[
#tablex(
columns: (auto, auto),
align: (auto, auto),
fill: table-fill.with(columns: 2, header-rows: 1),
header-rows: 1,
repeat-header: true,
header-hlines-have-priority: false,
auto-hlines: true,
auto-vlines: false,
(), vlinex(), (),
[Name], [Description],
[id], [The bibliographic reference ID.],
#figure(
kind: table,
caption: [Table 18: XML Command Definition])[
#tablex(
columns: (auto, auto),
align: (auto, auto),
fill: table-fill.with(columns: 2, header-rows: 1),
header-rows: 1,
repeat-header: true,
header-hlines-have-priority: false,
auto-hlines: true,
auto-vlines: false,
(), vlinex(), (),
[Name], [Description],
[name], [The command name
(#link(<sec:general-notation>)[Section 3.1]).],
[async], [Whether this command is asynchronous or not.],
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingheadersIssue related to table headers and their repetitionIssue related to table headers and their repetition
Projects
Status
📋 Backlog