Красивая вставка картинок

This commit is contained in:
2026-05-26 20:49:06 +03:00
parent e997f9ec84
commit 04f7e998ff
10 changed files with 20 additions and 9 deletions

View File

@@ -201,7 +201,11 @@
#let pz-fig(path, caption, lbl) = [
#figure(
image("../images/" + path, width: 100%),
image(
"../images/" + path,
width: 100%,
fit: "contain",
),
caption: caption,
)
#label(lbl)