Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(manuscript): update mathematical model description #648

Draft
wants to merge 18 commits into
base: beta
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/manuscript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: manuscript-${{ github.ref_name }}-${{ github.sha }}
# Include
# /tmp/git-latexdiff.*/new/reproducibility/manuscript/*.log
# to capture latexdiff log file
path: |
reproducibility/manuscript/manuscript.*
reproducibility/manuscript/v2*.*
reproducibility/manuscript/*.bib
reproducibility/manuscript/*.dvc
reproducibility/manuscript/*.log
1 change: 1 addition & 0 deletions reproducibility/manuscript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ cache-tex: copy-tex
# run as make latexdiff COMPARISON_SHA1="commit-hash"
# to diff with a different commit
# see: https://gitlab.com/git-latexdiff/git-latexdiff
# Set `--cleanup none` to keep the tmp files including the latex log
latexdiff:
git-latexdiff \
--ignore-latex-errors \
Expand Down
2 changes: 2 additions & 0 deletions reproducibility/manuscript/header.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\usepackage{nameref}
\usepackage{placeins}
\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage[labelfont=bf]{caption}
% \usepackage{showframe}
% \usepackage{layout}
Expand Down
Loading
Loading