Skip to content

Commit eecac95

Browse files
authored
Merge pull request #8 from masarakki/fix-title
fix-title
2 parents a3f107f + b74a990 commit eecac95

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config.common.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ language: ja
2222

2323
# 書名
2424
# 読みを入れる例 booktitle: {name: "Re:VIEW EPUBサンプル", file-as: "リビューイーパブサンプル"}
25-
booktitle: Re:VIEWサンプル書籍
25+
booktitle: メンタルを支える技術
2626

2727
# 著者名。「, 」で区切って複数指定できる
2828
# 読みを入れる例 aut: [{name: "青木峰郎", file-as: "アオキミネロウ"}, {name: "武藤健志", file-as: "ムトウケンシ"}, {name: "高橋征義", file-as: "タカハシマサヨシ"}, {name: "角征典", file-as: "カドマサノリ"}]
29-
aut: ["青木峰郎", "武藤健志", "高橋征義", "角征典"]
29+
aut: ["まさらっき"]
3030

3131
# 以下はオプション
3232
# 以下はオプション(autと同じように配列書式で複数指定可能)。
@@ -63,16 +63,17 @@ aut: ["青木峰郎", "武藤健志", "高橋征義", "角征典"]
6363
# a-ths, ths: 監督者
6464
# a-trc, trc: 筆記・タイプ作業者
6565
# a-trl, trl: 翻訳者
66+
pbl: NP-complete
6667

6768
# contact: 連絡先
6869

6970
# 刊行日(省略した場合は実行時の日付)
70-
date: 2024-07-21
71+
date: 2024-08-12
7172
# 発行年月。YYYY-MM-DD形式による配列指定。省略した場合はdateを使用する
7273
# 複数指定する場合は次のように記述する
7374
# [["初版第1刷の日付", "初版第2刷の日付"], ["第2版第1刷の日付"]]
7475
# 日付の後ろを空白文字で区切り、任意の文字列を置くことも可能。
75-
history: [["2024-07-21"]]
76+
history: [["2024-08-12"]]
7677
# 権利表記(配列で複数指定可)
7778
# rights: (C) 2016-2020 Re:VIEW Developers
7879
# description: 説明
@@ -294,8 +295,8 @@ epubmaker:
294295
#
295296
# NCX目次の見出しレベルごとの飾り(配列で設定)。EPUB3ではNCXは作られない
296297
# ncxindent:
297-
#-
298-
#- -
298+
#-
299+
#- -
299300
# フックは、各段階で介入したいときのプログラムを指定する。自動で適切な引数が渡される
300301
# プログラムには実行権限が必要
301302
# ファイル変換処理の前に実行するプログラム。スタイルシートのコンパイルをしたいときなどに利用する。

0 commit comments

Comments
 (0)