Skip to content

Build LaTeX on any Docker image

Actions
Parallel build of multiple files is supported, and you can use customized Docker image.
v3.0.0
Latest
Star (2)

action-latex

This action builds LaTeX files on any Docker image.

Example

- name: Build LaTeX files
  uses: satackey/action-latex@v2
  with:
    docker-image: paperist/alpine-texlive-ja
    build-entrypoint: latexmk
    build-files: |
      foo/main.tex
      bar/main.tex
      baz/main.tex

Inputs

docker-image

  • Required

    Docker image published on Dockerhub that runs build.

build-files

  • Required

    A Line-separated list of paths of the TeX files to build.
    These paths must be relative to working-directory.

build-entrypoint

  • optional

    The entrypoint of Docker container that runs build.
    If not specified, the Docker container starts using default entrypoint.

build-args

  • optional

    Extra arguments to run the build.

Contribution

PRs are accepted.

If you are having trouble or feature request, post new issue.

Build LaTeX on any Docker image is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Parallel build of multiple files is supported, and you can use customized Docker image.
v3.0.0
Latest

Build LaTeX on any Docker image is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.