diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 12:49:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 13:21:31 +0200 |
| commit | ba5622b7b90b23e61942a9f4e6460bf9ea0b4bc8 (patch) | |
| tree | 374c326c7375094f370165e47dbe24dd01f16c11 /tests/typ/style | |
| parent | 507c5fc92563560426db0d86c0348880b0493467 (diff) | |
Move smallcaps into separate function
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/show-text.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/style/show-text.typ b/tests/typ/style/show-text.typ index 3bc116f5..f4ecb7e1 100644 --- a/tests/typ/style/show-text.typ +++ b/tests/typ/style/show-text.typ @@ -3,7 +3,7 @@ --- // Test classic example. #set text("Roboto") -#show phrase: "Der Spiegel" as text(smallcaps: true, [#phrase]) +#show phrase: "Der Spiegel" as smallcaps[#phrase] Die Zeitung Der Spiegel existiert. --- |
