MasWag / pandoc-satysfi-template

A pandoc custom writer and template for SATySFi
MIT License
9 stars 1 forks source link

Update the template so that the generated .saty file can be compiled #3

Open MasWag opened 3 years ago

MasWag commented 3 years ago

Currently, this pandoc custom writer outputs commands not supported by stdja. This is mainly due to the limited expressive power of stdja. We should update template.satysfi so that the .saty file generated by pandoc -t ./satysfi.lua --template ./template.satysfi ... can be compiled.

Note: I personally use this pandoc custom writer with https://github.com/yabaitechtokyo/satysfi-class-yabaitech. Since this class is not for an article but for a book with multiple authors, we cannot use this class in template.satysfi.

Concrete TODOs