Skip to content

Commit

Permalink
設定アップデーと
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Mar 23, 2024
1 parent 0b9b390 commit 86c4d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/review.rake
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ IDGXML_OPTIONS = ENV['REVIEW_IDGXML_OPTIONS'] || ''
TEXT_OPTIONS = ENV['REVIEW_TEXT_OPTIONS'] || ''

REVIEW_VSCLI = ENV['REVIEW_VSCLI'] || 'vivliostyle'
REVIEW_VSCLI_USESANDBOX = ENV['REVIEW_VSCLI_USESANDBOX'] ? '' : ''
REVIEW_VSCLI_USESANDBOX = ENV['REVIEW_VSCLI_USESANDBOX'] || ''
REVIEW_VSCLI_PDF = ENV['REVIEW_VSCLI_PDF'] || BOOK_PDF
REVIEW_VSCLI_PREVIEW_OPTIONS = ENV['REVIEW_VSCLI_PREVIEW_OPTIONS'] || ''
REVIEW_VSCLI_BUILD_OPTIONS = ENV['REVIEW_VSCLI_BUILD_OPTIONS'] || '--preflight press-ready -m'
REVIEW_VSCLI_BUILD_OPTIONS = ENV['REVIEW_VSCLI_BUILD_OPTIONS'] || '--crop-marks --preflight press-ready-local --preflight-option gray-scale'

def build(mode, chapter)
sh("review-compile --target=#{mode} --footnotetext --stylesheet=style.css #{chapter} > tmp")
Expand Down
7 changes: 0 additions & 7 deletions sass/common/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ html {
margin-top: 6mm;
writing-mode: horizontal-tb;
}
@right-middle {
/* 隠しノンブル */
content: counter(page);
font-size: 5.5pt;
vertical-align: top;

}
}

@page :right {
Expand Down

0 comments on commit 86c4d1a

Please sign in to comment.