Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Jun 19, 2024
1 parent 3091ebf commit 2f6aa36
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions config-print-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
inherit: ["config.yml"]
bookname: book-print-pdf
# prt: ねこのしっぽ
coverimage: null
texdocumentclass: ["review-jlreq", "media=print,paper=a6,fontsize=8pt,serial_pagination=true,hiddenfolio=shippo,startpage=3,tate,twoside,onecolumn,openany"]
1 change: 1 addition & 0 deletions config-vivliostyle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
inherit: ["config.yml"]
stylesheet: vivliostyle-a6.css
coverimage: null
# catalogfile: catalog.yml
bookname: book
highlight:
Expand Down
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ language: ja

# 書名
# 読みを入れる例 booktitle: {name: "Re:VIEW EPUBサンプル", file-as: "リビューイーパブサンプル"}
booktitle: "縦書き本テンプレート"
subtitle: "副題"
booktitle: "並行現実小説集"
subtitle: "第3巻 2023年秋〜2024年冬"

# 著者名。「, 」で区切って複数指定できる
# 読みを入れる例 aut: [{name: "青木峰郎", file-as: "アオキミネロウ"}, {name: "武藤健志", file-as: "ムトウケンシ"}, {name: "高橋征義", file-as: "タカハシマサヨシ"}, {name: "角征典", file-as: "カドマサノリ"}]
Expand Down Expand Up @@ -386,7 +386,7 @@ pdfmaker:
# TeX版で利用する表紙画像。
# 仕上がりサイズ+塗り足し3mmありのPDFまたはIllustratorファイル(PDF互換オプション付き)を推奨。
# 拡縮はされず「そのまま」貼り付けられる
coverimage: cover-a5.ai
coverimage: null
#
# TeXコンパイル前に実行するプログラム。変換後のTeXソースを調整したいときに使用する。
# 渡される引数1=作業用展開ディレクトリ、引数2=呼び出しを実行したディレクトリ
Expand Down
4 changes: 2 additions & 2 deletions sass/common/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ html {
@right-middle {
/* 隠しノンブル */
font-size: 4pt;
margin-right: -3mm !important;
margin-right: -19mm !important;
text-align: start !important;
content: counter(page);
}
Expand All @@ -72,7 +72,7 @@ html {
@left-middle {
/* 隠しノンブル */
font-size: 4pt;
margin-left: -3mm !important;
margin-left: -19mm !important;
align-items: end !important;
content: counter(page);
}
Expand Down
4 changes: 2 additions & 2 deletions sass/vivliostyle-a6.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $paper-height: 148mm;
$marks: crop;

//コンテンツの横幅
$content-width: $base-line-height * $lines;
$content-width: $paper-width - $koguchi - $nodo;
//コンテンツの縦幅
$content-height: $base-font-size * $characters-per-line;
$content-height: $paper-height - $ten - $chi;

// ページのスタイル定義
@import 'common/format';
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.1, function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down

0 comments on commit 2f6aa36

Please sign in to comment.