diff options
author | Marius <mariausol@gmail.com> | 2013-11-01 13:40:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-11-01 13:40:15 +0200 |
commit | 1d04224cdd84e606f0c70a47d10acc231f271b9f (patch) | |
tree | 27603311062cb58aac3314efee4a49b0aff8e9cb /tex/context/base/typo-tal.mkiv | |
parent | cee9a3771aff587813046ec75c780658e5328f80 (diff) | |
download | context-1d04224cdd84e606f0c70a47d10acc231f271b9f.tar.gz |
beta 2013.11.01 12:20
Diffstat (limited to 'tex/context/base/typo-tal.mkiv')
-rw-r--r-- | tex/context/base/typo-tal.mkiv | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tex/context/base/typo-tal.mkiv b/tex/context/base/typo-tal.mkiv index fb3955aec..85643a5f9 100644 --- a/tex/context/base/typo-tal.mkiv +++ b/tex/context/base/typo-tal.mkiv @@ -111,6 +111,28 @@ %D We need fonts to provide tabular digits that is, the digits need to have the same %D width. +%D +%D \startbuffer +%D \startbuffer[demo] +%D \switchtobodyfont[pagella] +%D \setupTABLE[column][1][alignmentcharacter=.,aligncharacter=yes] +%D \bTABLE +%D \bTR \bTD 11.111 \eTD \bTD 11.111 \eTD \eTR +%D \bTR \bTD 2.2 \eTD \bTD 2.2 \eTD \eTR +%D \bTR \bTD 444.444 \eTD \bTD 444.444 \eTD \eTR +%D \eTABLE +%D \stopbuffer +%D +%D \start inlinenumbers: \crlf \addfeature[inlinenumbers] \getbuffer \stop +%D \start tabularnumbers: \crlf \addfeature[tabularnumbers] \getbuffer \stop +%D \start oldstylenumbers:\crlf \addfeature[oldstylenumbers] \getbuffer \stop +%D \stopbuffer +%D +%D \enabledirectives[typesetters.characteralign.autofont] +%D \typebuffer \blank \getbuffer \blank +%D \disabledirectives[typesetters.characteralign.autofont] +%D \typebuffer \blank \getbuffer \blank +%D \enabledirectives[typesetters.characteralign.autofont] \definefontfeature [system:tabnum] |