Commit c4869115 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'update_latex_template' into 'master'

Set new LaTeX docker image in CI template, add short description in comments

See merge request gitlab-org/gitlab!52043
parents 6ff6a7fe 5f6ff13f
---
title: Update LaTeX Docker image in CI Templates to TexLive 2020
merge_request: 52043
author: Michael Schmitt @schmitmd
type: changed
# use docker image with latex preinstalled ---
# since there is no official latex image, use https://github.com/blang/latex-docker variables:
# possible alternative: https://github.com/natlownes/docker-latex # Feel free to choose the image that suits you best.
image: blang/latex # blang/latex:latest ... Former image used in this template. No longer maintained by author.
# listx/texlive:2020 ... The default, referring to TexLive 2020. Current at least to 2021-02-02.
# Additional alternatives with high Docker pull counts:
# thomasweise/docker-texlive-full
# thomasweise/texlive
# adnrv/texlive
LATEX_IMAGE: listx/texlive:2020
build: build:
image: $LATEX_IMAGE
script: script:
- latexmk -pdf - latexmk -pdf
artifacts: artifacts:
paths: paths:
- "*.pdf" - "*.pdf"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment