Releases: bartp5/libtexprintf
Releases · bartp5/libtexprintf
v1.17
v1.16
v1.15
New in this release:
- added several commands and constructs
- several array parsing bugfixes. Most importantly libtexprintf now supports nested arrays
- added some testing scripts
Thanks to @larseggert for testing.
v1.14
Changelog:
- added styles. Currently two styles are available "unicode" and "ASCII". In the ASCII style, fractions, boxes, sqrt signs, etc. are in pure ASCII (note that ASCII style will not affect non ASCII symbols, such as \alpha, in ASCII representations).
- added the command \emojify to add the 0X0FE0F diacritical mark. For example:
\emojify \skullwill make the basic skull drawing into a full color one (if your fonts support it) - utf2unicode now deals with all non printable ASCII characters
- some smaller bugs