Releases: creideiki/fimfic2pdf
Releases · creideiki/fimfic2pdf
v0.11.8
v0.11.7
v0.11.6
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