From 28012b2f8dbbaf8ae168c7afd33f2f9e00a7d840 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 13 Mar 2024 14:30:59 +0100 Subject: Fix `italic` function in math (#3651) --- tests/typ/bugs/3650-italic-equation.typ | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/typ/bugs/3650-italic-equation.typ (limited to 'tests/typ/bugs') diff --git a/tests/typ/bugs/3650-italic-equation.typ b/tests/typ/bugs/3650-italic-equation.typ new file mode 100644 index 00000000..c9b47543 --- /dev/null +++ b/tests/typ/bugs/3650-italic-equation.typ @@ -0,0 +1,4 @@ +_abc $sin(x) "abc"$_ \ +$italic(sin(x) "abc" #box[abc])$ \ +*abc $sin(x) "abc"$* \ +$bold(sin(x) "abc" #box[abc])$ \ -- cgit v1.2.3