Skip to content

Releases: bartp5/libtexprintf

v1.17

31 Jan 13:50

Choose a tag to compare

This version solves several small issues:

  • An alignment issue with scalable, symmetric brackets
  • support for the {n \choose k} construct
  • libtexprintf now processes things like \sqrt2 correctly (used to throw an error and insist you write \sqrt{2})

v1.16

31 Jan 11:03

Choose a tag to compare

Added align environments, e.g. libtexprintf now supports stuff like:

\begin{align}
f(x) & = \sin(x) \\
longfunctioname(x) & = \arctan(f(x))
\end{align}

which renders like:
f(x) = sin(x)
longfunctioname(x) = arctan(f(x))

v1.15

28 Jan 10:07

Choose a tag to compare

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

19 Sep 18:45

Choose a tag to compare

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 \skull will 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

v1.11

06 Jul 08:49

Choose a tag to compare

Version 1.11