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

add theme for JOSS #14

Merged
merged 1 commit into from
May 9, 2024
Merged

add theme for JOSS #14

merged 1 commit into from
May 9, 2024

Conversation

musoke
Copy link
Contributor

@musoke musoke commented May 6, 2024

JOSS (The Journal of Open Source Software) uses a TeX template 1 to compile submissions into PDFs.

Add a MakiePublication theme with figure size based on the output of

linewidth=\uselengthunit{pt}\printlength{\linewidth}
\\
linewidth=\uselengthunit{in}\printlength{\linewidth}

within a figure environment in this template.

The output of this is

linewidth=5.36066 in
linewidth=387.33861pt

JOSS (The Journal of Open Source Software) uses a TeX template [1] to
compile submissions into PDFs.

Add a MakiePublication theme with figure size based on the output of
```
linewidth=\uselengthunit{pt}\printlength{\linewidth}
\\
linewidth=\uselengthunit{in}\printlength{\linewidth}
```
within a `figure` environment in this template.

The output of this is
```
linewidth=5.36066 in
linewidth=387.33861pt
```

[1]: https://github.com/openjournals/inara/blob/dc6adfd5b65c304154131f3f4fe08aba837677f7/data/templates/default.latex
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.15%. Comparing base (d7f491f) to head (25d179f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   75.96%   76.15%   +0.18%     
==========================================
  Files           8        8              
  Lines         129      130       +1     
==========================================
+ Hits           98       99       +1     
  Misses         31       31              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liuyxpp liuyxpp merged commit 2437f79 into liuyxpp:main May 9, 2024
10 checks passed
@musoke musoke deleted the joss branch May 10, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants