diff --git a/www/statics/blog/proj_lawful_ebook.html b/www/statics/blog/proj_lawful_ebook.html index fc55c13..ae417bd 100644 --- a/www/statics/blog/proj_lawful_ebook.html +++ b/www/statics/blog/proj_lawful_ebook.html @@ -30,7 +30,7 @@
  • the *-moreinfo variant also includes the alignment text of each post/character after the character-name.
  • the *-avatars variant show the character avatar beside each post. This forces us to include all 600-ish avatars in the epub file, which increases filesize and loading time
  • the *-avatars-moreinfo also includes the alignment text and author name (additionally to the avatar). Here the avatar/character-name/alignment-text/author-name are also no longer inlined, but get their own paragraph at the start of every post.
  • -
  • the *-biggerhtml variant looks the same as *-inline, but internally every chapter is a single big file (instead of multiple split files), this makes the initial loading of the epub slower, but codevents a forced page-break after every 128th post.
  • +
  • the *-biggerhtml variant looks the same as *-inline, but internally every chapter is a single big file (instead of multiple split files), this makes the initial loading of the epub slower, but prevents a forced page-break after every 128th post.
  • As said above, it should be possible to create epub's with other combination of options (see Program.cs and Options.cs)