v0.6.2
This release removes a couple of LaTeX commands, because they were very obscure commands that added to the maintenance burden. However, you can easily get those commands back by defining them as custom commands:
[macros]
astrosun = '☉'
sun = '☼'
Angstrom = 'Å'
dprime = '″'
trprime = '‴'
backdprime = '‶'
backtrprime = '‷'
qprime = '⁗'
boxslash = '⧄'
boxbslash = '⧅'
boxbox = '⧈'
sgn = '\operatorname{sgn}'
mercury = '☿'
venus = '♀'
earth = '♁'
mars = '♂'
jupiter = '♃'
saturn = '♄'
uranus = '♅'
neptune = '♆'
odv = '\frac{\mathrm d #1}{\mathrm d #2}'
wideparen = '\overparen'What's Changed
- Add
\Coloneqby @tmke8 in #950 - Add support for
\mathordby @tmke8 in #952 - Add support for
\mathopenand\mathcloseby @tmke8 in #953 - Improve error message for
\mathordet al. by @tmke8 in #954 - Remove some commands but keep them in the playground by @tmke8 in #956
- Remove more commands by @tmke8 in #957
- Add some commands by @tmke8 in #958
- Add a few symbols by @Jules-Bertholet in #959
- Add more symbols by @Jules-Bertholet in #964
- Add U+0338 fallback for
\notby @Jules-Bertholet in #968 - Add additional commands by @Jules-Bertholet in #967
- Add
\minusoby @Jules-Bertholet in #972 - Shrink style inside
\fracnumerator and denominator by @tmke8 in #974 - Make
\labelwork on the last row of numbered envs by @tmke8 in #976 - Add some missing double-struck transforms by @Jules-Bertholet in #979
- Add
\ratioand\vcentcolonby @Jules-Bertholet in #980 - Support escaped characters in math-class-changing commands by @tmke8 in #985
- Add
\operatornamewithlimitsby @tmke8 in #986 - Add a bunch of text-mode-only commands by @tmke8 in #990
- Make
\souta text-mode command by @tmke8 in #991 - Remove
\wideparenby @tmke8 in #992 - Use
<s>for\soutby @tmke8 in #994 - Allow
\emphin math mode again by @tmke8 in #995 - Reduce spacing around RATIO in Libertinus by @tmke8 in #996
- Add Variation Selector 1 and U+20D2 support by @Jules-Bertholet in #971
- Use SuperChar only where necessary by @tmke8 in #997
New Contributors
- @Jules-Bertholet made their first contribution in #959
Full Changelog: v0.6.1...v0.6.2