- add Local Render Mermaid - add page-starе для указания смещения страниц - add Гиперссылки в документе на списки литературы
This commit is contained in:
+15
-1
@@ -27,8 +27,13 @@ datas += collect_data_files("lxml")
|
||||
datas += collect_data_files("latex2mathml")
|
||||
datas += collect_data_files("docx")
|
||||
datas += collect_data_files("matplotlib", includes=["mpl-data/**"])
|
||||
for _pkg in ("mermaidx", "termaid", "quickjs", "quickjs_ng", "resvg_py", "playwright"):
|
||||
try:
|
||||
datas += collect_data_files(_pkg)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
for pkg in ("lxml", "freetype"):
|
||||
for pkg in ("lxml", "freetype", "quickjs", "resvg_py"):
|
||||
try:
|
||||
binaries += collect_dynamic_libs(pkg)
|
||||
except Exception:
|
||||
@@ -61,6 +66,15 @@ hiddenimports += [
|
||||
"tkinter.filedialog",
|
||||
"tkinter.messagebox",
|
||||
"tkinter.ttk",
|
||||
"mermaidx",
|
||||
"mermaidx.diagram",
|
||||
"mermaidx.engines",
|
||||
"mermaidx.engines.quickjs_engine",
|
||||
"termaid",
|
||||
"quickjs",
|
||||
"resvg_py",
|
||||
"playwright",
|
||||
"playwright.sync_api",
|
||||
]
|
||||
hiddenimports += collect_submodules("pygments.lexers")
|
||||
hiddenimports += collect_submodules("marko")
|
||||
|
||||
Reference in New Issue
Block a user