Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review-jsbook.cls: paper=<papersize>に対応 #1123

Merged
merged 1 commit into from
Oct 7, 2018

Conversation

munepi
Copy link
Contributor

@munepi munepi commented Oct 7, 2018

  • review-jsbook.cls: defined paper=
  • jsbook.clsへ渡すオプションを廃止:j, pt options
  • (cameraready=ebook): jsbook.clsに対する�制御をミスっていたので修正

disabled <papersize>j, <ptsize>pt options for jsbook.cls
(cameraready=ebook): fixed layout option/parameter against jsbook.cls
@kmuto
Copy link
Owner

kmuto commented Oct 7, 2018

ありがとうございます!

@kmuto kmuto merged commit c270c31 into kmuto:jlreqcls Oct 7, 2018
@kmuto
Copy link
Owner

kmuto commented Oct 7, 2018

そういえばデフォルト紙ってB5とA5とどっちがいいんでしょうね。jlreqではなんとなくB5にしてみていますが。

@munepi
Copy link
Contributor Author

munepi commented Oct 7, 2018

そういえばデフォルト紙ってB5とA5とどっちがいいんでしょうね。
jlreqではなんとなくB5にしてみていますが。

あっw、 review-jsbook.cls のデフォルト用紙サイズは a5 です :D

\DeclareOptionX{paper}[a5]{\gdef\recls@paper{#1}}

ちなみに、用紙サイズに与えられる値は、 jsbook.cls に定義された用紙サイズのみです。

@kmuto
Copy link
Owner

kmuto commented Oct 7, 2018

そういえば、A5にするとbase.styのtitlepageまわりで著者名が長い(デフォルトconfig.yml)ときにあふれるので、まじめに直さないとだった

\begin{tabular}[t]{c}%
       \review@titlepageauthors
       \end{tabular}\par}%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants