-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPUBMaker: 第1レベル見出しに[nonum]をつけるとページが欠落する #436
Milestone
Comments
とりあえずEPUBそのものはcatalog.ymlの内容通りのファイルを拾うのが良さそうな気がします |
はい、これバグですね。 見出しナシにすると目次どうしよう問題があり。 |
見出しナシは、現状ではとりあえず目次もなくて良さそうな(前から読めばそのうち読める)。根本的な対策としては、
辺りが理想でしょうか(前者も後者で実現する形?)。 |
PDFしか作成していなかったのでこのバグには気付かなかったのですが、こちらも高橋さんの状況に近い使用例がありました。具体的には「章見出しがあり目次にも反映されて欲しいけど章番号は不要」というケースで、個々の章が独立している雑誌(というかムック)的な用途です。 |
#555 で対応しました。ドキュメントが必要かな… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
章がない書籍(小説)の場合、章見出しがないものもあるわけですが、そのまま章見出しナシでEPUBを作ろうとするとその章(本文)がページごと抜けてしまいます。
仕方ないので空の見出しを作り、それに「[nonum]」を付け加えても、結局そのページが抜け落ちたままです。
サンプルは https://github.com/takahashim/nayamino_hitotoki/tree/nonum です。nonumブランチの方では正しいEPUBが生成できません(生成されるEPUBは https://github.com/takahashim/nayamino_hitotoki/raw/nonum/archives/book.epub です)。masterブランチの方ではEPUBは生成できますが、PDFでは第XX章というのが表示されてしまいます。
The text was updated successfully, but these errors were encountered: