Skip to content
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

tocとmytocとtocfileとtoctitleの仕様を整理する #199

Open
takahashim opened this issue Sep 16, 2013 · 5 comments
Open

tocとmytocとtocfileとtoctitleの仕様を整理する #199

takahashim opened this issue Sep 16, 2013 · 5 comments

Comments

@takahashim
Copy link
Collaborator

EPUB3対応とEPUB以外も合わせて要検討……。

@kmuto
Copy link
Owner

kmuto commented Mar 25, 2014

だいぶごちゃっていますね。tocfileは-ngでは廃棄しています。
mytocはepubv3では関係なく必ず作る(ncxがわり)、epubv2ではデフォルトoffでonにしたらepubv3とだいたい同じもの(ただしolではなくul)を作る。

@takahashim
Copy link
Collaborator Author

整理してみました。

  • mytoc: 標準(ncx)以外の目次を生成する(EPUB2専用)
  • toc: 本文中に自動生成した目次ページを挿入する(EPUB2、EPUB3、LaTeX対応)
  • tocfile: 廃止。自動生成以外の目次ページの指定機能は特に用意しない
  • toctitle: 目次ページの見出しを指定する(EPUB2、EPUB3、LaTeX対応)

これでどうでしょうか。

@kmuto
Copy link
Owner

kmuto commented Dec 10, 2014

ありがとうございます。PARTがあったときにツリー型のtoc作れないのはどうしましょうかね……。HTML的には前付/後付用に空のliエントリを作ることはできるんだけど、epubcheckで怒られる。

@takahashim
Copy link
Collaborator Author

いちおうepubcheckで怒られない、ツリー型のTOCは現状作れてる(ダミーの空白を使って)ので、あとはCSSで見えないようにすれば良かったりしますかね。

@takahashim
Copy link
Collaborator Author

mytocはEPUB2以外は不要で、tocだけが残った感じですかね。
toctitleはLaTeX未対応のようなので対応させて、config["toctitle"]は不要にするのがよさそう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants