Skip to content
book-open

GitHub Action

Latex via Tectonic

v1.0 Latest version

Latex via Tectonic

book-open

Latex via Tectonic

Use tectonic to compile a LaTeX document

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Latex via Tectonic

uses: LiHRaM/[email protected]

Learn more about this action in LiHRaM/tectonic-nix

Choose a version

Tectonic-Nix Action

This action compiles LaTeX documents using Tectonic.

Inputs

file

Required The path to the master document. Default: "master.tex".

Example Usage

uses: lihram/tectonic-nix
with:
    file: "report/master.tex"