1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-12 15:22:01 +00:00

Updated Automatic output splitting (markdown)

Paweł Jastrzębski
2017-08-20 18:08:52 +02:00
parent fa1964bd79
commit fffe52a0e2

@@ -1,7 +1,7 @@
Source directories/archives need to use one of three directory structures.
Due to limitations of **KindleGen** and **Kindle** itself maximal size of output file is limited by KCC.
Input will be automatically split into multiple _MOBI_ files if correct file structure is used.
Input will be automatically split into multiple _MOBI_ files if the correct file structure is used.
**Naming conventions presented below are NOT necessary.** Only structure matter. Directory structure is also used to generate table of contents.
@@ -10,6 +10,6 @@ Input will be automatically split into multiple _MOBI_ files if correct file str
**Variant A** - Output will be divided into ~400MB parts.
**Variant B** - If option _Output split_ is enabled every subdirectory will be placed in separate MOBI file. Otherwise output will be divided into ~400MB parts. Splits will occur between chapters.
**Variant B** - If option _Output split_ is enabled every subdirectory will be placed in separate MOBI file. Otherwise, output will be divided into ~400MB parts. Splits will occur between chapters.
**Variant C** - Every volume will be placed in separate _MOBI_ file.