Lib tweaks
This commit is contained in:
@ -29,11 +29,7 @@
|
||||
}
|
||||
|
||||
// Render the object
|
||||
block(
|
||||
above: 8mm,
|
||||
below: 2mm,
|
||||
text(weight: "bold", obj_content),
|
||||
)
|
||||
block(above: 8mm, below: 2mm, text(weight: "bold", obj_content))
|
||||
|
||||
// Generate labeled metadata for this object.
|
||||
//
|
||||
@ -57,7 +53,7 @@
|
||||
if not (
|
||||
it.element != none
|
||||
and it.element.has("value")
|
||||
and type(it.element.value) == "dictionary"
|
||||
and type(it.element.value) == dictionary
|
||||
and it.element.value.keys().contains(magic_key)
|
||||
) {
|
||||
// This label is not attached to object metadata
|
||||
@ -100,9 +96,5 @@
|
||||
#let remark = _mkobj("Remark")
|
||||
|
||||
#let generic(obj_content) = {
|
||||
block(
|
||||
above: 8mm,
|
||||
below: 2mm,
|
||||
text(weight: "bold", obj_content),
|
||||
)
|
||||
block(above: 8mm, below: 2mm, text(weight: "bold", obj_content))
|
||||
}
|
||||
|
Reference in New Issue
Block a user