diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-05-29 15:45:57 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-05-31 22:33:40 +0200 |
| commit | e023bf2ac9f5796355d9485afc16781196bf212b (patch) | |
| tree | 26d4487de0c4e2d0f69182483301de867cb5fa34 /tests/typ/text | |
| parent | 9f77f09aacd1fb0fd6138a6d16ed2755f6bfae3f (diff) | |
Module loading system
Detects cyclic imports and loads each module only once per compilation.
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/bidi.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/bidi.typ b/tests/typ/text/bidi.typ index 44f0cc15..0d589930 100644 --- a/tests/typ/text/bidi.typ +++ b/tests/typ/text/bidi.typ @@ -46,4 +46,4 @@ Lריווח #h(1cm) R // Test inline object. #font("Noto Serif Hebrew", "EB Garamond") #lang("he") -קרנפיםRh#image("res/rhino.png", height: 11pt)inoחיים +קרנפיםRh#image("../../res/rhino.png", height: 11pt)inoחיים |
