Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 committed Sep 23, 2024
1 parent ab8a4a8 commit a1e0494
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for keytheorems package

## [unreleased]
## [v0.1.4]
- add `store-sets-label` option
- add `restatable*` environment for `thmtools-compat`
- add `numberfont` style key
Expand All @@ -27,7 +27,7 @@
## 0.1.0 - 2024-09-04
- First release

[unreleased]: https://github.com/mbertucci47/keytheorems/compare/v0.1.3...HEAD
[v0.1.4]: https://github.com/mbertucci47/keytheorems/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/mbertucci47/keytheorems/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/mbertucci47/keytheorems/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/mbertucci47/keytheorems/compare/v0.1.0...v0.1.1
Binary file modified doc/keytheorems-doc.pdf
Binary file not shown.
3 changes: 1 addition & 2 deletions doc/keytheorems-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
\usepackage{cleveref}
\usepackage{amssymb}

\def\version{0.1.4dev}
\def\version{0.1.4}

\title{%
\pkg{keytheorems} package \\[1ex]
Expand All @@ -31,7 +31,6 @@
\author{Matthew Bertucci}

\newkeytheoremstyle{breaksty}{break}

\newkeytheorem{theorem}
\newkeytheorem{mythm}[name=Some Name]
\newkeytheorem{theorem*}[name=Theorem,numbered=false]
Expand Down
2 changes: 1 addition & 1 deletion keytheorems-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
- [x] \begin{theorem}[store=foo][text that should be in body] picks up latter bracketed material as note
- [x] \theoremstyle does not apply thm keys
- [ ] nested inherit-style errors
- [ ] use tcb style with #1 for tcolorbox theorems so style can be added to or overridden
- [x] use tcb style with #1 for tcolorbox theorems so style can be added to or overridden
2 changes: 1 addition & 1 deletion tex/class-support/keythms-amsart-support.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Maintained by Matthew Bertucci, 2024-present
% 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
\ProvidesExplFile{keythms-amsart-support}{2024-09-19}{0.1.4dev}
\ProvidesExplFile{keythms-amsart-support}{2024-09-22}{0.1.4}
{keytheorems~support~for~the~amsart~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion tex/class-support/keythms-amsbook-support.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Maintained by Matthew Bertucci, 2024-present
% 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
\ProvidesExplFile{keythms-amsbook-support}{2024-09-19}{0.1.4dev}
\ProvidesExplFile{keythms-amsbook-support}{2024-09-22}{0.1.4}
{keytheorems~support~for~the~amsbook~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion tex/class-support/keythms-amsproc-support.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Maintained by Matthew Bertucci, 2024-present
% 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
\ProvidesExplFile{keythms-amsproc-support}{2024-09-19}{0.1.4dev}
\ProvidesExplFile{keythms-amsproc-support}{2024-09-22}{0.1.4}
{keytheorems~support~for~the~amsproc~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion tex/class-support/keythms-memoir-support.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Maintained by Matthew Bertucci, 2024-present
% 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
\ProvidesExplFile{keythms-memoir-support}{2024-09-19}{0.1.3}
\ProvidesExplFile{keythms-memoir-support}{2024-09-22}{0.1.4}
{keytheorems~support~for~the~memoir~class}

\bool_new:N \l__keythms_support_titlecode_bool
Expand Down
2 changes: 1 addition & 1 deletion tex/keytheorems.sty
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% 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]
\ProvidesExplPackage{keytheorems}{2024-09-20}{0.1.4dev}{l3keys interface to amsthm}
\ProvidesExplPackage{keytheorems}{2024-09-22}{0.1.4}{l3keys interface to amsthm}

\IfFormatAtLeastTF { 2024-06-01 } { }
{
Expand Down

0 comments on commit a1e0494

Please sign in to comment.