Files
Wallenc/Report/includes/testing-export/ch05-export-labels.typ

47 lines
1.5 KiB
Typst
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Метки приложения В: микро-figure в нулевом блоке (без разрыва страницы) + фиксированный текст ссылок.
#box(width: 0pt, height: 0pt, clip: true)[
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_05_local_vaults.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-05>
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_06_encrypt_dialog.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-06>
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_07_open_close_dialog.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-07>
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_10_yandex_oauth.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-10>
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_33_storage_secrets_2fa.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-33>
#figure(
box(width: 0pt, height: 0pt)[
#image("../../images/fig_34_2fa_single_token.jpg", width: 1pt, height: 1pt)
],
caption: none,
) <fig-34>
]
#show ref.where(target: label("fig-05")): [рис. 5]
#show ref.where(target: label("fig-06")): [рис. 6]
#show ref.where(target: label("fig-07")): [рис. 7]
#show ref.where(target: label("fig-10")): [рис. 10]
#show ref.where(target: label("fig-33")): [рис. 33]
#show ref.where(target: label("fig-34")): [рис. 34]