summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/minimalist/minimalist.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-30 20:13:07 +0000
committerKarl Berry <karl@freefriends.org>2023-09-30 20:13:07 +0000
commit36de312b574728c14e7dc43fde86dde8635e1269 (patch)
tree932c8f41ab1110ad3d62046e8a06e9466b06977a /Master/texmf-dist/tex/latex/minimalist/minimalist.sty
parent899afb8cdfc043c5a33f3518e0913506952a31bc (diff)
jxu (30sep23)
git-svn-id: svn://tug.org/texlive/trunk@68412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/minimalist/minimalist.sty')
-rw-r--r--Master/texmf-dist/tex/latex/minimalist/minimalist.sty7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/minimalist/minimalist.sty b/Master/texmf-dist/tex/latex/minimalist/minimalist.sty
index 960bbb1501a..bec6ef61781 100644
--- a/Master/texmf-dist/tex/latex/minimalist/minimalist.sty
+++ b/Master/texmf-dist/tex/latex/minimalist/minimalist.sty
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplPackage
{minimalist}
- {2023/09/28} {}
+ {2023/09/30} {}
{A simple and clear style for articles and books}
\keys_define:nn { minimalist }
@@ -91,6 +91,11 @@
, theorem~in~new~line .bool_set:N = \l__minimalist_theorem_in_new_line_bool
, theorem in new line .bool_set:N = \l__minimalist_theorem_in_new_line_bool
+ , theorem-with-qed .bool_set:N = \l__minimalist_theorem_with_qed_bool
+ , theorem-with-qed .initial:n = { false }
+ , theorem~with~qed .bool_set:N = \l__minimalist_theorem_with_qed_bool
+ , theorem with qed .bool_set:N = \l__minimalist_theorem_with_qed_bool
+
, colored-proof .tl_set:N = \l__minimalist_colored_proof_tl
, colored-proof .initial:n = { * }
, colored-proof .default:n = { blue!50!cyan!55!main-text }