Skip to content

Commit

Permalink
latexmk
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Jun 4, 2024
1 parent 5c1d731 commit ffc06df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,7 @@ jobs:
make
- name: build PDFs
run: |
# main text
lualatex nitroxides.tex
bibtex nitroxides.aux
lualatex nitroxides.tex
lualatex nitroxides.tex
# supporting
lualatex nitroxides_SI.tex
bibtex nitroxides_SI.aux
lualatex nitroxides_SI.tex
lualatex nitroxides_SI.tex
latexmk -lualatex
- name: Upload main text
uses: svenstaro/upload-release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion nitroxides_SI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
\usepackage{siunitx}
\usepackage[version=4]{mhchem}
\usepackage{tabularray}
\usepackage{natbib}
\usepackage[square,sort,comma,numbers]{natbib}

\title{xxx: Supporting information}
\author{Pierre Beaujean}
Expand Down

0 comments on commit ffc06df

Please sign in to comment.