Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/tables/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ Numbers 2.10-16 (GNT)
.. image:: images/usfm-character_thr.jpg
:width: 250px

.. _usfmc_thc#:
.. index:: marker; \thc#, tables; center aligned table column heading

\\thc#
^^^^^

:Syntax: ``\thc#_text...``
:Type: character
:Added: 3.0
:Use: Center aligned table column heading. |br|
The variable # represents the table column number. |br| |br|
|badge_3.0| Use a dash ``-`` between a range of column numbers to indicate that the columns should be spanned.

-----

.. _usfmc_tc#:
Expand Down Expand Up @@ -129,6 +142,19 @@ Numbers 2.10-16 (GNT)
.. image:: images/usfm-character_tc.jpg
:width: 250px

.. _usfmc_tcc#:
.. index:: marker; \tcc#, tables; center aligned table cell

\\tcc#
^^^^^

:Syntax: ``\tcc#_text...``
:Type: character
:Added: 3.0
:Use: Center aligned table cell. |br|
The variable # represents the table column number. |br| |br|
|badge_3.0| Use a dash ``-`` between a range of column numbers to indicate that the columns should be spanned.

.. _usfmc_table_colspan:
.. index:: tables; column span

Expand Down