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

fix-title #8

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading