diff options
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/par-bidi.typ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/typ/layout/par-bidi.typ b/tests/typ/layout/par-bidi.typ index edbd75e1..4ff83802 100644 --- a/tests/typ/layout/par-bidi.typ +++ b/tests/typ/layout/par-bidi.typ @@ -55,6 +55,16 @@ Lריווח #h(1cm) R ב #text("12:00 - 13:00",dir:ltr) בצהריים --- +// Mixing raw +#set text(lang: "he") +לדוג. `if a == b:` זה תנאי +#set raw(lang:"python") +לדוג. `if a == b:` זה תנאי + +#show raw: set text(dir:rtl) +לתכנת בעברית `אם א == ב:` + +--- // Test setting a vertical direction. // Ref: false |
