[FIX] нумерация страниц начинается с 2
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ class Renderer:
|
||||
self.current_heading = ""
|
||||
|
||||
def render(self) -> str:
|
||||
parts: list[str] = [PREAMBLE, render_titlepage(self.fm)]
|
||||
parts: list[str] = [PREAMBLE, render_titlepage(self.fm), "\\setcounter{page}{2}"]
|
||||
|
||||
while self.pos < len(self.tokens):
|
||||
tok = self.tokens[self.pos]
|
||||
|
||||
Reference in New Issue
Block a user