We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba552c9 commit a696fa1Copy full SHA for a696fa1
vivliostyle.config.js
@@ -17,6 +17,15 @@ module.exports = {
17
size: 'JIS-B5',
18
theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/print_jis_b5.css',
19
entry: [
20
+ {
21
+ path: './entries/book_title.md',
22
+ theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/book_title.css',
23
+ },
24
25
+ path: './entries/toc.md',
26
+ rel: 'contents',
27
+ theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/toc.css',
28
29
'./entries/prologue.md',
30
'./entries/south.md',
31
'./entries/west.md',
0 commit comments