-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preserve default documentclass for review 2
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
430a91a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmuto さん、
jsbook.cls:
�twoside
オプションをデフォルトで実行します。jsbook.cls にも review-jsbook.cls にも、twoside オプションを与える必要はないです。
(もちろん、
twoside
オプションを与えていても問題ないです。)review-jsbook.cls:
ptex
,uptex
組版エンジンを自動判別review-jsbook.cls には、
uplatex
(upto jsbook.cls) を与える必要ないです。platex で実行したか、uplatex で実行したかを判別して、
upTeX
だったら、jsbook.cls 側に内部でuplatex
オプションを与えるようにしています。