Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: PDF output has been removed. If you want to create a PDF file, use the LaTeX format instead, and compile it on your own.
Checklist:
As explained on Mastodon some months ago, maintaining the PDF generator has become harder and harder lastly, at the point it has become nearly impossible to get it work properly. Plus, it has a lot of drawbacks on Windows due to the necessity to install a huge LaTeX distribution to make it work.
For all these reasons, we're removing the PDF generator from Kosmorro. Users who want to generate a PDF can still use the LaTeX output with
--format=tex
and then compile it on their own with TeXLive (Windows, Linux, Mac) or MiKTeX (Windows).Note that new output format are planned, notably HTML (#349) and OpenDocument (#217)