Compare commits
12 Commits
28c0d32f7e
...
358a289da2
Author | SHA1 | Date | |
---|---|---|---|
358a289da2
|
|||
7bc3520855
|
|||
f89ec34a63
|
|||
de13c46a18
|
|||
db7ea36df9
|
|||
8b796b36e8
|
|||
65737c9da6
|
|||
151d05ea3a
|
|||
eef1aa5c0e
|
|||
5cdd35ea72
|
|||
8494666394
|
|||
e8224846ab
|
@ -185,18 +185,15 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
#let note(content, type: none) = {
|
#let hint(content) = {
|
||||||
if type != none {
|
text(fill: rgb(100, 100, 100), style: "oblique", "Hint: ")
|
||||||
text(fill: rgb(100, 100, 100), style: "oblique", [#type: ])
|
|
||||||
}
|
|
||||||
text(fill: rgb(100, 100, 100), content)
|
text(fill: rgb(100, 100, 100), content)
|
||||||
}
|
}
|
||||||
|
|
||||||
#let hint(content) = {
|
#let note(content) = {
|
||||||
note(content, type: "Hint")
|
text(fill: rgb(100, 100, 100), content)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#let examplesolution(content) = {
|
#let examplesolution(content) = {
|
||||||
let c = oblue
|
let c = oblue
|
||||||
|
|
||||||
@ -284,7 +281,6 @@
|
|||||||
if show_solutions {
|
if show_solutions {
|
||||||
warn
|
warn
|
||||||
}
|
}
|
||||||
|
|
||||||
doc
|
doc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user