mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
trying new version
This commit is contained in:
10
.github/workflows/latex.yml
vendored
10
.github/workflows/latex.yml
vendored
@@ -8,12 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: xu-cheng/texlive-action@v2
|
- name: Compile LaTeX document
|
||||||
|
uses: xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
scheme: small
|
root_file: main.tex
|
||||||
run: |
|
working_directory: paper/src
|
||||||
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk acmart libertine inconsolata newtx xkeyval xstring environ totpages refcount comment fancyhdr manyfoot balance cmap preprint etoolbox
|
args: -pdf -interaction=nonstopmode -file-line-error -outdir=../build
|
||||||
make pdf
|
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user