Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Latexmk

Actions
Use the Latex in your Github Actions
v1.0.8
Star (9)

latexmk-action

Usage

This GitHub Action run latexmk to convert a LaTeX file into a PDF.

Parameter: format

Indicates the output format.

This parameter is optional; by default it will be pdf

Parameter: filename

Indicates the LaTeX filename to process.

This parameter is optional; by default it will be main.yml

Example

---
name: CI

on: [push]

jobs:
  build-test:
    runs-on: ubuntu-latest

    steps:

      - uses: actions/checkout@v2

      - name: Generate PDF document
        uses: hspaans/[email protected]
        with:
          format: pdf
          filename: article.tex

Latexmk 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

Use the Latex in your Github Actions
v1.0.8

Latexmk 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.