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

feat: add LaTeX and PDF output #44

Merged
merged 3 commits into from
Feb 4, 2020
Merged

feat: add LaTeX and PDF output #44

merged 3 commits into from
Feb 4, 2020

Conversation

Deuchnord
Copy link
Member

Q A
Bug fix? no
New feature? yes
Related issues Fix #33
Has BC-break no
License GNU AGPL-v3

@Deuchnord Deuchnord self-assigned this Jan 25, 2020
@Deuchnord Deuchnord added the enhancement New feature or request label Jan 25, 2020
@codecov
Copy link

codecov bot commented Jan 25, 2020

Codecov Report

Merging #44 into features will increase coverage by 2.19%.
The diff coverage is 85.88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           features     #44      +/-   ##
===========================================
+ Coverage      80.1%   82.3%   +2.19%     
===========================================
  Files             6       8       +2     
  Lines           387     469      +82     
  Branches         58      70      +12     
===========================================
+ Hits            310     386      +76     
- Misses           65      74       +9     
+ Partials         12       9       -3
Impacted Files Coverage Δ
kosmorrolib/exceptions.py 50% <50%> (ø)
kosmorrolib/dumper.py 89.28% <87.65%> (+4.67%) ⬆️
kosmorrolib/version.py 100% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dffd79...ebbcce5. Read the comment docs.

@Deuchnord Deuchnord force-pushed the output-pdf branch 8 times, most recently from 19bafb5 to bf6f1d6 Compare February 2, 2020 10:15
@Deuchnord Deuchnord changed the base branch from master to features February 3, 2020 20:31
@Deuchnord Deuchnord force-pushed the output-pdf branch 5 times, most recently from b2ae379 to 773a6f7 Compare February 4, 2020 12:52
@Deuchnord Deuchnord marked this pull request as ready for review February 4, 2020 12:53
Jérôme Deuchnord added 2 commits February 4, 2020 13:55
You can now use the `--format=pdf` argument to save the data computed by
Kosmorro to a PDF file. The new `--output` argument must be given with
the export file path.
@Deuchnord Deuchnord merged commit 0b08361 into features Feb 4, 2020
@Deuchnord Deuchnord deleted the output-pdf branch February 4, 2020 19:57
@Deuchnord Deuchnord mentioned this pull request Feb 4, 2020
4 tasks
@Deuchnord Deuchnord mentioned this pull request Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export to PDF
1 participant