From bf5edbbbbb75120d065d1c9587ccfa4eed4fdca1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 25 Nov 2022 10:36:31 +0100 Subject: Tidy up --- library/src/math/tex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math/tex.rs') diff --git a/library/src/math/tex.rs b/library/src/math/tex.rs index ffde719b..a85bab18 100644 --- a/library/src/math/tex.rs +++ b/library/src/math/tex.rs @@ -35,9 +35,9 @@ impl Texify for Content { /// Layout a TeX formula into a frame. pub fn layout_tex( + world: Tracked, tex: &str, display: bool, - world: Tracked, styles: StyleChain, ) -> SourceResult { // Load the font. -- cgit v1.2.3