ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sylvain Hubert <champignoom@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: A syntax sugar for ConTeXt
Date: Tue, 3 Nov 2020 04:50:26 +0100	[thread overview]
Message-ID: <CACNy3NAobmNLqZo=+R00gOCz8ywcGPaOgRzyDNra0ex59mDRUw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1512 bytes --]

Dear List,

I'm experimenting with a new syntax for ConTeXt and would appreciate it a
lot if you could give some opinions/advice on it.

https://github.com/champignoom/luax

Details in the README. Basically it's lua code faking tex, while remaining
a decent programming language, and saving keystrokes to the level of tex
compared to \ctxlua -only codes

A major motivating example is the table. There are multiple implementations
of table inside and outside ConTeXt, each of which uses its own ad-hoc
syntax, but at the end of the day they're just mimicking 2d arrays with
some variations. Here's an example in Context an excursion
<http://www.pragma-ade.com/general/manuals/ma-cb-en.pdf> using xtable
sugared with the new syntax:
```
  \xtable.setup[
    split='yes',
    header='repeat',
    offset='4pt',
  ]

  \xtable[
    head={
         align='middle', foregroundstyle='bold',
         {{nx=6, "Decline of wealth in Dutch florine (Dfl)"}},
         {foregroundstyle='bold', {width='1.2cm', 'Year'}, '1.000--2.000',
'2.000--3.000', '3.000-5.000', '5.000-10.000', 'over 10.000'},
    },
    next={
         {{nx=6, align='middle', foregroundstyle='bold', "Decline of wealth
in Dutch florine (Dfl) / Continued"}},
         {foregroundstyle='bold', {'Year', '1.000--2.000', '2.000--3.000',
'3.000-5.000', '5.000-10.000', 'over 10.000'}},
    },
    body={
    align='middle',
         {1675, \{\math{22}}, '~7', '~5', '~4', '~5'},
         {1724, '~4', '~4', '--', '~4', '~3'},
    },
  ]
```

Best,
Sylvain

[-- Attachment #1.2: Type: text/html, Size: 2190 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

                 reply	other threads:[~2020-11-03  3:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACNy3NAobmNLqZo=+R00gOCz8ywcGPaOgRzyDNra0ex59mDRUw@mail.gmail.com' \
    --to=champignoom@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).