Sign inSign up

tarielx/phdlatex

By tarielx

Updated over 7 years ago

Docker image for building github.com/AndreyAkinshin/Russian-Phd-LaTeX-Dissertation-Template

Image
0

354

tarielx/phdlatex repository overview

phdlatex

Docker Cloud Build Status

Docker образ для сборки шаблона Russian-Phd-LaTeX-Dissertation-Template.

Использует ubuntu 18.04, большинство пакетов из зависимостей texlive-full, а так же некоторые другие специфические пакеты, необходимые для сборки PDF. Включает в себя шрифты из PSCyr (Times New Roman и прочие).

Пример запуска

docker run -v /home/user/dissertation/source:/root/latexsource tarielx/phdlatex:latest make all

Пример использования для Gitlab CI

stages:
  - build

build:
  stage: build
  image: tarielx/phdlatex:latest
  script:
    - make clean
    - make all
  artifacts:
    paths:
      - ./*.pdf

Tag summary

Content type

Image

Digest

Size

975.6 MB

Last updated

over 7 years ago

docker pull tarielx/phdlatex