Skip to content

Commit

Permalink
fix hiddenfolio+tombopaper mode of review-jsbook. Closes #1158
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Oct 28, 2018
1 parent b7b0e92 commit 772ecd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/latex/review-jsbook/review-jsbook.cls
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
\DeclareOptionX{paper}[a5]{\gdef\recls@paper{#1}}
\DeclareOptionX{tombopaper}{%
\gdef\recls@tombowopts{}%%default: auto-detect
\ifx#1\@empty\else\gdef\recls@tombowopts{tombo-#1}\fi}
\ifx#1\@empty\else\gdef\recls@tombowopts{tombow-#1}\fi}
\DeclareOptionX{bleed_margin}[3mm]{\gdef\recls@tombobleed{#1}}
%% 隠しノンブルプリセット
\DeclareOptionX{hiddenfolio}{\gdef\recls@hiddenfolio{#1}}%%default: (none)
Expand Down

0 comments on commit 772ecd1

Please sign in to comment.