From 3ef74d1fd2fa7937da841f90d3ff3d8dc87488c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Feb 2024 22:37:37 -0800 Subject: Typst reader: fix handling of `dot()`, `tilde()`, `ddot()`. See jgm/typst-hs#38. --- test/typst-reader.native | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/typst-reader.native') diff --git a/test/typst-reader.native b/test/typst-reader.native index 3095cea29..74a0ad8de 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -1847,8 +1847,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math - InlineMath "\\overset{\\cdot}{a}" + [ Math InlineMath "\\dot{a}" , Str "\8192" , Code ( "" , [] , [] ) "dot(a)" ] @@ -1862,8 +1861,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math - InlineMath "\\overset{\\sim}{a}" + [ Math InlineMath "\\widetilde{a}" , Str "\8192" , Code ( "" , [] , [] ) "tilde(a)" ] @@ -1895,7 +1893,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\overset{\168}{a}" + [ Math InlineMath "\\ddot{a}" , Str "\8192" , Code ( "" , [] , [] ) "diaer(a)" ] -- cgit v1.2.3