mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
new week
This commit is contained in:
@@ -76,21 +76,26 @@
|
||||
|
||||
// Other boxes and fields
|
||||
|
||||
#let note = thmbox( //nte
|
||||
#let note = thmenv( //pro
|
||||
"note",
|
||||
"Note",
|
||||
bodyfmt: body => [
|
||||
// Just make the text normally formatted
|
||||
#body #h(1fr)
|
||||
]
|
||||
none,
|
||||
none,
|
||||
(name, number, body, color: black) => [
|
||||
#v(0.5em)
|
||||
#align(left, [_Note_: #name #body]) #h(1fr) // float a QED symbol to the right
|
||||
#v(0.5em)
|
||||
]
|
||||
).with(numbering: none)
|
||||
|
||||
#let remark = thmplain( //rem
|
||||
#let remark = thmenv( //pro
|
||||
"remark",
|
||||
"Remark",
|
||||
bodyfmt: body => [
|
||||
#body #h(1fr)
|
||||
]
|
||||
none,
|
||||
none,
|
||||
(name, number, body, color: black) => [
|
||||
#v(0.5em)
|
||||
#align(left, [_Remark_: #name #body]) #h(1fr) // float a QED symbol to the right
|
||||
#v(0.5em)
|
||||
]
|
||||
).with(numbering: none)
|
||||
|
||||
#let proof = thmenv( //pro
|
||||
@@ -98,6 +103,7 @@
|
||||
none,
|
||||
none,
|
||||
(name, number, body, color: black) => [
|
||||
#v(0.5em)
|
||||
#align(left, [_Proof_: #name #body]) #h(1fr) $square$ // float a QED symbol to the right
|
||||
#v(0.5em)
|
||||
]
|
||||
@@ -109,3 +115,4 @@
|
||||
fill: rgb("#efefff99"),
|
||||
).with(numbering: none)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user