PdfLaTex

Compile des PDBFile ou des fichiers \(\LaTeX\).

Exemples d’utilisation

Action

Commande

Compilation d’un PDBFile

phystool pdflatex bb6a9049-9289-4d2b-a6af-f76cf42da16a

Compilation d’un fichier .tex

phystool pdflatex mon_fichier.tex --output mon_fichier.pdf

Compilation simple ou double d’un fichier .tex

phystool pdflatex mon_fichier.tex --output mon_fichier.pdf --can-recompile

Affichage des logs de compilation d’un fichier .tex

phystool pdflatex mon_fichier.tex --logtex

usage: phystool pdflatex [-h] [--output OUTPUT] [--logtex] [--can-recompile]
                         [--raw-log] [--clean]
                         filename

Positional Arguments

filename

PDBFile’s uuid or regular path to LaTeX file

Named Arguments

--output

Compile a LaTeX file and move pdf

--logtex

Dislpay LaTeX .log file

--can-recompile

Compile a second time if the log file mentions the need

--raw-log

Display LaTeX raw error message

--clean

Remove LaTeX auxiliary files