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

PDFMaker: fix attr coverfile and titlefile in config.yml #839

Closed
takahashim opened this issue Oct 1, 2017 · 2 comments
Closed

PDFMaker: fix attr coverfile and titlefile in config.yml #839

takahashim opened this issue Oct 1, 2017 · 2 comments

Comments

@takahashim
Copy link
Collaborator

config.ymlでのcoverfiletitlefile について、EPUB等と扱いが違うようなので整理が必要そうです。

@kmuto
Copy link
Owner

kmuto commented Nov 5, 2017

たしかに。想定挙動はEPUBのほうが正です。

  • cover: 表紙の生ファイル(.htmlまたは.texの断片)。

  • coverimage: 表紙画像。cover:での明示指定がないときはこの画像を表紙として使う。

  • titlepage: 大扉を入れるかどうか。true/null。デフォルトはtrueに

  • titlefile: 大扉の生ファイル(.htmlまたは.texの断片)。指定がなければ内部ロジックで大扉を生成する

  • 表紙と大扉は別のもの。

  • cover: null, coverimage: nullなら表紙は入れない。

@kmuto kmuto mentioned this issue Feb 6, 2018
19 tasks
@kmuto kmuto mentioned this issue Sep 3, 2018
9 tasks
@kmuto
Copy link
Owner

kmuto commented Sep 21, 2018

#863 で対処済み

@kmuto kmuto closed this as completed Sep 21, 2018
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