- @table: a writer's :hline/:vline replaces the default lines; new
boundary name 'none' removes all lines
- @table: ranged :hpos argument overrides :cell_hpos per cell
(\multicolumn{1} in tex; positions a colspan anchor's merged cell)
- @date/@datetime: :days offset argument (sks/date/date.py)
- @document: ":bottom none" suppresses the footer (\pagestyle{empty})
Also carries the escape-system generator/renderer fixes, per-cell-range
:format, and uppercase .TTF/.OTF font recognition from klammertext-dev.
10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
# Build artifacts
|
|
*.o
|
|
*.d
|
|
*.so
|
|
__pycache__/
|
|
|
|
# Editor / OS cruft
|
|
*~
|
|
.DS_Store
|