Skip to content

Releases: creideiki/fimfic2pdf

v0.11.5

20 Jul 14:34
v0.11.5
96fbdf6
Compare
Choose a tag to compare

Handle ^ and ~ characters.

Print author and title in page headers for anthologies using novel.

v0.11.4

16 Feb 22:25
v0.11.4
b9cffa0
Compare
Choose a tag to compare

Handle font-family:monospace style,.

Include self tests and run them automatically on GitHub CI.

v0.11.3

31 Dec 10:13
v0.11.3
9aa6d72
Compare
Choose a tag to compare

Handle <strong> tags.

Handle images in AO3 stories.

v0.11.2

21 Nov 22:14
v0.11.2
8bebba4
Compare
Choose a tag to compare

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

30 Oct 21:01
v0.11.1
c424e91
Compare
Choose a tag to compare

Remove superfluous newlines in generated LaTeX code.

Escape backslashes in the source text.

Update dependency versions.

Update documentation, which is now installed in the gem.

v0.11.0

09 Aug 10:21
v0.11.0
66880e1
Compare
Choose a tag to compare

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

11 Jun 21:54
v0.10.4
c9bbd22
Compare
Choose a tag to compare

Allow the user to download EPUB files manually, e.g. if the story requires logging in to read. Tell the user to do this if normal download fails.

Handle right-aligned text.

v0.10.3

09 Apr 21:11
v0.10.3
221a3c7
Compare
Choose a tag to compare

Change the short option for author's notes in the "book" class from -a to -n, to avoid colliding with the "novel" class' use of -a for anthology titles.

The "novel" class does not allow lists. Transform them to plain text and emit a warning.

v0.10.2

01 Apr 14:14
v0.10.2
c5f1d57
Compare
Choose a tag to compare

Handle images in the "novel" document class.

v0.10.1

11 Mar 17:40
v0.10.1
74c1b88
Compare
Choose a tag to compare

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