Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make changing the QED symbol for some environments easier #27

Open
jsimonrichard opened this issue May 15, 2024 · 0 comments
Open

Make changing the QED symbol for some environments easier #27

jsimonrichard opened this issue May 15, 2024 · 0 comments

Comments

@jsimonrichard
Copy link

It's possible to change the symbol used at the end of the specific proof environment using the following.

#let proof-nested = thmproof(
  "proof",
  "Proof",
  base: "theorem",
  inset: 0pt,
  bodyfmt: body => [
    #show: thmrules.with(qed-symbol: $square$)
    #proof-bodyfmt(body)
  ]
)

This would work nicely with #25 when used to differentiate which proof is ending.

Would it be possible to make this a simple parameter of the thmproof function in v2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant