Skip to content

aegsc v0.39.0

Latest

Choose a tag to compare

@bucket3432 bucket3432 released this 26 May 19:27
New feature: Single-line blocks

There is now a more compact syntax for blocks:

    %! template syl | {\pos($x,$y)}

Single-line block start with `%!` and continue until the end of the line.
See the new "Single-Line Blocks" section of the format tutorial for more
details.

The full `%[ ... %]` block syntax is still fully supported and will not
be removed.