Skip to content

Commit

Permalink
後付をもともとのに戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Jul 5, 2024
1 parent 80b753d commit 54680b1
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 19 deletions.
1 change: 1 addition & 0 deletions catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ APPENDIX:

POSTDEF:
- postscript.re
- profile.re
16 changes: 16 additions & 0 deletions chapter/profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 著者紹介

![](louisa.png){scale=0.3}

るいざ・しゃーろっと

11月11日生まれ

井の頭公園の駅の近くに住むエルフ。

エルフの森の王女として生まれるも、国を飛び出して貧乏文士(越境派)に。

美味しい料理と美味しいお酒をこよなく愛し、「やさしさ」と「愛」を以て「壁」を越え、新たなる「道」を切り拓きつつ「ありたい自分であり、なりたい自分になれる」世界のためにいろいろと活動中。
X(旧Twitter): [@VRCLouisa](https://x.com/VRCLouisa)
Misskey: [@LouisaCharlotte@inokashiraskey.jp](https://inokashiraskey.jp/@LouisaCharlotte)
Discord: louisa_charlotte_inokashiraska
8 changes: 4 additions & 4 deletions config-epub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
inherit: ["config.yml"]
# catalogfile: catalog-download.yml
bookname: book-epub
cover: cover.xhtml
cover: true
coverimage: cover.png
titlepage: true
titlefile: title.xhtml
colophon: colophon.xhtml
backcover: backcover.xhtml
colophon: true
backcover: backcover.png
6 changes: 3 additions & 3 deletions config-vivliostyle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
inherit: ["config.yml"]
stylesheet: vivliostyle-a6.css
cover: cover.xhtml
coverimage: null
cover: true
coverimage: title.png
titlepage: false
titlefile: null
colophon: colophon.xhtml
colophon: true
backcover: null
# catalogfile: catalog.yml
bookname: book
Expand Down
Binary file added images/louisa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions sass/common/_contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ p > img, div > img {
}

/* 奥付 */
// .colophon {
// // font-size: 7pt;
// // // 3行空け
// // margin-block-start: $base-line-height * 3;
.colophon {
font-size: 7pt;
// 3行空け
margin-block-start: $base-line-height * 3;

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

/* 改ページ */
.page-break {
Expand Down Expand Up @@ -86,7 +86,7 @@ p > img, div > img {
}

/* 表紙 */
.cover, .title, .colophon, .backcover {
.cover, .title, .backcover {
img {
image-resolution: 350dpi;
display: block;
Expand Down
15 changes: 13 additions & 2 deletions sass/common/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,22 @@ html {
}

@page colophon {
margin: 0;
padding: 0;
size: $paper-width $paper-height;
// 行送り * 行数
width: $content-width;
// フォントサイズ * 文字数
height: $content-height;
// margin: auto;
margin-top: $ten;
margin-bottom: $chi;
margin-right: $nodo;
margin-left: $nodo;
marks: $marks;

@top-left {
content: none;
}

@top-right {
content: none;
}
Expand Down

0 comments on commit 54680b1

Please sign in to comment.