-
Notifications
You must be signed in to change notification settings - Fork 38
/
config.yml
56 lines (54 loc) · 1.73 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# review-epubmaker向けの設定ファイルの例。
# yamlファイルをReVIEWファイルのある場所に置き、
# 「review-epubmaker yamlファイル」を実行すると、<bookname>.epubファイルが
# 生成されます。
# このファイルはUTF-8エンコーディングで記述してください。
# ブック名(ファイル名になるもの。ASCII範囲の文字を使用)
bookname: book
# 書名
booktitle: 徹底解剖「G1GC」実装編
# 著者
aut: 中村成洋
prt: www.narihiro.info
date: 2012-09-14
rights: |
(C) 2012 Narihiro Nakamura
description: 本書はOpenJDK7のG1GCの実装と、それに関連する技術を解説します。
# 以下はオプション
# prt: 出版社
# asn: Associated name
# ant: Bibliographic antecedent
# clb: 貢献者
# edt: 編集者
# dsr: デザイナ
# ill: イラストレータ
# pht: 撮影者
# trl: 翻訳者
# date: 刊行日
# rights: 権利表記
# description: ブックの説明
#
# coverfile: カバーページのbody要素内に挿入する内容を記述したファイル名
# coverimage: 表紙用画像ファイル
# 固有IDに使用するドメイン
coverfile: _cover.html
coverimage: cover.jpg
urnid: http://www.narihiro.info/ebook/g1gc-impl/20111225/
# CSSファイル (yamlファイルおよびReVIEWファイルを置いたディレクトリにあること)
stylesheet: stylesheet.css
texstyle: review
texdocumentclass: ["jsbook", "oneside"]
# 目次として抽出するレベル
toclevel: 2
# セクション番号を表示するレベル
secnolevel: 3
# review-compileに渡すパラメータ
params: --stylesheet=stylesheet.css --subdirmode
# 目次生成用?
mytoc: true
# 奥付用
pubhistory: |
2012年9月14日 発行
# debug
# debug: false
debug: true