Compare commits
13 Commits
358a289da2
...
28c0d32f7e
Author | SHA1 | Date | |
---|---|---|---|
28c0d32f7e | |||
a71786ba88 | |||
286e545130 | |||
e5c09302e4 | |||
95663795cf | |||
d9267e8f77 | |||
f2ac44b049 | |||
3ec7433bd8 | |||
aff861fe80 | |||
88d90b87f6 | |||
814620ec19 | |||
6361adb19e | |||
84e07165bf |
@ -185,15 +185,18 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
#let hint(content) = {
|
#let note(content, type: none) = {
|
||||||
text(fill: rgb(100, 100, 100), style: "oblique", "Hint: ")
|
if type != none {
|
||||||
|
text(fill: rgb(100, 100, 100), style: "oblique", [#type: ])
|
||||||
|
}
|
||||||
text(fill: rgb(100, 100, 100), content)
|
text(fill: rgb(100, 100, 100), content)
|
||||||
}
|
}
|
||||||
|
|
||||||
#let note(content) = {
|
#let hint(content) = {
|
||||||
text(fill: rgb(100, 100, 100), content)
|
note(content, type: "Hint")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#let examplesolution(content) = {
|
#let examplesolution(content) = {
|
||||||
let c = oblue
|
let c = oblue
|
||||||
|
|
||||||
@ -281,6 +284,7 @@
|
|||||||
if show_solutions {
|
if show_solutions {
|
||||||
warn
|
warn
|
||||||
}
|
}
|
||||||
|
|
||||||
doc
|
doc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user