From 7597b997890647aa0546ec7bfef1eae4e33cedcb Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 25 Feb 2023 19:14:08 +0100 Subject: New default style --- tests/typ/compiler/bench.typ | 2 ++ tests/typ/compiler/shorthand.typ | 2 +- tests/typ/compiler/show-text.typ | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/typ/compiler') diff --git a/tests/typ/compiler/bench.typ b/tests/typ/compiler/bench.typ index 194d996d..7276776d 100644 --- a/tests/typ/compiler/bench.typ +++ b/tests/typ/compiler/bench.typ @@ -1,3 +1,5 @@ +// Ref: false + // Configuration with `page` and `font` functions. #set page(width: 450pt, margin: 1cm) diff --git a/tests/typ/compiler/shorthand.typ b/tests/typ/compiler/shorthand.typ index 02c42ab0..6df5e340 100644 --- a/tests/typ/compiler/shorthand.typ +++ b/tests/typ/compiler/shorthand.typ @@ -7,7 +7,7 @@ The non-breaking~space does work. // Make sure non-breaking and normal space always // have the same width. Even if the font decided // differently. -#set text("Latin Modern Roman") +#set text("New Computer Modern") a b \ a~b diff --git a/tests/typ/compiler/show-text.typ b/tests/typ/compiler/show-text.typ index 705c1112..b175c17d 100644 --- a/tests/typ/compiler/show-text.typ +++ b/tests/typ/compiler/show-text.typ @@ -9,7 +9,7 @@ Die Zeitung Der Spiegel existiert. --- // Another classic example. #show "TeX": [T#h(-0.145em)#box(move(dy: 0.233em)[E])#h(-0.135em)X] -#show regex("(Lua)?(La)?TeX"): name => box(text("Latin Modern Roman")[#name]) +#show regex("(Lua)?(La)?TeX"): name => box(text("New Computer Modern")[#name]) TeX, LaTeX, LuaTeX and LuaLaTeX! -- cgit v1.2.3