Skip to content

Commit

Permalink
Merge pull request #8 from masarakki/fix-title
Browse files Browse the repository at this point in the history
fix-title
  • Loading branch information
masarakki authored Jul 27, 2024
2 parents a3f107f + b74a990 commit eecac95
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ language: ja

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

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

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

# contact: 連絡先

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

0 comments on commit eecac95

Please sign in to comment.