/
ozzzernova
/
ConicApproximationInLinearProgramming
Обзор
Документация
Войти
/
ozzzernova
/
ConicApproximationInLinearProgramming
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
makewin.bat
17 строк
443 B
ozzzernova
presentation
19 дек 2024, 13:52
19 дек 2024, 13:52
dc53297
Код
Авторство
О чём код?
@echo off SETLOCAL rem - Used for commenting rem Build all .tex files in the main directory docker run --rm -i -v "%cd%":/diplom:Z 2109199812/docker-latex bash -c "make release" rem Build diploma.pdf file rem docker run --rm -i -v "%cd%":/diplom:Z 2109199812/docker-latex bash -c "make diploma" rem Build presentation.pdf file rem docker run --rm -i -v "%cd%":/diplom:Z 2109199812/docker-latex bash -c "make presentation" pause ENDLOCAL