This commit is contained in:
lbykkkk
2024-12-01 17:28:23 +08:00
parent bd9c88e896
commit cf51d4b205
4 changed files with 32 additions and 66 deletions

View File

@@ -31,6 +31,7 @@ def read_tex_file(file_path):
@dataclass
class DocumentStructure:
title: str = ''
authors: str = ''
abstract: str = ''
toc: List[Section] = field(default_factory=list)
metadata: Dict[str, str] = field(default_factory=dict)