Skip to content

Commit

Permalink
attempt add label to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 8, 2024
1 parent f061207 commit 22bcf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: src/docs/JOSS/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
Expand Down
2 changes: 1 addition & 1 deletion src/docs/JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ A = \left(\begin{array}{@{}c|c|c@{}}
A_{21} & A_{22} & A_{23} \\ \hline
A_{11} & A_{12} & A_{13} \\
\end{array}\right)
$$
$$\label{fig:Monolithic Coupled Matrix represented as block structured matrix}
# Applications
The development of GEOS targets multi-physics simulations of subsurfaces reservoirs.
Expand Down

0 comments on commit 22bcf82

Please sign in to comment.