Next Up Previous Contents
Next: get-updates
Up: Common functions for the Starlink stylesheets
Previous: figurecontent-to-notation-map
[ID index][Keyword index]

table-colno - Return a list of numbers, indicating the current column number and the total number of columns.

Description

Checks only the ENTRY and TGROUP elements, the first to find the column number, and the second to find the total number of columns.

Argument list
nd = singleton node-list (Given), optional

Node we want the column number of. If this is not an ENTRY element, then the column number will be returned as zero.

Return value

Type: list of numbers

A list of numbers, where the car is the current column number, and the cadr is the total number of columns.

If the argument is not for an ENTRY element, then the current column number will be returned as zero.

If the node doesn't have a TABLE in its ancestry, then return #f.


Next Up Previous Contents
Next: get-updates
Up: Common functions for the Starlink stylesheets
Previous: figurecontent-to-notation-map
[ID index][Keyword index]