Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 committed Sep 19, 2024
1 parent e38f5d9 commit 7389f11
Show file tree
Hide file tree
Showing 9 changed files with 10 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.3]
- add `noteseparator` key
- add `\IfRestatingT`, `\IfRestatingF`
- add `store*` key
Expand All @@ -20,6 +20,6 @@
## 0.1.0 - 2024-09-04
- First release

[unreleased]: https://github.com/mbertucci47/keytheorems/compare/v0.1.2...HEAD
[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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Some of the code is a direct translation from thmtools but a few things are chan
as in the former, `bodyfont` is `\normalfont`, not the default `\itshape`.
This package keeps the defaults unless a key is specifically given.
- There is no `restatable` environment except with package option `thmtools-compat`. Use the
`store` (alias `restate`) key.
`store` (alias `restate`) key. For counters and labels pointing to the restated theorem,
use `store*` (alias `restate*`).
- Rather than `restate=foo` defining a command `\foo*`, theorems are retrieved with `\getkeytheorem{foo}`.
For just the theorem body, use `\getkeytheorem[body]{foo}`. Also, this retrieval
can happen even before the theorem is stated since keytheorems writes the contents
Expand Down Expand Up @@ -459,7 +460,6 @@ text
- Clean up the code. Things are out of order, poorly named, etc.
- Add more error messages.
- thmtools features not yet implemented
- labels pointing to restated theorem, not original
- real [`beamer`](https://ctan.org/pkg/beamer) support
- certainly more
- For a complete list, see [`keytheorems-ideas.md`](https://github.com/mbertucci47/keytheorems/blob/main/keytheorems-ideas.md)
Expand Down
2 changes: 1 addition & 1 deletion 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-16}{0.1.3dev}
\ProvidesExplFile{keythms-amsart-support}{2024-09-19}{0.1.3}
{keytheorems~support~for~the~amsart~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion 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-16}{0.1.3dev}
\ProvidesExplFile{keythms-amsbook-support}{2024-09-19}{0.1.3}
{keytheorems~support~for~the~amsbook~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion 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-16}{0.1.3dev}
\ProvidesExplFile{keythms-amsproc-support}{2024-09-19}{0.1.3}
{keytheorems~support~for~the~amsproc~class}

\__keythms_support_AMSshared_code:
Expand Down
2 changes: 1 addition & 1 deletion 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-16}{0.1.2}
\ProvidesExplFile{keythms-memoir-support}{2024-09-19}{0.1.3}
{keytheorems~support~for~the~memoir~class}

\bool_new:N \l__keythms_support_titlecode_bool
Expand Down
Binary file modified doc/keytheorems-doc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.3dev}
\def\version{0.1.3}

\title{%
\pkg{keytheorems} package \\[1ex]
Expand Down
2 changes: 1 addition & 1 deletion 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-16}{0.1.3dev}{l3keys interface to amsthm}
\ProvidesExplPackage{keytheorems}{2024-09-19}{0.1.3}{l3keys interface to amsthm}

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

0 comments on commit 7389f11

Please sign in to comment.