Skip to content
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

Document center-aligned table cells and column headings #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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