diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-07-08 17:59:01 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-07-08 17:59:01 +0200 |
commit | 3691e25e611249750a260ec00aa139ba82a37bca (patch) | |
tree | 0c1bac1c1be87850fec3bc43c25aaccad9f02239 /doc | |
parent | 86659b2416b5513b448fa70329d135e3a8ce165c (diff) | |
download | context-3691e25e611249750a260ec00aa139ba82a37bca.tar.gz |
2016-07-08 17:24:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/sources/general/manuals/languages/languages-numbering.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/languages/languages-numbering.tex b/doc/context/sources/general/manuals/languages/languages-numbering.tex index 510f51034..90deab417 100644 --- a/doc/context/sources/general/manuals/languages/languages-numbering.tex +++ b/doc/context/sources/general/manuals/languages/languages-numbering.tex @@ -284,6 +284,18 @@ specific date with \type {\date}, for instance: \LL \stoptabulate +There are also some converters built in (more can be added), for instance: + +\startbuffer +The current {\em gregorian} date \currentdate [month, day, {, }, year] is +in {\em jalali} \currentdate [jalali:to, month, day, {, }, year] but we +can also as a specific one, so {\em jalali} \date [y=1395, m=4, d=18] +[month, day, {, }, year] is {\em gregorian} \date [y=1395, m=4, d=18] +[jalali:from, month, day, {, }, year]. +\stopbuffer + +\typebuffer \startnarrower \getbuffer stopnarrower + \stopsection % \startsection[title=Counters] |