diff options
Diffstat (limited to 'library/src/math/tex.rs')
| -rw-r--r-- | library/src/math/tex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<dyn World>, tex: &str, display: bool, - world: Tracked<dyn World>, styles: StyleChain, ) -> SourceResult<Frame> { // Load the font. |
