texlive-docker:用于TeXlive的Docker映像,可以轻松调整以适应您的需求

时间:2024-03-06 22:23:48
【文件属性】:

文件名称:texlive-docker:用于TeXlive的Docker映像,可以轻松调整以适应您的需求

文件大小:32KB

文件格式:ZIP

更新时间:2024-03-06 22:23:48

docker latex docker-image texlive Shell

TeXlive Docker映像 为可行且普遍适用的Docker映像的另一种尝试。 基本概念是提供小巧的基本映像,如果需要,可在需要时安装来自CTAN的其他软件包。 这些图像试图涵盖以下用例: 替换本地TeXlive安装。 在CI / CD管道中构建LaTeX文档。 使用旧软件包版本构建旧文档。 当前,我们根据建议的TeXlive集合中的不同选择发布以下图像; 从小到大: () () ( ) () () 我们还提供PoC,以证明可以在此处提供的基础映像之上构建更多涉及的应用程序: 用法 一次(一次)构建文档的最快方法是: docker run --rm \ --volume ` pwd ` :/work/src:ro \ --volume ` pwd ` /out:/work/out \ reitzig/texlive-base


【文件预览】:
texlive-docker-master
----Dockerfile(3KB)
----.gitignore(61B)
----README.md(5KB)
----.github()
--------workflows()
--------scripts()
--------trigger-release.sh(301B)
----examples()
--------Dockerfile(521B)
--------.gitignore(16B)
--------README.md(2KB)
--------complex-build.sh(592B)
--------Texlivefile(15B)
--------.dockerignore(45B)
--------one-off-build.sh(601B)
--------hello_world.tex(232B)
--------_example_setup.sh(275B)
--------interactive-build.sh(1KB)
--------repeated-build.sh(666B)
--------_custom-build-script.sh(117B)
--------custom-image.sh(385B)
----LICENSE(11KB)
----.dockerignore(63B)
----entrypoint.sh(4KB)
----.editorconfig(213B)
----profiles()
--------full.profile(849B)
--------minimal.profile(870B)
--------base-xetex.profile(968B)
--------base-luatex.profile(969B)
--------base.profile(949B)
----demo()
--------.gitignore(12B)
--------static-document-server()

网友评论