Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iwishiwasaneagle/LatexPaperTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Nov 7, 2023
2 parents a2229c8 + cc86a26 commit f62a731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"containerUser": "user",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"james-yu.latex-workshop",
"streetsidesoftware.code-spell-checker",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
continue-on-error: true
name: Enable docker cache

- uses: xu-cheng/latex-action@v2
- uses: xu-cheng/latex-action@v3
name: "Compile document 1/2"
with:
root_file: main.tex
args: -synctex=1 -interaction=nonstopmode -file-line-error -pdf

- uses: xu-cheng/latex-action@v2
- uses: xu-cheng/latex-action@v3
name: "Compile document 2/2"
with:
root_file: main.tex
Expand Down

0 comments on commit f62a731

Please sign in to comment.