This commit is contained in:
lbykkkk
2024-11-27 22:40:23 +08:00
parent 9b9d77eded
commit 27958b9030

View File

@@ -625,7 +625,7 @@ class ArxivSplitter:
base_fragment_template = { base_fragment_template = {
'title': doc_structure.title, 'title': doc_structure.title,
'abstract': doc_structure.abstract, 'abstract': doc_structure.abstract,
'section_tree': section_tree, 'catalogs': section_tree,
'arxiv_id': arxiv_id 'arxiv_id': arxiv_id
} }