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 @@
*-moreinfo
variant also includes the alignment text of each post/character after the character-name.*-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*-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.*-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.*-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.Program.cs
and Options.cs
)