Releases: creideiki/fimfic2pdf
v0.11.5
v0.11.4
v0.11.3
v0.11.2
Add an option -p
/--prettify-single-quotes
to change ASCII single quotes to Unicode ones. This is brittle, since ASCII single quotes are hard to distinguish from apostrophes. The code makes some informed guesses, but may guess wrong and need to be guided back to reality by manually inserting some Unicode single quotes.
v0.11.1
v0.11.0
Change the name of the generated PDF file from volX.pdf
to author-title-volume.pdf
.
This file name change requires a change to the configuration file format. Projects started on a previous version will require manual changes before they can be processed with this or later versions.
Previous:
volumes:
- first: 1
last: 5
number: 1
filename: 12345/vol1.tex
New:
volumes:
- first: 1
last: 5
number: 1
tex_file: 12345/author-long_title-1.tex
aux_file: 12345/author-long_title-1.aux
pdf_file: 12345/author-long_title-1.pdf
v0.10.4
v0.10.3
v0.10.2
v0.10.1
Allow anthologies using the "novel" class to include front matter.
Add an option -a
/--anthology-title
to set the title of the anthology, which will be included in the front matter.
Changes configuration file format for anthologies. Projects started on a previous version will require manual changes before they can be processed with this or later versions. What was previously just a list of stories is now:
anthology:
title: Anthology Title
author: Author Name
stories:
- List as before