From 05ec0f993b4a1b8481e494ee16285d23f000872f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 18 Feb 2022 01:07:50 +0100 Subject: Headers and footers --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 46bcad8d..6ad30d2f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -283,7 +283,7 @@ impl<'a> Vm<'a> { /// diagnostics in the form of a vector of error message with file and span /// information. pub fn typeset(&mut self, id: SourceId) -> TypResult>> { - self.evaluate(id)?.template.layout(self) + self.evaluate(id)?.template.layout_pages(self) } /// Resolve a user-entered path (relative to the source file) to be -- cgit v1.2.3