Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 263 Bytes

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"