thomas-chauvet/latex2pdf
Convert LaTeX file into PDF file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output_dir | Output directory to store the PDF file. | yes | — |
| main_latex_file | Main LaTeX file to convert to PDF (for instance `cv.tex`). | yes | main.tex |
| ctan_packages | Extra packages from CTAN to install. List of packages available [here](https://mirror.ctan.org/systems/texlive/tlnet/archive). Each package must be separated by a space (e.g. "moderncv xargs"). | — | — |
| toc | If there is a TOC in your LaTeX document put this flag to true. It will compile the doc twice to generate the TOC. | — | false |
Outputs
| name | description |
|---|---|
| time | Timestamp of when the PDF compilation completed. |