Skip to content

Commit

Permalink
デフォルト奥付けを使うように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Sep 12, 2024
1 parent 2753539 commit 4004e65
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 88 deletions.
38 changes: 0 additions & 38 deletions colophon.xhtml

This file was deleted.

4 changes: 2 additions & 2 deletions config-ebook-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ backcover: backcover.xhtml
# XHTMLなので、編集すれば自前の大扉が入る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
4 changes: 2 additions & 2 deletions config-ebook-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ backcover: backcover.xhtml
# XHTMLなので、編集すれば自前の大扉が入る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
4 changes: 2 additions & 2 deletions config-epub-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ backcover: backcover.xhtml
# XHTMLなので、編集すれば自前の大扉が入る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
4 changes: 2 additions & 2 deletions config-epub-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ backcover: backcover.xhtml
# XHTMLなので、編集すれば自前の大扉が入る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
5 changes: 3 additions & 2 deletions config-print-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ prt: ねこのしっぽ
direction: "rtl"

# 表紙と裏表紙は作らない
cover: false

# 大扉は画像で作る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
5 changes: 3 additions & 2 deletions config-print-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ direction: "ltr"
prt: ○○印刷所

# 表紙と裏表紙は作らない
cover: false

# 大扉は画像で作る
titlefile: title.xhtml

# 奥付は自作したXMTMLファイルを使う
colophon: colophon.xhtml
# 奥付はデフォルトの物を使用する
colophon: true

# 著者紹介は自作したXMTMLファイルを使う
profile: profile.xhtml
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subtitle: "並行現実小説集 総集編・一"

# 著者名。「, 」で区切って複数指定できる
# 読みを入れる例 aut: [{name: "青木峰郎", file-as: "アオキミネロウ"}, {name: "武藤健志", file-as: "ムトウケンシ"}, {name: "高橋征義", file-as: "タカハシマサヨシ"}, {name: "角征典", file-as: "カドマサノリ"}]
aut: [{name: "るいざ・しゃーろっと", file-as: "ルイザ・シャーロット"}, {name: "sun@メタバース小説家", file-as: "サン@メタバースショウセツカ"}]
aut: [{name: "るいざ・しゃーろっと", file-as: "ルイザ・シャーロット"}]

# 以下はオプション
# 以下はオプション(autと同じように配列書式で複数指定可能)。
Expand Down
63 changes: 26 additions & 37 deletions sass/tate/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,52 +206,41 @@ html {
/* 奥付 */
.colophon {
page: colophon;
font-size: 7pt;
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-epub-writing-mode: horizontal-tb;
font-size: 0.8rem;
width: 80%;
margin-right: 10%;
margin-left: auto;

p {
text-indent: 0;
hanging-punctuation: none;

&.title {
font-size: 1.3em;
margin-top: $base-line-height * 10;
}

.page-break {
margin-right: 0;
&.copyright {
font-size: 0.8em;
}
}

div.colophon-wrapper {
margin-block-start: 70%;
table {
display: table;
width: 100%;
height: 100%;
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-epub-writing-mode: horizontal-tb;

div.colophon-content {
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-epub-writing-mode: horizontal-tb;
font-size: 7pt;

h1 {
line-height: 1.3em;
}

h2 {
text-indent: 0em;
line-height: 1.3em;
}

h1 + h2 {
margin-block-start: 0;
}
margin: 0;
border-collapse: collapse;
border-top: 1px solid currentColor;
border-top: 1px solid currentColor;

p {
text-indent: 0;
hanging-punctuation: none;

&.subtitle {
font-size: 1.3rem;
}
& th, & td {
padding: 0;
background-color: transparent;
border: 0;

&:first-child {
padding-left: .2em;
}
}
}
Expand Down

0 comments on commit 4004e65

Please sign in to comment.