- add Local Render Mermaid - add page-starе для указания смещения страниц - add Гиперссылки в документе на списки литературы
This commit is contained in:
+4
-1
@@ -32,9 +32,12 @@ if errorlevel 1 goto :pipfail
|
||||
|
||||
if not exist "md2gost\Template.docx" goto :notemplate
|
||||
|
||||
echo [2/4] PlantUML jar, обязателен, вшивается в exe ...
|
||||
echo [2/4] PlantUML jar + Mermaid assets ...
|
||||
python scripts\fetch_plantuml.py
|
||||
if not exist "md2gost\vendor\plantuml.jar" goto :nojar
|
||||
if not exist "md2gost\diagrams\mermaid.min.js" (
|
||||
python scripts\fetch_mermaid.py
|
||||
)
|
||||
|
||||
echo [3/4] PyInstaller onefile, кэш build-fast ...
|
||||
python -m PyInstaller --noconfirm %PYI_CLEAN% --workpath build-fast --distpath dist md2gost.fast.spec
|
||||
|
||||
Reference in New Issue
Block a user