目次から「表紙」と「大扉」を除外する方法 #1937
Unanswered
imamurayusuke
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@imamurayusuke 論理目次ではなく、HTMLで作られた物理目次のほう、という理解でよいでしょうか(epubをunzip展開したときに 〜-toc.xhtmlなどのようになっているファイル)。 config.yml
rm_cover_title.rb (chmod a+xで実行権限を付ける)
BOOKとHTMLEXTは実際のものに合わせてください。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
見落としていました、すみません… review/lib/review/call_hook.rb Line 18 in 84ffc9e のところで ruby.exe、スクリプト、パラメータ と渡すようにしてあげればなんとかいくのかな…(試してはいないです)。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
config.ymlで「titlepage: true」と「cover_linear: yes」にしてEPUBファイルを作成した際、目次に「表紙」と「大扉」の項目が入らないようにする方法はありますか?
Beta Was this translation helpful? Give feedback.
All reactions