From 75d013f73ebaf84e1bc674e317299dbbd4f90345 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 29 Jan 2024 11:10:07 -0800 Subject: LaTeX reader: generate relative widths for `\linewidth`, `\textheight`. Closes #9388. --- test/command/9388.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/command/9388.md b/test/command/9388.md index 291e80d58..6423b40e8 100644 --- a/test/command/9388.md +++ b/test/command/9388.md @@ -12,7 +12,7 @@ Nothing [ Plain [ Str "Example" , Space , Str "figure" ] ]) [ Plain [ Image - ( "" , [] , [ ( "width" , "50%" ) , ( "height", "50%" ) ] ) + ( "" , [] , [ ( "width" , "50%" ) , ( "height" , "50%" ) ] ) [] ( "figures/placeholder" , "" ) ] -- cgit v1.2.3