Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 committed Jan 21, 2025
1 parent c526176 commit 0df5534
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
## 0.1.0 - 2024-09-04
- First release

[v0.2.4]: https://github.com/mbertucci47/keytheorems/compare/v0.2.3...HEAD
[v0.2.4]: https://github.com/mbertucci47/keytheorems/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/mbertucci47/keytheorems/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/mbertucci47/keytheorems/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/mbertucci47/keytheorems/compare/v0.1.8...v0.2.1
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,5 @@ blub
\end{document}
```

## Things to do

- Clean up the code. Things are out of order, poorly named, etc.
- For a complete list, see [`keytheorems-ideas.md`](https://github.com/mbertucci47/keytheorems/blob/develop/keytheorems-ideas.md)

## License
Released under the LaTeX Project Public License v1.3c or later. See https://www.latex-project.org/lppl.txt.
Binary file modified doc/keytheorems-doc.pdf
Binary file not shown.
Binary file modified tests/keytheorems-amsthmtest.pdf
Binary file not shown.
Binary file modified tests/keytheorems-comptest.pdf
Binary file not shown.
Binary file modified tests/tagged-keytheorems-amsthmtest.pdf
Binary file not shown.
Binary file modified tests/thmtools-amsthmtest.pdf
Binary file not shown.
Binary file modified tests/thmtools-comptest.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions tex/class-support/keythms-beamer-support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@
\cs_new:cpe
{ __keythms_getthm_ \l__keythms_thmuse_store_tl _body }
{
\exp_not:N \__keythms_getthm_body:nn
\exp_not:N \__keythms_getthm_body:nnn
\exp_args:No \exp_not:o
{
\exp_after:wN \__keythms_use_iii_v_braced:nnnnn
\exp_after:wN \__keythms_use_i_iii_v_braced:nnnnn
\g__keythms_thmuse_temprestatedata_tl
}
}
Expand Down
4 changes: 2 additions & 2 deletions tex/keytheorems.sty
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
% Please report all issues and feature requests at https://github.com/mbertucci47/keytheorems
% This work is licensed under the LPPL version 1.3c or later: https://www.latex-project.org/lppl.txt
\NeedsTeXFormat{LaTeX2e}[2023-06-01]
\def\@keythms@date{2025-01-13}
\def\@keythms@version{0.2.4dev}
\def\@keythms@date{2025-01-21}
\def\@keythms@version{0.2.4}
\ProvidesExplPackage{keytheorems}{\@keythms@date}{\@keythms@version}
{l3keys interface to amsthm}

Expand Down

0 comments on commit 0df5534

Please sign in to comment.